#E12E94

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

Shades of Deep Cerise #E12E94

Tints of Deep Cerise #E12E94

Color information

#E12E94 (or 0xE12E94) is unknown color: approx Deep Cerise. HEX triplet: E1, 2E and 94. RGB value is (225,46,148). Sum of RGB (Red+Green+Blue) = 225+46+148=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12E94 is #1ED16B. Grayscale: #6E6E6E. Windows color (decimal): -2019692 or 9711329. OLE color: 9711329.

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

Color convert

RGB22546148-
CMYK00.800.340.12
HSL325.81º74.9%53.14%-
HSV(B)325.81º79.56%88.24%-
XYZ37.3720.129.93-
YUV111.15148.8209.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.70%
GREEN value IS 46 (18.36% from 255) = 10.98%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=53.70%
G=10.98%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254614800.800.340.12325.8174.953.14
HexE12E9405022C1464b35
Octal341562240120421450611365
Binary11100001101110100101000101000010001011001010001101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12E94; }

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

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

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

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

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

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

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

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