#E16AAF

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

Shades of Hot Pink #E16AAF

Tints of Hot Pink #E16AAF

Color information

#E16AAF (or 0xE16AAF) is unknown color: approx Hot Pink. HEX triplet: E1, 6A and AF. RGB value is (225,106,175). Sum of RGB (Red+Green+Blue) = 225+106+175=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16AAF is #1E9550. Grayscale: #959595. Windows color (decimal): -2004305 or 11496161. OLE color: 11496161.

HSL color Cylindrical-coordinate representation of color #E16AAF: hue angle of 325.21º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16AAF is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225106175-
CMYK00.530.220.12
HSL325.21º66.48%64.9%-
HSV(B)325.21º52.89%88.24%-
XYZ43.9429.4143.92-
YUV149.45142.42181.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=44.47%
G=20.95%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510617500.530.220.12325.2166.4864.9
HexE16AAF03516C1454241
Octal3411522570652614505102101
Binary11100001110101010101111011010110110110010100010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16AAF; }

 p { color: rgb(225,106,175); }

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

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

 a { background-color: rgb(225,106,175); }

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

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

 span { border-color: rgb(225,106,175); }

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