#E32E98

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

Shades of Deep Cerise #E32E98

Tints of Deep Cerise #E32E98

Color information

#E32E98 (or 0xE32E98) is unknown color: approx Deep Cerise. HEX triplet: E3, 2E and 98. RGB value is (227,46,152). Sum of RGB (Red+Green+Blue) = 227+46+152=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32E98 is #1CD167. Grayscale: #6F6F6F. Windows color (decimal): -1888616 or 9973475. OLE color: 9973475.

HSL color Cylindrical-coordinate representation of color #E32E98: hue angle of 324.86º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32E98 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB22746152-
CMYK00.800.330.11
HSL324.86º76.37%53.53%-
HSV(B)324.86º79.74%89.02%-
XYZ38.3220.5531.65-
YUV112.2150.47209.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.41%
GREEN value IS 46 (18.36% from 255) = 10.82%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=53.41%
G=10.82%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2274615200.800.330.11324.8676.3753.53
HexE32E9805021B1454c36
Octal343562300120411350511466
Binary11100011101110100110000101000010000110111010001011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32E98; }

 p { color: rgb(227,46,152); }

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

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

 a { background-color: rgb(227,46,152); }

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

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

 span { border-color: rgb(227,46,152); }

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