Shades of Neon Pink #E561BB
Tints of Neon Pink #E561BB
RGB
CMYK
RGB Variations
Color information
#E561BB (or 0xE561BB) is known color: Neon Pink. HEX triplet: E5, 61 and BB. RGB value is (229,97,187). Sum of RGB (Red+Green+Blue) = 229+97+187=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E561BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561BB is #1A9E44. Grayscale: #929292. Windows color (decimal): -1744453 or 12280293. OLE color: 12280293.
HSL color Cylindrical-coordinate representation of color #E561BB: hue angle of 319.09º 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 #E561BB is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 187 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.10 |
| HSL | 319.09º | 0.72% | 0.64% | - |
| HSV(B) | 319.09º | 0.58% | 0.9% | - |
| XYZ | 45.56 | 28.8 | 50.17 | - |
| YUV | 146.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 187 | 0 | 0.58 | 0.18 | 0.10 | 319.09 | 0.72 | 0.64 |
| Hex | E5 | 61 | BB | 0 | 3A | 12 | A | 13F | 48 | 40 |
| Octal | 345 | 141 | 273 | 0 | 72 | 22 | 12 | 477 | 110 | 100 |
| Binary | 11100101 | 1100001 | 10111011 | 0 | 111010 | 10010 | 1010 | 100111111 | 1001000 | 1000000 |
Color Harmonies of #E561BB
Complementary color
Monochromatic Colors of #E561BB
Black with #E561BB
Text Example
Text Example
White with #E561BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561BB; }
p { color: rgb(229,97,187); }
H1.HeaderClassName
{
color: #E561BB;
}
.AnyTagClassName
{
color: #E561BB;
}
</style>
background-color css
<style>
a { background-color: #E561BB; }
a { background-color: rgb(229,97,187); }
div.DivClassName
{
background-color: #E561BB;
}
.BgClassName
{
background-color: #E561BB;
}
</style>
border-color css
<style>
span { border-color: #E561BB; }
span { border-color: rgb(229,97,187); }
td.TdClassName
{
border-color: #E561BB;
}
.TagClassName
{
border-color: #E561BB;
}
</style>