#E160A9

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

Shades of Hot Pink #E160A9

Tints of Hot Pink #E160A9

Color information

#E160A9 (or 0xE160A9) is unknown color: approx Hot Pink. HEX triplet: E1, 60 and A9. RGB value is (225,96,169). Sum of RGB (Red+Green+Blue) = 225+96+169=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E160A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E160A9 is #1E9F56. Grayscale: #8E8E8E. Windows color (decimal): -2006871 or 11100385. OLE color: 11100385.

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

Color convert

RGB22596169-
CMYK00.570.250.12
HSL326.05º68.25%62.94%-
HSV(B)326.05º57.33%88.24%-
XYZ42.427.2440.56-
YUV142.89142.74186.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.92%
GREEN value IS 96 (37.89% from 255) = 19.59%
BLUE value IS 169 (66.41% from 255) = 34.49%
R=45.92%
G=19.59%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259616900.570.250.12326.0568.2562.94
HexE160A903919C146443f
Octal341140251071311450610477
Binary1110000111000001010100101110011100111001010001101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E160A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E160A9; }

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

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

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

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

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

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

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

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