#E560AC

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

Shades of Hot Pink #E560AC

Tints of Hot Pink #E560AC

Color information

#E560AC (or 0xE560AC) is unknown color: approx Hot Pink. HEX triplet: E5, 60 and AC. RGB value is (229,96,172). Sum of RGB (Red+Green+Blue) = 229+96+172=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E560AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E560AC is #1A9F53. Grayscale: #909090. Windows color (decimal): -1744724 or 11296997. OLE color: 11296997.

HSL color Cylindrical-coordinate representation of color #E560AC: hue angle of 325.71º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E560AC is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB22996172-
CMYK00.580.250.10
HSL325.71º71.89%63.73%-
HSV(B)325.71º58.08%89.8%-
XYZ43.942842.12-
YUV144.43143.56188.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.08%
GREEN value IS 96 (37.89% from 255) = 19.32%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=46.08%
G=19.32%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299617200.580.250.10325.7171.8963.73
HexE560AC03A19A1464840
Octal3451402540723112506110100
Binary11100101110000010101100011101011001101010100011010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E560AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E560AC; }

 p { color: rgb(229,96,172); }

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

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

 a { background-color: rgb(229,96,172); }

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

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

 span { border-color: rgb(229,96,172); }

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