#E32C96

Color #E32C96 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E32C96

Tints of Deep Cerise #E32C96

Color information

#E32C96 (or 0xE32C96) is unknown color: approx Deep Cerise. HEX triplet: E3, 2C and 96. RGB value is (227,44,150). Sum of RGB (Red+Green+Blue) = 227+44+150=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32C96 is #1CD369. Grayscale: #6E6E6E. Windows color (decimal): -1889130 or 9841891. OLE color: 9841891.

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

Color convert

RGB22744150-
CMYK00.810.340.11
HSL325.25º76.57%53.14%-
HSV(B)325.25º80.62%89.02%-
XYZ38.0820.3330.77-
YUV110.8150.13210.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.92%
GREEN value IS 44 (17.58% from 255) = 10.45%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=53.92%
G=10.45%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2274415000.810.340.11325.2576.5753.14
HexE32C9605122B1454d35
Octal343542260121421350511565
Binary11100011101100100101100101000110001010111010001011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32C96; }

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

 H1.HeaderClassName
 {
   color: #E32C96;
 }
 .AnyTagClassName
 {
   color: #E32C96;
 }
</style>
background-color css

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

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

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

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

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

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