#E164AF

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

Shades of Hot Pink #E164AF

Tints of Hot Pink #E164AF

Color information

#E164AF (or 0xE164AF) is unknown color: approx Hot Pink. HEX triplet: E1, 64 and AF. RGB value is (225,100,175). Sum of RGB (Red+Green+Blue) = 225+100+175=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E164AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E164AF is #1E9B50. Grayscale: #919191. Windows color (decimal): -2005841 or 11494625. OLE color: 11494625.

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

Color convert

RGB225100175-
CMYK00.560.220.12
HSL324º67.57%63.73%-
HSV(B)324º55.56%88.24%-
XYZ43.3528.2243.72-
YUV145.92144.41184.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 100 (39.45% from 255) = 20%
BLUE value IS 175 (68.75% from 255) = 35%
R=45%
G=20%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510017500.560.220.1232467.5763.73
HexE164AF03816C1444440
Octal3411442570702614504104100
Binary11100001110010010101111011100010110110010100010010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E164AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E164AF; }

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

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

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

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

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

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

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

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