#e12e92

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

Shades of Deep Cerise #E12E92

Tints of Deep Cerise #E12E92

Color information

#E12E92 (or 0xE12E92) is unknown color: approx Deep Cerise. HEX triplet: E1, 2E and 92. RGB value is (225,46,146). Sum of RGB (Red+Green+Blue) = 225+46+146=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12E92 is #1ED16D. Grayscale: #6E6E6E. Windows color (decimal): -2019694 or 9580257. OLE color: 9580257.

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

Color convert

RGB22546146-
CMYK00.800.350.12
HSL326.48º74.9%53.14%-
HSV(B)326.48º79.56%88.24%-
XYZ37.2220.0429.1-
YUV110.92147.8209.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.96%
GREEN value IS 46 (18.36% from 255) = 11.03%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=53.96%
G=11.03%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254614600.800.350.12326.4874.953.14
HexE12E9205023C1464b35
Octal341562220120431450611365
Binary11100001101110100100100101000010001111001010001101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e12e92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e12e92; }

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

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

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

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

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

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

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

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