color codes Logo

#e501cc color codes

#E501CC
(229,1,204)
0 Favorites   0 Comments

Color spaces of #e501cc

RGB 2291204
HSL0.850.990.45
HSV307°100°90°
CMYK 0.001.000.11   0.10
XYZ43.223021.039458.9096
Yxy21.03940.35090.1708
Hunter Lab45.868787.9338-44.0386
CIE-Lab52.992687.1174-44.0164

#e501cc color RGB value is (229,1,204).

#e501cc hex color red value is 229, green value is 1 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e501cc hue: 0.85 , saturation: 0.99 and the lightness value of e501cc is 0.45.

The process color (four color CMYK) of #e501cc color code is 0.00, 1.00, 0.11, 0.10. Web safe color of #e501cc is #cc00cc. Color #e501cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000001 11001100
Octal 345 1 314
Decimal 229 1 204
Hex E5 1 CC

RGB Percentages of Color #e501cc

%52.76
%0.23
%47.00

CMYK Percentages of Color #e501cc

%0
%100
%11
%10

Triadic Colors of #e501cc

#e501cc #cce501 #01cce5

Analogous Colors of #e501cc

#e501cc #e5015a #8c01e5

Monochromatic Colors of #e501cc

#e501cc

Complementary Color

#e501cc #01e51a

#e501cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e501cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e501cc Color CSS Codes

.mybgcolor {background-color:#e501cc; } 
.myforecolor {color:#e501cc; }
.mybordercolor {border:3px solid #e501cc; }

#e501cc Text Font Color

<p style="color:#e501cc">Text here</p>

This sample text font color is #e501cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e501cc Background Color

<div style="background-color:#e501cc">
Div content here</div>

This div background color is #e501cc


#e501cc Border Color

<div style="border:3px solid #e501cc">
Div here</div>

This div border color is #e501cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,1,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e501cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e501cc;
  -webkit-box-shadow: 1px 1px 3px 2px #e501cc;
  box-shadow:         1px 1px 3px 2px #e501cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,1,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e501cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e501cc;
  -webkit-box-shadow: 1px 1px 3px 2px #e501cc;
  box-shadow:         1px 1px 3px 2px #e501cc;">
Div content here</div>

This div box has shadow with color #e501cc


Comments

No comments written yet.

Please login to write comment.