Shades of Neon Pink #E56ABC
Tints of Neon Pink #E56ABC
RGB
CMYK
RGB Variations
Color information
#E56ABC (or 0xE56ABC) is known color: Neon Pink. HEX triplet: E5, 6A and BC. RGB value is (229,106,188). Sum of RGB (Red+Green+Blue) = 229+106+188=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ABC is #1A9543. Grayscale: #979797. Windows color (decimal): -1742148 or 12348133. OLE color: 12348133.
HSL color Cylindrical-coordinate representation of color #E56ABC: hue angle of 320º 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 #E56ABC is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 188 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.10 |
| HSL | 320º | 0.7% | 0.66% | - |
| HSV(B) | 320º | 0.54% | 0.9% | - |
| XYZ | 46.54 | 30.6 | 51.03 | - |
| YUV | 152.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 188 | 0 | 0.54 | 0.18 | 0.10 | 320 | 0.7 | 0.66 |
| Hex | E5 | 6A | BC | 0 | 36 | 12 | A | 140 | 46 | 42 |
| Octal | 345 | 152 | 274 | 0 | 66 | 22 | 12 | 500 | 106 | 102 |
| Binary | 11100101 | 1101010 | 10111100 | 0 | 110110 | 10010 | 1010 | 101000000 | 1000110 | 1000010 |
Color Harmonies of #E56ABC
Complementary color
Monochromatic Colors of #E56ABC
Black with #E56ABC
Text Example
Text Example
White with #E56ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56ABC; }
p { color: rgb(229,106,188); }
H1.HeaderClassName
{
color: #E56ABC;
}
.AnyTagClassName
{
color: #E56ABC;
}
</style>
background-color css
<style>
a { background-color: #E56ABC; }
a { background-color: rgb(229,106,188); }
div.DivClassName
{
background-color: #E56ABC;
}
.BgClassName
{
background-color: #E56ABC;
}
</style>
border-color css
<style>
span { border-color: #E56ABC; }
span { border-color: rgb(229,106,188); }
td.TdClassName
{
border-color: #E56ABC;
}
.TagClassName
{
border-color: #E56ABC;
}
</style>