#E164AC

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

Shades of Hot Pink #E164AC

Tints of Hot Pink #E164AC

Color information

#E164AC (or 0xE164AC) is unknown color: approx Hot Pink. HEX triplet: E1, 64 and AC. RGB value is (225,100,172). Sum of RGB (Red+Green+Blue) = 225+100+172=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E164AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E164AC is #1E9B53. Grayscale: #919191. Windows color (decimal): -2005844 or 11298017. OLE color: 11298017.

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

Color convert

RGB225100172-
CMYK00.560.240.12
HSL325.44º67.57%63.73%-
HSV(B)325.44º55.56%88.24%-
XYZ43.0528.142.18-
YUV145.58142.91184.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.27%
GREEN value IS 100 (39.45% from 255) = 20.12%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=45.27%
G=20.12%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510017200.560.240.12325.4467.5763.73
HexE164AC03818C1454440
Octal3411442540703014505104100
Binary11100001110010010101100011100011000110010100010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E164AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E164AC; }

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

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

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

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

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

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

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

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