Html Css Color HEX #E02195 Deep Cerise

📋 copy color: '#E02195'

red 224 ◦ green 33 ◦ blue 149

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

Shades of Deep Cerise #E02195

Tints of Deep Cerise #E02195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 55.17%
G = 8.13%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E02195 (or 0xE02195) is known color: Deep Cerise. HEX triplet: E0, 21 and 95. RGB value is (224,33,149). Sum of RGB (Red+Green+Blue) = 224+33+149=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E02195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02195 is #1FDE6A. Grayscale: #676767. Windows color (decimal): -2088555 or 9773536. OLE color: 9773536.

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

Color convert

RGB 224 33 149 -
CMYK 0 0.85 0.33 0.12
HSL 323.56º 0.75% 0.5% -
HSV(B) 323.56º 0.85% 0.88% -
XYZ 36.71 19.1 30.19 -
YUV 103.33 153.78 214.07 -
System Red Green Blue C M Y K H S L
Decimal 224 33 149 0 0.85 0.33 0.12 323.56 0.75 0.5
Hex E0 21 95 0 55 21 C 144 4B 32
Octal 340 41 225 0 125 41 14 504 113 62
Binary 11100000 100001 10010101 0 1010101 100001 1100 101000100 1001011 110010

Color Harmonies of #E02195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02195

Black with #E02195

Text Example


Text Example

White with #E02195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02195; }

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

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

background-color css

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

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

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

border-color css

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

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

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