#E32581

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

Shades of Deep Cerise #E32581

Tints of Deep Cerise #E32581

Color information

#E32581 (or 0xE32581) is unknown color: approx Deep Cerise. HEX triplet: E3, 25 and 81. RGB value is (227,37,129). Sum of RGB (Red+Green+Blue) = 227+37+129=393 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.76% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 227 - color contains mainly: red. Hex color #E32581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32581 is #1CDA7E. Grayscale: #686868. Windows color (decimal): -1890943 or 8463843. OLE color: 8463843.

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

Color convert

RGB22737129-
CMYK00.840.430.11
HSL330.95º77.24%51.76%-
HSV(B)330.95º83.7%89.02%-
XYZ36.319.2422.57-
YUV104.3141.95215.52-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 57.76%
GREEN value IS 37 (14.84% from 255) = 9.41%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=57.76%
G=9.41%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273712900.840.430.11330.9577.2451.76
HexE325810542BB14b4d34
Octal343452010124531351311564
Binary11100011100101100000010101010010101110111010010111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32581; }

 p { color: rgb(227,37,129); }

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

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

 a { background-color: rgb(227,37,129); }

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

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

 span { border-color: rgb(227,37,129); }

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