#E12A9F

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

Shades of Deep Cerise #E12A9F

Tints of Deep Cerise #E12A9F

Color information

#E12A9F (or 0xE12A9F) is unknown color: approx Deep Cerise. HEX triplet: E1, 2A and 9F. RGB value is (225,42,159). Sum of RGB (Red+Green+Blue) = 225+42+159=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12A9F is #1ED560. Grayscale: #6D6D6D. Windows color (decimal): -2020705 or 10431201. OLE color: 10431201.

HSL color Cylindrical-coordinate representation of color #E12A9F: hue angle of 321.64º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12A9F is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB22542159-
CMYK00.810.290.12
HSL321.64º75.31%52.35%-
HSV(B)321.64º81.33%88.24%-
XYZ38.1420.1734.68-
YUV110.06155.63209.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.82%
GREEN value IS 42 (16.80% from 255) = 9.86%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=52.82%
G=9.86%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254215900.810.290.12321.6475.3152.35
HexE12A9F0511DC1424b34
Octal341522370121351450211364
Binary1110000110101010011111010100011110111001010000101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12A9F; }

 p { color: rgb(225,42,159); }

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

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

 a { background-color: rgb(225,42,159); }

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

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

 span { border-color: rgb(225,42,159); }

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