#E32C84

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

Shades of Deep Cerise #E32C84

Tints of Deep Cerise #E32C84

Color information

#E32C84 (or 0xE32C84) is unknown color: approx Deep Cerise. HEX triplet: E3, 2C and 84. RGB value is (227,44,132). Sum of RGB (Red+Green+Blue) = 227+44+132=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32C84 is #1CD37B. Grayscale: #6C6C6C. Windows color (decimal): -1889148 or 8662243. OLE color: 8662243.

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

Color convert

RGB22744132-
CMYK00.810.420.11
HSL331.15º76.57%53.14%-
HSV(B)331.15º80.62%89.02%-
XYZ36.7419.823.71-
YUV108.75141.13212.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.33%
GREEN value IS 44 (17.58% from 255) = 10.92%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=56.33%
G=10.92%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2274413200.810.420.11331.1576.5753.14
HexE32C840512AB14b4d35
Octal343542040121521351311565
Binary11100011101100100001000101000110101010111010010111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32C84; }

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

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

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

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

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

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

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

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