#E12E79

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

Shades of Deep Cerise #E12E79

Tints of Deep Cerise #E12E79

Color information

#E12E79 (or 0xE12E79) is unknown color: approx Deep Cerise. HEX triplet: E1, 2E and 79. RGB value is (225,46,121). Sum of RGB (Red+Green+Blue) = 225+46+121=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12E79 is #1ED186. Grayscale: #6B6B6B. Windows color (decimal): -2019719 or 7941857. OLE color: 7941857.

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

Color convert

RGB22546121-
CMYK00.800.460.12
HSL334.86º74.9%53.14%-
HSV(B)334.86º79.56%88.24%-
XYZ35.4819.3419.95-
YUV108.07135.3211.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.40%
GREEN value IS 46 (18.36% from 255) = 11.73%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=57.40%
G=11.73%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254612100.800.460.12334.8674.953.14
HexE12E790502EC14f4b35
Octal341561710120561451711365
Binary1110000110111011110010101000010111011001010011111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12E79; }

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

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

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

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

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

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

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

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