Shades of Neon Pink #E562BD
Tints of Neon Pink #E562BD
RGB
CMYK
RGB Variations
Color information
#E562BD (or 0xE562BD) is known color: Neon Pink. HEX triplet: E5, 62 and BD. RGB value is (229,98,189). Sum of RGB (Red+Green+Blue) = 229+98+189=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E562BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E562BD is #1A9D42. Grayscale: #939393. Windows color (decimal): -1744195 or 12411621. OLE color: 12411621.
HSL color Cylindrical-coordinate representation of color #E562BD: hue angle of 318.32º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E562BD is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 189 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.10 |
| HSL | 318.32º | 0.72% | 0.64% | - |
| HSV(B) | 318.32º | 0.57% | 0.9% | - |
| XYZ | 45.87 | 29.07 | 51.34 | - |
| YUV | 147.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 189 | 0 | 0.57 | 0.17 | 0.10 | 318.32 | 0.72 | 0.64 |
| Hex | E5 | 62 | BD | 0 | 39 | 11 | A | 13E | 48 | 40 |
| Octal | 345 | 142 | 275 | 0 | 71 | 21 | 12 | 476 | 110 | 100 |
| Binary | 11100101 | 1100010 | 10111101 | 0 | 111001 | 10001 | 1010 | 100111110 | 1001000 | 1000000 |
Color Harmonies of #E562BD
Complementary color
Monochromatic Colors of #E562BD
Black with #E562BD
Text Example
Text Example
White with #E562BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E562BD; }
p { color: rgb(229,98,189); }
H1.HeaderClassName
{
color: #E562BD;
}
.AnyTagClassName
{
color: #E562BD;
}
</style>
background-color css
<style>
a { background-color: #E562BD; }
a { background-color: rgb(229,98,189); }
div.DivClassName
{
background-color: #E562BD;
}
.BgClassName
{
background-color: #E562BD;
}
</style>
border-color css
<style>
span { border-color: #E562BD; }
span { border-color: rgb(229,98,189); }
td.TdClassName
{
border-color: #E562BD;
}
.TagClassName
{
border-color: #E562BD;
}
</style>