Shades of Neon Pink #E561BD
Tints of Neon Pink #E561BD
RGB
CMYK
RGB Variations
Color information
#E561BD (or 0xE561BD) is known color: Neon Pink. HEX triplet: E5, 61 and BD. RGB value is (229,97,189). Sum of RGB (Red+Green+Blue) = 229+97+189=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E561BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561BD is #1A9E42. Grayscale: #929292. Windows color (decimal): -1744451 or 12411365. OLE color: 12411365.
HSL color Cylindrical-coordinate representation of color #E561BD: hue angle of 318.18º 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 #E561BD is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 189 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.10 |
| HSL | 318.18º | 0.72% | 0.64% | - |
| HSV(B) | 318.18º | 0.58% | 0.9% | - |
| XYZ | 45.77 | 28.88 | 51.31 | - |
| YUV | 146.96 | 151.73 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 189 | 0 | 0.58 | 0.17 | 0.10 | 318.18 | 0.72 | 0.64 |
| Hex | E5 | 61 | BD | 0 | 3A | 11 | A | 13E | 48 | 40 |
| Octal | 345 | 141 | 275 | 0 | 72 | 21 | 12 | 476 | 110 | 100 |
| Binary | 11100101 | 1100001 | 10111101 | 0 | 111010 | 10001 | 1010 | 100111110 | 1001000 | 1000000 |
Color Harmonies of #E561BD
Complementary color
Monochromatic Colors of #E561BD
Black with #E561BD
Text Example
Text Example
White with #E561BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561BD; }
p { color: rgb(229,97,189); }
H1.HeaderClassName
{
color: #E561BD;
}
.AnyTagClassName
{
color: #E561BD;
}
</style>
background-color css
<style>
a { background-color: #E561BD; }
a { background-color: rgb(229,97,189); }
div.DivClassName
{
background-color: #E561BD;
}
.BgClassName
{
background-color: #E561BD;
}
</style>
border-color css
<style>
span { border-color: #E561BD; }
span { border-color: rgb(229,97,189); }
td.TdClassName
{
border-color: #E561BD;
}
.TagClassName
{
border-color: #E561BD;
}
</style>