Html Css Color HEX #E02079 Deep Cerise

📋 copy color: '#E02079'

red 224 ◦ green 32 ◦ blue 121

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

Shades of Deep Cerise #E02079

Tints of Deep Cerise #E02079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 59.42%
G = 8.49%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E02079 (or 0xE02079) is known color: Deep Cerise. HEX triplet: E0, 20 and 79. RGB value is (224,32,121). Sum of RGB (Red+Green+Blue) = 224+32+121=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E02079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02079 is #1FDF86. Grayscale: #636363. Windows color (decimal): -2088839 or 7938272. OLE color: 7938272.

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

Color convert

RGB 224 32 121 -
CMYK 0 0.86 0.46 0.12
HSL 332.19º 0.76% 0.5% -
HSV(B) 332.19º 0.86% 0.88% -
XYZ 34.71 18.26 19.78 -
YUV 99.55 140.11 216.76 -
System Red Green Blue C M Y K H S L
Decimal 224 32 121 0 0.86 0.46 0.12 332.19 0.76 0.5
Hex E0 20 79 0 56 2E C 14C 4C 32
Octal 340 40 171 0 126 56 14 514 114 62
Binary 11100000 100000 1111001 0 1010110 101110 1100 101001100 1001100 110010

Color Harmonies of #E02079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02079

Black with #E02079

Text Example


Text Example

White with #E02079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02079; }

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

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

background-color css

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

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

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

border-color css

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

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

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