Html Css Color HEX #E02095 Deep Cerise

📋 copy color: '#E02095'

red 224 ◦ green 32 ◦ blue 149

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

Shades of Deep Cerise #E02095

Tints of Deep Cerise #E02095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.9%

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

R = 55.31%
G = 7.9%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E02095 (or 0xE02095) is known color: Deep Cerise. HEX triplet: E0, 20 and 95. RGB value is (224,32,149). Sum of RGB (Red+Green+Blue) = 224+32+149=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E02095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02095 is #1FDF6A. Grayscale: #666666. Windows color (decimal): -2088811 or 9773280. OLE color: 9773280.

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

Color convert

RGB 224 32 149 -
CMYK 0 0.86 0.33 0.12
HSL 323.44º 0.76% 0.5% -
HSV(B) 323.44º 0.86% 0.88% -
XYZ 36.68 19.05 30.18 -
YUV 102.75 154.11 214.49 -
System Red Green Blue C M Y K H S L
Decimal 224 32 149 0 0.86 0.33 0.12 323.44 0.76 0.5
Hex E0 20 95 0 56 21 C 143 4C 32
Octal 340 40 225 0 126 41 14 503 114 62
Binary 11100000 100000 10010101 0 1010110 100001 1100 101000011 1001100 110010

Color Harmonies of #E02095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02095

Black with #E02095

Text Example


Text Example

White with #E02095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02095; }

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

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

background-color css

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

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

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

border-color css

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

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

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