#e02b78

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

Shades of Deep Cerise #E02B78

Tints of Deep Cerise #E02B78

Color information

#E02B78 (or 0xE02B78) is unknown color: approx Deep Cerise. HEX triplet: E0, 2B and 78. RGB value is (224,43,120). Sum of RGB (Red+Green+Blue) = 224+43+120=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02B78 is #1FD487. Grayscale: #696969. Windows color (decimal): -2086024 or 7875552. OLE color: 7875552.

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

Color convert

RGB22443120-
CMYK00.810.460.12
HSL334.48º74.49%52.35%-
HSV(B)334.48º80.8%87.84%-
XYZ34.9918.9319.58-
YUV105.9135.97212.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.88%
GREEN value IS 43 (17.19% from 255) = 11.11%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=57.88%
G=11.11%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244312000.810.460.12334.4874.4952.35
HexE02B780512EC14e4a34
Octal340531700121561451611264
Binary1110000010101111110000101000110111011001010011101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e02b78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e02b78; }

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

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

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

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

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

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

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

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