Html Css Color HEX #E02596 Deep Cerise

📋 copy color: '#E02596'

red 224 ◦ green 37 ◦ blue 150

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

Shades of Deep Cerise #E02596

Tints of Deep Cerise #E02596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9%

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

R = 54.5%
G = 9%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E02596 (or 0xE02596) is known color: Deep Cerise. HEX triplet: E0, 25 and 96. RGB value is (224,37,150). Sum of RGB (Red+Green+Blue) = 224+37+150=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E02596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02596 is #1FDA69. Grayscale: #696969. Windows color (decimal): -2087530 or 9840096. OLE color: 9840096.

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

Color convert

RGB 224 37 150 -
CMYK 0 0.83 0.33 0.12
HSL 323.74º 0.75% 0.51% -
HSV(B) 323.74º 0.83% 0.88% -
XYZ 36.91 19.37 30.65 -
YUV 105.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 224 37 150 0 0.83 0.33 0.12 323.74 0.75 0.51
Hex E0 25 96 0 53 21 C 144 4B 33
Octal 340 45 226 0 123 41 14 504 113 63
Binary 11100000 100101 10010110 0 1010011 100001 1100 101000100 1001011 110011

Color Harmonies of #E02596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02596

Black with #E02596

Text Example


Text Example

White with #E02596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02596; }

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

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

background-color css

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

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

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

border-color css

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

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

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