#E560AD

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

Shades of Hot Pink #E560AD

Tints of Hot Pink #E560AD

Color information

#E560AD (or 0xE560AD) is unknown color: approx Hot Pink. HEX triplet: E5, 60 and AD. RGB value is (229,96,173). Sum of RGB (Red+Green+Blue) = 229+96+173=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E560AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E560AD is #1A9F52. Grayscale: #909090. Windows color (decimal): -1744723 or 11362533. OLE color: 11362533.

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

Color convert

RGB22996173-
CMYK00.580.240.10
HSL325.26º71.89%63.73%-
HSV(B)325.26º58.08%89.8%-
XYZ44.0428.0442.63-
YUV144.55144.06188.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.98%
GREEN value IS 96 (37.89% from 255) = 19.28%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=45.98%
G=19.28%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299617300.580.240.10325.2671.8963.73
HexE560AD03A18A1454840
Octal3451402550723012505110100
Binary11100101110000010101101011101011000101010100010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E560AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E560AD; }

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

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

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

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

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

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

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

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