#E02086

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

Shades of Deep Cerise #E02086

Tints of Deep Cerise #E02086

Color information

#E02086 (or 0xE02086) is unknown color: approx Deep Cerise. HEX triplet: E0, 20 and 86. RGB value is (224,32,134). Sum of RGB (Red+Green+Blue) = 224+32+134=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E02086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02086 is #1FDF79. Grayscale: #646464. Windows color (decimal): -2088826 or 8790240. OLE color: 8790240.

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

Color convert

RGB22432134-
CMYK00.860.400.12
HSL328.12º75.59%50.2%-
HSV(B)328.12º85.71%87.84%-
XYZ35.5618.624.27-
YUV101.04146.61215.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.44%
GREEN value IS 32 (12.89% from 255) = 8.21%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=57.44%
G=8.21%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243213400.860.400.12328.1275.5950.2
HexE0208605628C1484c32
Octal340402060126501451011462
Binary11100000100000100001100101011010100011001010010001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02086; }

 p { color: rgb(224,32,134); }

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

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

 a { background-color: rgb(224,32,134); }

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

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

 span { border-color: rgb(224,32,134); }

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