#E166AF

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

Shades of Hot Pink #E166AF

Tints of Hot Pink #E166AF

Color information

#E166AF (or 0xE166AF) is unknown color: approx Hot Pink. HEX triplet: E1, 66 and AF. RGB value is (225,102,175). Sum of RGB (Red+Green+Blue) = 225+102+175=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E166AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E166AF is #1E9950. Grayscale: #929292. Windows color (decimal): -2005329 or 11495137. OLE color: 11495137.

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

Color convert

RGB225102175-
CMYK00.550.220.12
HSL324.39º67.21%64.12%-
HSV(B)324.39º54.67%88.24%-
XYZ43.5428.6143.78-
YUV147.1143.75183.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 102 (40.23% from 255) = 20.32%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=44.82%
G=20.32%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510217500.550.220.12324.3967.2164.12
HexE166AF03716C1444340
Octal3411462570672614504103100
Binary11100001110011010101111011011110110110010100010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E166AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E166AF; }

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

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

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

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

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

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

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

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