Html Css Color HEX #E02295 Deep Cerise

📋 copy color: '#E02295'

red 224 ◦ green 34 ◦ blue 149

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

Shades of Deep Cerise #E02295

Tints of Deep Cerise #E02295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 55.04%
G = 8.35%
B = 36.61%

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

#E02295 (or 0xE02295) is known color: Deep Cerise. HEX triplet: E0, 22 and 95. RGB value is (224,34,149). Sum of RGB (Red+Green+Blue) = 224+34+149=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E02295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02295 is #1FDD6A. Grayscale: #676767. Windows color (decimal): -2088299 or 9773792. OLE color: 9773792.

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

Color convert

RGB 224 34 149 -
CMYK 0 0.85 0.33 0.12
HSL 323.68º 0.75% 0.51% -
HSV(B) 323.68º 0.85% 0.88% -
XYZ 36.74 19.16 30.2 -
YUV 103.92 153.45 213.65 -
System Red Green Blue C M Y K H S L
Decimal 224 34 149 0 0.85 0.33 0.12 323.68 0.75 0.51
Hex E0 22 95 0 55 21 C 144 4B 33
Octal 340 42 225 0 125 41 14 504 113 63
Binary 11100000 100010 10010101 0 1010101 100001 1100 101000100 1001011 110011

Color Harmonies of #E02295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02295

Black with #E02295

Text Example


Text Example

White with #E02295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02295; }

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

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

background-color css

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

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

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

border-color css

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

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

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