Html Css Color HEX #E02A78 Deep Cerise

📋 copy color: '#E02A78'

red 224 ◦ green 42 ◦ blue 120

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

Shades of Deep Cerise #E02A78

Tints of Deep Cerise #E02A78

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.88%

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 58.03%
G = 10.88%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E02A78 (or 0xE02A78) is known color: Deep Cerise. HEX triplet: E0, 2A and 78. RGB value is (224,42,120). Sum of RGB (Red+Green+Blue) = 224+42+120=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02A78 is #1FD587. Grayscale: #696969. Windows color (decimal): -2086280 or 7875296. OLE color: 7875296.

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

Color convert

RGB 224 42 120 -
CMYK 0 0.81 0.46 0.12
HSL 334.29º 0.75% 0.52% -
HSV(B) 334.29º 0.81% 0.88% -
XYZ 34.96 18.86 19.57 -
YUV 105.31 136.3 212.66 -
System Red Green Blue C M Y K H S L
Decimal 224 42 120 0 0.81 0.46 0.12 334.29 0.75 0.52
Hex E0 2A 78 0 51 2E C 14E 4B 34
Octal 340 52 170 0 121 56 14 516 113 64
Binary 11100000 101010 1111000 0 1010001 101110 1100 101001110 1001011 110100

Color Harmonies of #E02A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02A78

Black with #E02A78

Text Example


Text Example

White with #E02A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02A78; }

 p { color: rgb(224,42,120); }

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

background-color css

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

 a { background-color: rgb(224,42,120); }

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

border-color css

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

 span { border-color: rgb(224,42,120); }

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