#E164AE

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

Shades of Hot Pink #E164AE

Tints of Hot Pink #E164AE

Color information

#E164AE (or 0xE164AE) is unknown color: approx Hot Pink. HEX triplet: E1, 64 and AE. RGB value is (225,100,174). Sum of RGB (Red+Green+Blue) = 225+100+174=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E164AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E164AE is #1E9B51. Grayscale: #919191. Windows color (decimal): -2005842 or 11429089. OLE color: 11429089.

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

Color convert

RGB225100174-
CMYK00.560.230.12
HSL324.48º67.57%63.73%-
HSV(B)324.48º55.56%88.24%-
XYZ43.2528.1843.2-
YUV145.81143.91184.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 100 (39.45% from 255) = 20.04%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=45.09%
G=20.04%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510017400.560.230.12324.4867.5763.73
HexE164AE03817C1444440
Octal3411442560702714504104100
Binary11100001110010010101110011100010111110010100010010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E164AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E164AE; }

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

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

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

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

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

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

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

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