Html Css Color HEX #E02C96 Deep Cerise

📋 copy color: '#E02C96'

red 224 ◦ green 44 ◦ blue 150

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

Shades of Deep Cerise #E02C96

Tints of Deep Cerise #E02C96

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.53%

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

R = 53.59%
G = 10.53%
B = 35.89%

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

#E02C96 (or 0xE02C96) is known color: Deep Cerise. HEX triplet: E0, 2C and 96. RGB value is (224,44,150). Sum of RGB (Red+Green+Blue) = 224+44+150=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02C96 is #1FD369. Grayscale: #6D6D6D. Windows color (decimal): -2085738 or 9841888. OLE color: 9841888.

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

Color convert

RGB 224 44 150 -
CMYK 0 0.80 0.33 0.12
HSL 324.67º 0.74% 0.53% -
HSV(B) 324.67º 0.8% 0.88% -
XYZ 37.15 19.85 30.73 -
YUV 109.9 150.63 209.38 -
System Red Green Blue C M Y K H S L
Decimal 224 44 150 0 0.80 0.33 0.12 324.67 0.74 0.53
Hex E0 2C 96 0 50 21 C 145 4A 35
Octal 340 54 226 0 120 41 14 505 112 65
Binary 11100000 101100 10010110 0 1010000 100001 1100 101000101 1001010 110101

Color Harmonies of #E02C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C96

Black with #E02C96

Text Example


Text Example

White with #E02C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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