#E32E9B

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

Shades of Deep Cerise #E32E9B

Tints of Deep Cerise #E32E9B

Color information

#E32E9B (or 0xE32E9B) is unknown color: approx Deep Cerise. HEX triplet: E3, 2E and 9B. RGB value is (227,46,155). Sum of RGB (Red+Green+Blue) = 227+46+155=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32E9B is #1CD164. Grayscale: #707070. Windows color (decimal): -1888613 or 10170083. OLE color: 10170083.

HSL color Cylindrical-coordinate representation of color #E32E9B: hue angle of 323.87º 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 #E32E9B is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB22746155-
CMYK00.800.320.11
HSL323.87º76.37%53.53%-
HSV(B)323.87º79.74%89.02%-
XYZ38.5720.6532.96-
YUV112.54151.97209.64-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.04%
GREEN value IS 46 (18.36% from 255) = 10.75%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=53.04%
G=10.75%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2274615500.800.320.11323.8776.3753.53
HexE32E9B05020B1444c36
Octal343562330120401350411466
Binary11100011101110100110110101000010000010111010001001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32E9B; }

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

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

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

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

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

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

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

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