Html Css Color HEX #E02278 Deep Cerise

📋 copy color: '#E02278'

red 224 ◦ green 34 ◦ blue 120

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

Shades of Deep Cerise #E02278

Tints of Deep Cerise #E02278

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.99%

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

R = 59.26%
G = 8.99%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E02278 (or 0xE02278) is known color: Deep Cerise. HEX triplet: E0, 22 and 78. RGB value is (224,34,120). Sum of RGB (Red+Green+Blue) = 224+34+120=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E02278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02278 is #1FDD87. Grayscale: #646464. Windows color (decimal): -2088328 or 7873248. OLE color: 7873248.

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

Color convert

RGB 224 34 120 -
CMYK 0 0.85 0.46 0.12
HSL 332.84º 0.75% 0.51% -
HSV(B) 332.84º 0.85% 0.88% -
XYZ 34.7 18.35 19.48 -
YUV 100.61 138.95 216.01 -
System Red Green Blue C M Y K H S L
Decimal 224 34 120 0 0.85 0.46 0.12 332.84 0.75 0.51
Hex E0 22 78 0 55 2E C 14D 4B 33
Octal 340 42 170 0 125 56 14 515 113 63
Binary 11100000 100010 1111000 0 1010101 101110 1100 101001101 1001011 110011

Color Harmonies of #E02278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02278

Black with #E02278

Text Example


Text Example

White with #E02278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02278; }

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

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

background-color css

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

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

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

border-color css

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

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

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