#E01D78

Color #E01D78 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E01D78

Tints of Deep Cerise #E01D78

Color information

#E01D78 (or 0xE01D78) is unknown color: approx Deep Cerise. HEX triplet: E0, 1D and 78. RGB value is (224,29,120). Sum of RGB (Red+Green+Blue) = 224+29+120=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01D78 is #1FE287. Grayscale: #616161. Windows color (decimal): -2089608 or 7871968. OLE color: 7871968.

HSL color Cylindrical-coordinate representation of color #E01D78: hue angle of 332º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01D78 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB22429120-
CMYK00.870.460.12
HSL332º77.08%49.61%-
HSV(B)332º87.05%87.84%-
XYZ34.5718.0819.44-
YUV97.68140.6218.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 60.05%
GREEN value IS 29 (11.72% from 255) = 7.77%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=60.05%
G=7.77%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242912000.870.460.1233277.0849.61
HexE01D780572EC14c4d32
Octal340351700127561451411562
Binary111000001110111110000101011110111011001010011001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01D78; }

 p { color: rgb(224,29,120); }

 H1.HeaderClassName
 {
   color: #E01D78;
 }
 .AnyTagClassName
 {
   color: #E01D78;
 }
</style>
background-color css

<style>
 a { background-color: #E01D78; }

 a { background-color: rgb(224,29,120); }

 div.DivClassName
 {
   background-color: #E01D78;
 }
 .BgClassName
 {
   background-color: #E01D78;
 }
</style>
border-color css

<style>
 span { border-color: #E01D78; }

 span { border-color: rgb(224,29,120); }

 td.TdClassName
 {
   border-color: #E01D78;
 }
 .TagClassName
 {
   border-color: #E01D78;
 }
</style>