Html Css Color HEX #E02D89 Deep Cerise

📋 copy color: '#E02D89'

red 224 ◦ green 45 ◦ blue 137

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

Shades of Deep Cerise #E02D89

Tints of Deep Cerise #E02D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.74%

R = 55.17%
G = 11.08%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E02D89 (or 0xE02D89) is known color: Deep Cerise. HEX triplet: E0, 2D and 89. RGB value is (224,45,137). Sum of RGB (Red+Green+Blue) = 224+45+137=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02D89 is #1FD276. Grayscale: #6C6C6C. Windows color (decimal): -2085495 or 8990176. OLE color: 8990176.

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

Color convert

RGB 224 45 137 -
CMYK 0 0.80 0.39 0.12
HSL 329.16º 0.74% 0.53% -
HSV(B) 329.16º 0.8% 0.88% -
XYZ 36.19 19.53 25.53 -
YUV 109.01 143.8 210.02 -
System Red Green Blue C M Y K H S L
Decimal 224 45 137 0 0.80 0.39 0.12 329.16 0.74 0.53
Hex E0 2D 89 0 50 27 C 149 4A 35
Octal 340 55 211 0 120 47 14 511 112 65
Binary 11100000 101101 10001001 0 1010000 100111 1100 101001001 1001010 110101

Color Harmonies of #E02D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D89

Black with #E02D89

Text Example


Text Example

White with #E02D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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