Html Css Color HEX #E02D9C Deep Cerise

📋 copy color: '#E02D9C'

red 224 ◦ green 45 ◦ blue 156

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

Shades of Deep Cerise #E02D9C

Tints of Deep Cerise #E02D9C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.59%

 BLUE value IS 156 (61.33% from 255) = 36.71%

R = 52.71%
G = 10.59%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E02D9C (or 0xE02D9C) is known color: Deep Cerise. HEX triplet: E0, 2D and 9C. RGB value is (224,45,156). Sum of RGB (Red+Green+Blue) = 224+45+156=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02D9C is #1FD263. Grayscale: #6E6E6E. Windows color (decimal): -2085476 or 10235360. OLE color: 10235360.

HSL color Cylindrical-coordinate representation of color #E02D9C: hue angle of 322.79º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D9C is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 45 156 -
CMYK 0 0.80 0.30 0.12
HSL 322.79º 0.74% 0.53% -
HSV(B) 322.79º 0.8% 0.88% -
XYZ 37.68 20.12 33.35 -
YUV 111.18 153.3 208.47 -
System Red Green Blue C M Y K H S L
Decimal 224 45 156 0 0.80 0.30 0.12 322.79 0.74 0.53
Hex E0 2D 9C 0 50 1E C 143 4A 35
Octal 340 55 234 0 120 36 14 503 112 65
Binary 11100000 101101 10011100 0 1010000 11110 1100 101000011 1001010 110101

Color Harmonies of #E02D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D9C

Black with #E02D9C

Text Example


Text Example

White with #E02D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D9C; }

 p { color: rgb(224,45,156); }

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

background-color css

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

 a { background-color: rgb(224,45,156); }

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

border-color css

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

 span { border-color: rgb(224,45,156); }

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