#E166AD

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

Shades of Hot Pink #E166AD

Tints of Hot Pink #E166AD

Color information

#E166AD (or 0xE166AD) is unknown color: approx Hot Pink. HEX triplet: E1, 66 and AD. RGB value is (225,102,173). Sum of RGB (Red+Green+Blue) = 225+102+173=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E166AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E166AD is #1E9952. Grayscale: #929292. Windows color (decimal): -2005331 or 11364065. OLE color: 11364065.

HSL color Cylindrical-coordinate representation of color #E166AD: hue angle of 325.37º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E166AD is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225102173-
CMYK00.550.230.12
HSL325.37º67.21%64.12%-
HSV(B)325.37º54.67%88.24%-
XYZ43.3528.5342.76-
YUV146.87142.75183.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 102 (40.23% from 255) = 20.4%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=45%
G=20.4%
B=34.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510217300.550.230.12325.3767.2164.12
HexE166AD03717C1454340
Octal3411462550672714505103100
Binary11100001110011010101101011011110111110010100010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E166AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E166AD; }

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

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

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

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

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

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

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

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