Html Css Color HEX #E02191 Deep Cerise

📋 copy color: '#E02191'

red 224 ◦ green 33 ◦ blue 145

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

Shades of Deep Cerise #E02191

Tints of Deep Cerise #E02191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.21%

 BLUE value IS 145 (57.03% from 255) = 36.07%

R = 55.72%
G = 8.21%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E02191 (or 0xE02191) is known color: Deep Cerise. HEX triplet: E0, 21 and 91. RGB value is (224,33,145). Sum of RGB (Red+Green+Blue) = 224+33+145=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E02191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02191 is #1FDE6E. Grayscale: #666666. Windows color (decimal): -2088559 or 9511392. OLE color: 9511392.

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

Color convert

RGB 224 33 145 -
CMYK 0 0.85 0.35 0.12
HSL 324.82º 0.75% 0.5% -
HSV(B) 324.82º 0.85% 0.88% -
XYZ 36.4 18.98 28.53 -
YUV 102.88 151.78 214.39 -
System Red Green Blue C M Y K H S L
Decimal 224 33 145 0 0.85 0.35 0.12 324.82 0.75 0.5
Hex E0 21 91 0 55 23 C 145 4B 32
Octal 340 41 221 0 125 43 14 505 113 62
Binary 11100000 100001 10010001 0 1010101 100011 1100 101000101 1001011 110010

Color Harmonies of #E02191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02191

Black with #E02191

Text Example


Text Example

White with #E02191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02191; }

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

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

background-color css

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

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

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

border-color css

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

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

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