#E12C81

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

Shades of Deep Cerise #E12C81

Tints of Deep Cerise #E12C81

Color information

#E12C81 (or 0xE12C81) is unknown color: approx Deep Cerise. HEX triplet: E1, 2C and 81. RGB value is (225,44,129). Sum of RGB (Red+Green+Blue) = 225+44+129=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12C81 is #1ED37E. Grayscale: #6B6B6B. Windows color (decimal): -2020223 or 8465633. OLE color: 8465633.

HSL color Cylindrical-coordinate representation of color #E12C81: hue angle of 331.82º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12C81 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB22544129-
CMYK00.800.430.12
HSL331.82º75.1%52.75%-
HSV(B)331.82º80.44%88.24%-
XYZ35.9119.3922.62-
YUV107.81139.97211.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.53%
GREEN value IS 44 (17.58% from 255) = 11.06%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=56.53%
G=11.06%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254412900.800.430.12331.8275.152.75
HexE12C810502BC14c4b35
Octal341542010120531451411365
Binary11100001101100100000010101000010101111001010011001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12C81; }

 p { color: rgb(225,44,129); }

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

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

 a { background-color: rgb(225,44,129); }

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

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

 span { border-color: rgb(225,44,129); }

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