#E11DAA

Color #E11DAA Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #E11DAA

Tints of Spicy Pink #E11DAA

Color information

#E11DAA (or 0xE11DAA) is unknown color: approx Spicy Pink. HEX triplet: E1, 1D and AA. RGB value is (225,29,170). Sum of RGB (Red+Green+Blue) = 225+29+170=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11DAA is #1EE255. Grayscale: #676767. Windows color (decimal): -2024022 or 11148769. OLE color: 11148769.

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

Color convert

RGB22529170-
CMYK00.870.240.12
HSL316.84º77.17%49.8%-
HSV(B)316.84º87.11%88.24%-
XYZ38.7519.7939.81-
YUV103.68165.43214.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.07%
GREEN value IS 29 (11.72% from 255) = 6.84%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=53.07%
G=6.84%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252917000.870.240.12316.8477.1749.8
HexE11DAA05718C13d4d32
Octal341352520127301447511562
Binary111000011110110101010010101111100011001001111011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11DAA; }

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

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

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

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

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

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

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

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