#E12EA0

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

Shades of Deep Cerise #E12EA0

Tints of Deep Cerise #E12EA0

Color information

#E12EA0 (or 0xE12EA0) is unknown color: approx Deep Cerise. HEX triplet: E1, 2E and A0. RGB value is (225,46,160). Sum of RGB (Red+Green+Blue) = 225+46+160=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E12EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12EA0 is #1ED15F. Grayscale: #707070. Windows color (decimal): -2019680 or 10497761. OLE color: 10497761.

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

Color convert

RGB22546160-
CMYK00.800.290.12
HSL321.79º74.9%53.14%-
HSV(B)321.79º79.56%88.24%-
XYZ38.3720.535.19-
YUV112.52154.8208.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.20%
GREEN value IS 46 (18.36% from 255) = 10.67%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=52.20%
G=10.67%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254616000.800.290.12321.7974.953.14
HexE12EA00501DC1424b35
Octal341562400120351450211365
Binary1110000110111010100000010100001110111001010000101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12EA0; }

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

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

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

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

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

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

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

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