Html Css Color HEX #E02D99 Deep Cerise

📋 copy color: '#E02D99'

red 224 ◦ green 45 ◦ blue 153

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

Shades of Deep Cerise #E02D99

Tints of Deep Cerise #E02D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 53.08%
G = 10.66%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E02D99 (or 0xE02D99) is known color: Deep Cerise. HEX triplet: E0, 2D and 99. RGB value is (224,45,153). Sum of RGB (Red+Green+Blue) = 224+45+153=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02D99 is #1FD266. Grayscale: #6E6E6E. Windows color (decimal): -2085479 or 10038752. OLE color: 10038752.

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

Color convert

RGB 224 45 153 -
CMYK 0 0.80 0.32 0.12
HSL 323.8º 0.74% 0.53% -
HSV(B) 323.8º 0.8% 0.88% -
XYZ 37.43 20.02 32.03 -
YUV 110.83 151.8 208.72 -
System Red Green Blue C M Y K H S L
Decimal 224 45 153 0 0.80 0.32 0.12 323.8 0.74 0.53
Hex E0 2D 99 0 50 20 C 144 4A 35
Octal 340 55 231 0 120 40 14 504 112 65
Binary 11100000 101101 10011001 0 1010000 100000 1100 101000100 1001010 110101

Color Harmonies of #E02D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D99

Black with #E02D99

Text Example


Text Example

White with #E02D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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