#E161AD

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

Shades of Hot Pink #E161AD

Tints of Hot Pink #E161AD

Color information

#E161AD (or 0xE161AD) is unknown color: approx Hot Pink. HEX triplet: E1, 61 and AD. RGB value is (225,97,173). Sum of RGB (Red+Green+Blue) = 225+97+173=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E161AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E161AD is #1E9E52. Grayscale: #8F8F8F. Windows color (decimal): -2006611 or 11362785. OLE color: 11362785.

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

Color convert

RGB22597173-
CMYK00.570.230.12
HSL324.38º68.09%63.14%-
HSV(B)324.38º56.89%88.24%-
XYZ42.8727.5742.6-
YUV143.94144.41185.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 97 (38.28% from 255) = 19.60%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=45.45%
G=19.60%
B=34.95%

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
Decimal2259717300.570.230.12324.3868.0963.14
HexE161AD03917C144443f
Octal341141255071271450410477
Binary1110000111000011010110101110011011111001010001001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E161AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E161AD; }

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

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

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

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

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

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

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

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