#E12E84

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

Shades of Deep Cerise #E12E84

Tints of Deep Cerise #E12E84

Color information

#E12E84 (or 0xE12E84) is unknown color: approx Deep Cerise. HEX triplet: E1, 2E and 84. RGB value is (225,46,132). Sum of RGB (Red+Green+Blue) = 225+46+132=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12E84 is #1ED17B. Grayscale: #6D6D6D. Windows color (decimal): -2019708 or 8662753. OLE color: 8662753.

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

Color convert

RGB22546132-
CMYK00.800.410.12
HSL331.17º74.9%53.14%-
HSV(B)331.17º79.56%88.24%-
XYZ36.1919.6323.71-
YUV109.32140.8210.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.83%
GREEN value IS 46 (18.36% from 255) = 11.41%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=55.83%
G=11.41%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254613200.800.410.12331.1774.953.14
HexE12E8405029C14b4b35
Octal341562040120511451311365
Binary11100001101110100001000101000010100111001010010111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12E84; }

 p { color: rgb(225,46,132); }

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

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

 a { background-color: rgb(225,46,132); }

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

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

 span { border-color: rgb(225,46,132); }

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