#e12b9f

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

Shades of Deep Cerise #E12B9F

Tints of Deep Cerise #E12B9F

Color information

#E12B9F (or 0xE12B9F) is unknown color: approx Deep Cerise. HEX triplet: E1, 2B and 9F. RGB value is (225,43,159). Sum of RGB (Red+Green+Blue) = 225+43+159=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12B9F is #1ED460. Grayscale: #6E6E6E. Windows color (decimal): -2020449 or 10431457. OLE color: 10431457.

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

Color convert

RGB22543159-
CMYK00.810.290.12
HSL321.76º75.21%52.55%-
HSV(B)321.76º80.89%88.24%-
XYZ38.1720.2434.7-
YUV110.64155.3209.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.69%
GREEN value IS 43 (17.19% from 255) = 10.07%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=52.69%
G=10.07%
B=37.24%

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
Decimal2254315900.810.290.12321.7675.2152.55
HexE12B9F0511DC1424b35
Octal341532370121351450211365
Binary1110000110101110011111010100011110111001010000101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e12b9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e12b9f; }

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

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

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

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

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

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

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

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