#e11d8a

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

Shades of Deep Cerise #E11D8A

Tints of Deep Cerise #E11D8A

Color information

#E11D8A (or 0xE11D8A) is unknown color: approx Deep Cerise. HEX triplet: E1, 1D and 8A. RGB value is (225,29,138). Sum of RGB (Red+Green+Blue) = 225+29+138=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11D8A is #1EE275. Grayscale: #636363. Windows color (decimal): -2024054 or 9051617. OLE color: 9051617.

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

Color convert

RGB22529138-
CMYK00.870.390.12
HSL326.63º77.17%49.8%-
HSV(B)326.63º87.11%88.24%-
XYZ36.0818.7225.76-
YUV100.03149.43217.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.40%
GREEN value IS 29 (11.72% from 255) = 7.40%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=57.40%
G=7.40%
B=35.20%

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
Decimal2252913800.870.390.12326.6377.1749.8
HexE11D8A05727C1474d32
Octal341352120127471450711562
Binary1110000111101100010100101011110011111001010001111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e11d8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e11d8a; }

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

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

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

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

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

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

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

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