#e11d89

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

Shades of Deep Cerise #E11D89

Tints of Deep Cerise #E11D89

Color information

#E11D89 (or 0xE11D89) is unknown color: approx Deep Cerise. HEX triplet: E1, 1D and 89. RGB value is (225,29,137). Sum of RGB (Red+Green+Blue) = 225+29+137=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11D89 is #1EE276. Grayscale: #636363. Windows color (decimal): -2024055 or 8986081. OLE color: 8986081.

HSL color Cylindrical-coordinate representation of color #E11D89: hue angle of 326.94º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11D89 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB22529137-
CMYK00.870.390.12
HSL326.94º77.17%49.8%-
HSV(B)326.94º87.11%88.24%-
XYZ36.0118.6925.38-
YUV99.92148.93217.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.54%
GREEN value IS 29 (11.72% from 255) = 7.42%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=57.54%
G=7.42%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252913700.870.390.12326.9477.1749.8
HexE11D8905727C1474d32
Octal341352110127471450711562
Binary1110000111101100010010101011110011111001010001111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e11d89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e11d89; }

 p { color: rgb(225,29,137); }

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

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

 a { background-color: rgb(225,29,137); }

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

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

 span { border-color: rgb(225,29,137); }

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