Html Css Color HEX #E02D96 Deep Cerise

📋 copy color: '#E02D96'

red 224 ◦ green 45 ◦ blue 150

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

Shades of Deep Cerise #E02D96

Tints of Deep Cerise #E02D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.8%

R = 53.46%
G = 10.74%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E02D96 (or 0xE02D96) is known color: Deep Cerise. HEX triplet: E0, 2D and 96. RGB value is (224,45,150). Sum of RGB (Red+Green+Blue) = 224+45+150=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02D96 is #1FD269. Grayscale: #6E6E6E. Windows color (decimal): -2085482 or 9842144. OLE color: 9842144.

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

Color convert

RGB 224 45 150 -
CMYK 0 0.80 0.33 0.12
HSL 324.8º 0.74% 0.53% -
HSV(B) 324.8º 0.8% 0.88% -
XYZ 37.18 19.93 30.74 -
YUV 110.49 150.3 208.96 -
System Red Green Blue C M Y K H S L
Decimal 224 45 150 0 0.80 0.33 0.12 324.8 0.74 0.53
Hex E0 2D 96 0 50 21 C 145 4A 35
Octal 340 55 226 0 120 41 14 505 112 65
Binary 11100000 101101 10010110 0 1010000 100001 1100 101000101 1001010 110101

Color Harmonies of #E02D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D96

Black with #E02D96

Text Example


Text Example

White with #E02D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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