#E560B9

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

Shades of Hot Pink #E560B9

Tints of Hot Pink #E560B9

Color information

#E560B9 (or 0xE560B9) is unknown color: approx Hot Pink. HEX triplet: E5, 60 and B9. RGB value is (229,96,185). Sum of RGB (Red+Green+Blue) = 229+96+185=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E560B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E560B9 is #1A9F46. Grayscale: #919191. Windows color (decimal): -1744711 or 12148965. OLE color: 12148965.

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

Color convert

RGB22996185-
CMYK00.580.190.10
HSL319.85º71.89%63.73%-
HSV(B)319.85º58.08%89.8%-
XYZ45.2528.5349.02-
YUV145.91150.06187.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.90%
GREEN value IS 96 (37.89% from 255) = 18.82%
BLUE value IS 185 (72.66% from 255) = 36.27%
R=44.90%
G=18.82%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299618500.580.190.10319.8571.8963.73
HexE560B903A13A1404840
Octal3451402710722312500110100
Binary11100101110000010111001011101010011101010100000010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E560B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E560B9; }

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

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

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

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

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

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

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

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