#E160AA

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

Shades of Hot Pink #E160AA

Tints of Hot Pink #E160AA

Color information

#E160AA (or 0xE160AA) is unknown color: approx Hot Pink. HEX triplet: E1, 60 and AA. RGB value is (225,96,170). Sum of RGB (Red+Green+Blue) = 225+96+170=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E160AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E160AA is #1E9F55. Grayscale: #8E8E8E. Windows color (decimal): -2006870 or 11165921. OLE color: 11165921.

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

Color convert

RGB22596170-
CMYK00.570.240.12
HSL325.58º68.25%62.94%-
HSV(B)325.58º57.33%88.24%-
XYZ42.4927.2841.06-
YUV143.01143.24186.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=45.82%
G=19.55%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259617000.570.240.12325.5868.2562.94
HexE160AA03918C146443f
Octal341140252071301450610477
Binary1110000111000001010101001110011100011001010001101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E160AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E160AA; }

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

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

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

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

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

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

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

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