#E12186

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

Shades of Deep Cerise #E12186

Tints of Deep Cerise #E12186

Color information

#E12186 (or 0xE12186) is unknown color: approx Deep Cerise. HEX triplet: E1, 21 and 86. RGB value is (225,33,134). Sum of RGB (Red+Green+Blue) = 225+33+134=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E12186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12186 is #1EDE79. Grayscale: #656565. Windows color (decimal): -2023034 or 8790497. OLE color: 8790497.

HSL color Cylindrical-coordinate representation of color #E12186: hue angle of 328.44º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12186 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB22533134-
CMYK00.850.400.12
HSL328.44º76.19%50.59%-
HSV(B)328.44º85.33%88.24%-
XYZ35.918.8224.29-
YUV101.92146.11215.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.40%
GREEN value IS 33 (13.28% from 255) = 8.42%
BLUE value IS 134 (52.73% from 255) = 34.18%
R=57.40%
G=8.42%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253313400.850.400.12328.4476.1950.59
HexE1218605528C1484c33
Octal341412060125501451011463
Binary11100001100001100001100101010110100011001010010001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12186; }

 p { color: rgb(225,33,134); }

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

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

 a { background-color: rgb(225,33,134); }

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

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

 span { border-color: rgb(225,33,134); }

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