#E02491

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

Shades of Deep Cerise #E02491

Tints of Deep Cerise #E02491

Color information

#E02491 (or 0xE02491) is unknown color: approx Deep Cerise. HEX triplet: E0, 24 and 91. RGB value is (224,36,145). Sum of RGB (Red+Green+Blue) = 224+36+145=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E02491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02491 is #1FDB6E. Grayscale: #686868. Windows color (decimal): -2087791 or 9512160. OLE color: 9512160.

HSL color Cylindrical-coordinate representation of color #E02491: hue angle of 325.21º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E02491 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB22436145-
CMYK00.840.350.12
HSL325.21º75.2%50.98%-
HSV(B)325.21º83.93%87.84%-
XYZ36.4819.1528.56-
YUV104.64150.78213.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.31%
GREEN value IS 36 (14.45% from 255) = 8.89%
BLUE value IS 145 (57.03% from 255) = 35.80%
R=55.31%
G=8.89%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243614500.840.350.12325.2175.250.98
HexE0249105423C1454b33
Octal340442210124431450511363
Binary11100000100100100100010101010010001111001010001011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02491; }

 p { color: rgb(224,36,145); }

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

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

 a { background-color: rgb(224,36,145); }

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

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

 span { border-color: rgb(224,36,145); }

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