#E02B77

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

Shades of Deep Cerise #E02B77

Tints of Deep Cerise #E02B77

Color information

#E02B77 (or 0xE02B77) is unknown color: approx Deep Cerise. HEX triplet: E0, 2B and 77. RGB value is (224,43,119). Sum of RGB (Red+Green+Blue) = 224+43+119=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02B77 is #1FD488. Grayscale: #696969. Windows color (decimal): -2086025 or 7810016. OLE color: 7810016.

HSL color Cylindrical-coordinate representation of color #E02B77: hue angle of 334.81º 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 #E02B77 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB22443119-
CMYK00.810.470.12
HSL334.81º74.49%52.35%-
HSV(B)334.81º80.8%87.84%-
XYZ34.9318.9119.26-
YUV105.78135.47212.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.03%
GREEN value IS 43 (17.19% from 255) = 11.14%
BLUE value IS 119 (46.88% from 255) = 30.83%
R=58.03%
G=11.14%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244311900.810.470.12334.8174.4952.35
HexE02B770512FC14f4a34
Octal340531670121571451711264
Binary1110000010101111101110101000110111111001010011111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02B77; }

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

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

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

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

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

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

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

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