Html Css Color HEX #E560AD Hot Pink

📋 copy color: '#E560AD'

red 229 ◦ green 96 ◦ blue 173

#E560AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #E560AD

Tints of Hot Pink #E560AD

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 value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E560AD (or 0xE560AD) is known color: 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

RGB 229 96 173 -
CMYK 0 0.58 0.24 0.10
HSL 325.26º 0.72% 0.64% -
HSV(B) 325.26º 0.58% 0.9% -
XYZ 44.04 28.04 42.63 -
YUV 144.55 144.06 188.24 -
System Red Green Blue C M Y K H S L
Decimal 229 96 173 0 0.58 0.24 0.10 325.26 0.72 0.64
Hex E5 60 AD 0 3A 18 A 145 48 40
Octal 345 140 255 0 72 30 12 505 110 100
Binary 11100101 1100000 10101101 0 111010 11000 1010 101000101 1001000 1000000

Color Harmonies of #E560AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E560AD

Black with #E560AD

Text Example


Text Example

White with #E560AD

Text Example


Text Example

HTML Codes & Css Web 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>