#E464AF

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

Shades of Hot Pink #E464AF

Tints of Hot Pink #E464AF

Color information

#E464AF (or 0xE464AF) is unknown color: approx Hot Pink. HEX triplet: E4, 64 and AF. RGB value is (228,100,175). Sum of RGB (Red+Green+Blue) = 228+100+175=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 228 - color contains mainly: red. Hex color #E464AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E464AF is #1B9B50. Grayscale: #929292. Windows color (decimal): -1809233 or 11494628. OLE color: 11494628.

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

Color convert

RGB228100175-
CMYK00.560.230.11
HSL324.84º70.33%64.31%-
HSV(B)324.84º56.14%89.41%-
XYZ44.2928.743.76-
YUV146.82143.91185.9-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.33%
GREEN value IS 100 (39.45% from 255) = 19.88%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=45.33%
G=19.88%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810017500.560.230.11324.8470.3364.31
HexE464AF03817B1454640
Octal3441442570702713505106100
Binary11100100110010010101111011100010111101110100010110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E464AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E464AF; }

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

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

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

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

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

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

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

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