#E12197

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

Shades of Deep Cerise #E12197

Tints of Deep Cerise #E12197

Color information

#E12197 (or 0xE12197) is unknown color: approx Deep Cerise. HEX triplet: E1, 21 and 97. RGB value is (225,33,151). Sum of RGB (Red+Green+Blue) = 225+33+151=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E12197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12197 is #1EDE68. Grayscale: #676767. Windows color (decimal): -2023017 or 9904609. OLE color: 9904609.

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

Color convert

RGB22533151-
CMYK00.850.330.12
HSL323.12º76.19%50.59%-
HSV(B)323.12º85.33%88.24%-
XYZ37.1819.3331.05-
YUV103.86154.61214.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.01%
GREEN value IS 33 (13.28% from 255) = 8.07%
BLUE value IS 151 (59.38% from 255) = 36.92%
R=55.01%
G=8.07%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253315100.850.330.12323.1276.1950.59
HexE1219705521C1434c33
Octal341412270125411450311463
Binary11100001100001100101110101010110000111001010000111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12197; }

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

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

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

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

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

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

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

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