#E32E7A

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

Shades of Deep Cerise #E32E7A

Tints of Deep Cerise #E32E7A

Color information

#E32E7A (or 0xE32E7A) is unknown color: approx Deep Cerise. HEX triplet: E3, 2E and 7A. RGB value is (227,46,122). Sum of RGB (Red+Green+Blue) = 227+46+122=395 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.47% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32E7A is #1CD185. Grayscale: #6C6C6C. Windows color (decimal): -1888646 or 8007395. OLE color: 8007395.

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

Color convert

RGB22746122-
CMYK00.800.460.11
HSL334.81º76.37%53.53%-
HSV(B)334.81º79.74%89.02%-
XYZ36.1719.6920.31-
YUV108.78135.47212.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 57.47%
GREEN value IS 46 (18.36% from 255) = 11.65%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=57.47%
G=11.65%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2274612200.800.460.11334.8176.3753.53
HexE32E7A0502EB14f4c36
Octal343561720120561351711466
Binary1110001110111011110100101000010111010111010011111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32E7A; }

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

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

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

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

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

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

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

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