Html Css Color HEX #E32996 Deep Cerise

📋 copy color: '#E32996'

red 227 ◦ green 41 ◦ blue 150

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

Shades of Deep Cerise #E32996

Tints of Deep Cerise #E32996

RGB

 RED value IS 227 (89.06% from 255) = 54.31%

 GREEN value IS 41 (16.41% from 255) = 9.81%

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

R = 54.31%
G = 9.81%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E32996 (or 0xE32996) is known color: Deep Cerise. HEX triplet: E3, 29 and 96. RGB value is (227,41,150). Sum of RGB (Red+Green+Blue) = 227+41+150=418 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.31% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 227 - color contains mainly: red. Hex color #E32996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32996 is #1CD669. Grayscale: #6C6C6C. Windows color (decimal): -1889898 or 9841123. OLE color: 9841123.

HSL color Cylindrical-coordinate representation of color #E32996: hue angle of 324.84º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32996 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 41 150 -
CMYK 0 0.82 0.34 0.11
HSL 324.84º 0.77% 0.53% -
HSV(B) 324.84º 0.82% 0.89% -
XYZ 37.98 20.12 30.74 -
YUV 109.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 227 41 150 0 0.82 0.34 0.11 324.84 0.77 0.53
Hex E3 29 96 0 52 22 B 145 4D 35
Octal 343 51 226 0 122 42 13 505 115 65
Binary 11100011 101001 10010110 0 1010010 100010 1011 101000101 1001101 110101

Color Harmonies of #E32996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32996

Black with #E32996

Text Example


Text Example

White with #E32996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32996; }

 p { color: rgb(227,41,150); }

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

background-color css

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

 a { background-color: rgb(227,41,150); }

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

border-color css

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

 span { border-color: rgb(227,41,150); }

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