Shades of Neon Pink #E560BD
Tints of Neon Pink #E560BD
RGB
CMYK
RGB Variations
Color information
#E560BD (or 0xE560BD) is known color: Neon Pink. HEX triplet: E5, 60 and BD. RGB value is (229,96,189). Sum of RGB (Red+Green+Blue) = 229+96+189=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E560BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E560BD is #1A9F42. Grayscale: #929292. Windows color (decimal): -1744707 or 12411109. OLE color: 12411109.
HSL color Cylindrical-coordinate representation of color #E560BD: hue angle of 318.05º 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 #E560BD is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 189 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.10 |
| HSL | 318.05º | 0.72% | 0.64% | - |
| HSV(B) | 318.05º | 0.58% | 0.9% | - |
| XYZ | 45.68 | 28.7 | 51.28 | - |
| YUV | 146.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 189 | 0 | 0.58 | 0.17 | 0.10 | 318.05 | 0.72 | 0.64 |
| Hex | E5 | 60 | BD | 0 | 3A | 11 | A | 13E | 48 | 40 |
| Octal | 345 | 140 | 275 | 0 | 72 | 21 | 12 | 476 | 110 | 100 |
| Binary | 11100101 | 1100000 | 10111101 | 0 | 111010 | 10001 | 1010 | 100111110 | 1001000 | 1000000 |
Color Harmonies of #E560BD
Complementary color
Monochromatic Colors of #E560BD
Black with #E560BD
Text Example
Text Example
White with #E560BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560BD; }
p { color: rgb(229,96,189); }
H1.HeaderClassName
{
color: #E560BD;
}
.AnyTagClassName
{
color: #E560BD;
}
</style>
background-color css
<style>
a { background-color: #E560BD; }
a { background-color: rgb(229,96,189); }
div.DivClassName
{
background-color: #E560BD;
}
.BgClassName
{
background-color: #E560BD;
}
</style>
border-color css
<style>
span { border-color: #E560BD; }
span { border-color: rgb(229,96,189); }
td.TdClassName
{
border-color: #E560BD;
}
.TagClassName
{
border-color: #E560BD;
}
</style>