Html Css Color HEX #E02494 Deep Cerise

📋 copy color: '#E02494'

red 224 ◦ green 36 ◦ blue 148

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

Shades of Deep Cerise #E02494

Tints of Deep Cerise #E02494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 54.9%
G = 8.82%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E02494 (or 0xE02494) is known color: Deep Cerise. HEX triplet: E0, 24 and 94. RGB value is (224,36,148). Sum of RGB (Red+Green+Blue) = 224+36+148=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E02494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02494 is #1FDB6B. Grayscale: #686868. Windows color (decimal): -2087788 or 9708768. OLE color: 9708768.

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

Color convert

RGB 224 36 148 -
CMYK 0 0.84 0.34 0.12
HSL 324.26º 0.75% 0.51% -
HSV(B) 324.26º 0.84% 0.88% -
XYZ 36.72 19.25 29.8 -
YUV 104.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 224 36 148 0 0.84 0.34 0.12 324.26 0.75 0.51
Hex E0 24 94 0 54 22 C 144 4B 33
Octal 340 44 224 0 124 42 14 504 113 63
Binary 11100000 100100 10010100 0 1010100 100010 1100 101000100 1001011 110011

Color Harmonies of #E02494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02494

Black with #E02494

Text Example


Text Example

White with #E02494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02494; }

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

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

background-color css

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

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

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

border-color css

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

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

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