Html Css Color HEX #E02296 Deep Cerise

📋 copy color: '#E02296'

red 224 ◦ green 34 ◦ blue 150

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

Shades of Deep Cerise #E02296

Tints of Deep Cerise #E02296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.33%

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

R = 54.9%
G = 8.33%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E02296 (or 0xE02296) is known color: Deep Cerise. HEX triplet: E0, 22 and 96. RGB value is (224,34,150). Sum of RGB (Red+Green+Blue) = 224+34+150=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E02296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02296 is #1FDD69. Grayscale: #676767. Windows color (decimal): -2088298 or 9839328. OLE color: 9839328.

HSL color Cylindrical-coordinate representation of color #E02296: hue angle of 323.37º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02296 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 34 150 -
CMYK 0 0.85 0.33 0.12
HSL 323.37º 0.75% 0.51% -
HSV(B) 323.37º 0.85% 0.88% -
XYZ 36.82 19.19 30.62 -
YUV 104.03 153.95 213.57 -
System Red Green Blue C M Y K H S L
Decimal 224 34 150 0 0.85 0.33 0.12 323.37 0.75 0.51
Hex E0 22 96 0 55 21 C 143 4B 33
Octal 340 42 226 0 125 41 14 503 113 63
Binary 11100000 100010 10010110 0 1010101 100001 1100 101000011 1001011 110011

Color Harmonies of #E02296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02296

Black with #E02296

Text Example


Text Example

White with #E02296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02296; }

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

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

background-color css

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

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

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

border-color css

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

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

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