Shades of Neon Pink #E56ABD
Tints of Neon Pink #E56ABD
RGB
CMYK
RGB Variations
Color information
#E56ABD (or 0xE56ABD) is known color: Neon Pink. HEX triplet: E5, 6A and BD. RGB value is (229,106,189). Sum of RGB (Red+Green+Blue) = 229+106+189=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ABD is #1A9542. Grayscale: #989898. Windows color (decimal): -1742147 or 12413669. OLE color: 12413669.
HSL color Cylindrical-coordinate representation of color #E56ABD: hue angle of 319.51º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56ABD is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 189 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.10 |
| HSL | 319.51º | 0.7% | 0.66% | - |
| HSV(B) | 319.51º | 0.54% | 0.9% | - |
| XYZ | 46.65 | 30.64 | 51.6 | - |
| YUV | 152.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 189 | 0 | 0.54 | 0.17 | 0.10 | 319.51 | 0.7 | 0.66 |
| Hex | E5 | 6A | BD | 0 | 36 | 11 | A | 140 | 46 | 42 |
| Octal | 345 | 152 | 275 | 0 | 66 | 21 | 12 | 500 | 106 | 102 |
| Binary | 11100101 | 1101010 | 10111101 | 0 | 110110 | 10001 | 1010 | 101000000 | 1000110 | 1000010 |
Color Harmonies of #E56ABD
Complementary color
Monochromatic Colors of #E56ABD
Black with #E56ABD
Text Example
Text Example
White with #E56ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56ABD; }
p { color: rgb(229,106,189); }
H1.HeaderClassName
{
color: #E56ABD;
}
.AnyTagClassName
{
color: #E56ABD;
}
</style>
background-color css
<style>
a { background-color: #E56ABD; }
a { background-color: rgb(229,106,189); }
div.DivClassName
{
background-color: #E56ABD;
}
.BgClassName
{
background-color: #E56ABD;
}
</style>
border-color css
<style>
span { border-color: #E56ABD; }
span { border-color: rgb(229,106,189); }
td.TdClassName
{
border-color: #E56ABD;
}
.TagClassName
{
border-color: #E56ABD;
}
</style>