Html Css Color HEX #E02492 Deep Cerise

📋 copy color: '#E02492'

red 224 ◦ green 36 ◦ blue 146

#E02492
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #E02492

Tints of Deep Cerise #E02492

RGB

 RED value IS 224 (87.89% from 255) = 55.17%

 GREEN value IS 36 (14.45% from 255) = 8.87%

 BLUE value IS 146 (57.42% from 255) = 35.96%

R = 55.17%
G = 8.87%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E02492 (or 0xE02492) is known color: Deep Cerise. HEX triplet: E0, 24 and 92. RGB value is (224,36,146). Sum of RGB (Red+Green+Blue) = 224+36+146=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E02492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02492 is #1FDB6D. Grayscale: #686868. Windows color (decimal): -2087790 or 9577696. OLE color: 9577696.

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

Color convert

RGB 224 36 146 -
CMYK 0 0.84 0.35 0.12
HSL 324.89º 0.75% 0.51% -
HSV(B) 324.89º 0.84% 0.88% -
XYZ 36.56 19.18 28.97 -
YUV 104.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 224 36 146 0 0.84 0.35 0.12 324.89 0.75 0.51
Hex E0 24 92 0 54 23 C 145 4B 33
Octal 340 44 222 0 124 43 14 505 113 63
Binary 11100000 100100 10010010 0 1010100 100011 1100 101000101 1001011 110011

Color Harmonies of #E02492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02492

Black with #E02492

Text Example


Text Example

White with #E02492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02492; }

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

 H1.HeaderClassName
 {
   color: #E02492;
 }
 .AnyTagClassName
 {
   color: #E02492;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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