#E160AD

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

Shades of Hot Pink #E160AD

Tints of Hot Pink #E160AD

Color information

#E160AD (or 0xE160AD) is unknown color: approx Hot Pink. HEX triplet: E1, 60 and AD. RGB value is (225,96,173). Sum of RGB (Red+Green+Blue) = 225+96+173=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E160AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E160AD is #1E9F52. Grayscale: #8F8F8F. Windows color (decimal): -2006867 or 11362529. OLE color: 11362529.

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

Color convert

RGB22596173-
CMYK00.570.230.12
HSL324.19º68.25%62.94%-
HSV(B)324.19º57.33%88.24%-
XYZ42.7827.3942.57-
YUV143.35144.74186.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.55%
GREEN value IS 96 (37.89% from 255) = 19.43%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=45.55%
G=19.43%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259617300.570.230.12324.1968.2562.94
HexE160AD03917C144443f
Octal341140255071271450410477
Binary1110000111000001010110101110011011111001010001001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E160AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E160AD; }

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

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

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

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

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

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

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

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