Html Css Color HEX #E03096 Deep Cerise

📋 copy color: '#E03096'

red 224 ◦ green 48 ◦ blue 150

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

Shades of Deep Cerise #E03096

Tints of Deep Cerise #E03096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.37%

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

R = 53.08%
G = 11.37%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E03096 (or 0xE03096) is known color: Deep Cerise. HEX triplet: E0, 30 and 96. RGB value is (224,48,150). Sum of RGB (Red+Green+Blue) = 224+48+150=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E03096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03096 is #1FCF69. Grayscale: #707070. Windows color (decimal): -2084714 or 9842912. OLE color: 9842912.

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

Color convert

RGB 224 48 150 -
CMYK 0 0.79 0.33 0.12
HSL 325.23º 0.74% 0.53% -
HSV(B) 325.23º 0.79% 0.88% -
XYZ 37.3 20.16 30.78 -
YUV 112.25 149.31 207.71 -
System Red Green Blue C M Y K H S L
Decimal 224 48 150 0 0.79 0.33 0.12 325.23 0.74 0.53
Hex E0 30 96 0 4F 21 C 145 4A 35
Octal 340 60 226 0 117 41 14 505 112 65
Binary 11100000 110000 10010110 0 1001111 100001 1100 101000101 1001010 110101

Color Harmonies of #E03096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03096

Black with #E03096

Text Example


Text Example

White with #E03096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03096; }

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

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

background-color css

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

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

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

border-color css

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

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

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