#E11FA9

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

Shades of Spicy Pink #E11FA9

Tints of Spicy Pink #E11FA9

Color information

#E11FA9 (or 0xE11FA9) is unknown color: approx Spicy Pink. HEX triplet: E1, 1F and A9. RGB value is (225,31,169). Sum of RGB (Red+Green+Blue) = 225+31+169=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11FA9 is #1EE056. Grayscale: #686868. Windows color (decimal): -2023511 or 11083745. OLE color: 11083745.

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

Color convert

RGB22531169-
CMYK00.860.250.12
HSL317.32º76.38%50.2%-
HSV(B)317.32º86.22%88.24%-
XYZ38.719.8539.33-
YUV104.74164.27213.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 31 (12.5% from 255) = 7.29%
BLUE value IS 169 (66.41% from 255) = 39.76%
R=52.94%
G=7.29%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253116900.860.250.12317.3276.3850.2
HexE11FA905619C13d4c32
Octal341372510126311447511462
Binary111000011111110101001010101101100111001001111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11FA9; }

 p { color: rgb(225,31,169); }

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

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

 a { background-color: rgb(225,31,169); }

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

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

 span { border-color: rgb(225,31,169); }

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