#E161AA

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

Shades of Hot Pink #E161AA

Tints of Hot Pink #E161AA

Color information

#E161AA (or 0xE161AA) is unknown color: approx Hot Pink. HEX triplet: E1, 61 and AA. RGB value is (225,97,170). Sum of RGB (Red+Green+Blue) = 225+97+170=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E161AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E161AA is #1E9E55. Grayscale: #8F8F8F. Windows color (decimal): -2006614 or 11166177. OLE color: 11166177.

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

Color convert

RGB22597170-
CMYK00.570.240.12
HSL325.78º68.09%63.14%-
HSV(B)325.78º56.89%88.24%-
XYZ42.5827.4641.09-
YUV143.59142.91186.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.73%
GREEN value IS 97 (38.28% from 255) = 19.72%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=45.73%
G=19.72%
B=34.55%

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
Decimal2259717000.570.240.12325.7868.0963.14
HexE161AA03918C146443f
Octal341141252071301450610477
Binary1110000111000011010101001110011100011001010001101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E161AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E161AA; }

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

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

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

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

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

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

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

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