#E464AE

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

Shades of Hot Pink #E464AE

Tints of Hot Pink #E464AE

Color information

#E464AE (or 0xE464AE) is unknown color: approx Hot Pink. HEX triplet: E4, 64 and AE. RGB value is (228,100,174). Sum of RGB (Red+Green+Blue) = 228+100+174=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E464AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E464AE is #1B9B51. Grayscale: #929292. Windows color (decimal): -1809234 or 11429092. OLE color: 11429092.

HSL color Cylindrical-coordinate representation of color #E464AE: hue angle of 325.31º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E464AE is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB228100174-
CMYK00.560.240.11
HSL325.31º70.33%64.31%-
HSV(B)325.31º56.14%89.41%-
XYZ44.1928.6643.25-
YUV146.71143.41185.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.42%
GREEN value IS 100 (39.45% from 255) = 19.92%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=45.42%
G=19.92%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810017400.560.240.11325.3170.3364.31
HexE464AE03818B1454640
Octal3441442560703013505106100
Binary11100100110010010101110011100011000101110100010110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E464AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E464AE; }

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

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

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

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

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

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

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

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