Shades of Neon Pink #E56CBE
Tints of Neon Pink #E56CBE
RGB
CMYK
RGB Variations
Color information
#E56CBE (or 0xE56CBE) is known color: Neon Pink. HEX triplet: E5, 6C and BE. RGB value is (229,108,190). Sum of RGB (Red+Green+Blue) = 229+108+190=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CBE is #1A9341. Grayscale: #999999. Windows color (decimal): -1741634 or 12479717. OLE color: 12479717.
HSL color Cylindrical-coordinate representation of color #E56CBE: hue angle of 319.34º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56CBE is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 190 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.10 |
| HSL | 319.34º | 0.7% | 0.66% | - |
| HSV(B) | 319.34º | 0.53% | 0.9% | - |
| XYZ | 46.97 | 31.1 | 52.24 | - |
| YUV | 153.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 190 | 0 | 0.53 | 0.17 | 0.10 | 319.34 | 0.7 | 0.66 |
| Hex | E5 | 6C | BE | 0 | 35 | 11 | A | 13F | 46 | 42 |
| Octal | 345 | 154 | 276 | 0 | 65 | 21 | 12 | 477 | 106 | 102 |
| Binary | 11100101 | 1101100 | 10111110 | 0 | 110101 | 10001 | 1010 | 100111111 | 1000110 | 1000010 |
Color Harmonies of #E56CBE
Complementary color
Monochromatic Colors of #E56CBE
Black with #E56CBE
Text Example
Text Example
White with #E56CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CBE; }
p { color: rgb(229,108,190); }
H1.HeaderClassName
{
color: #E56CBE;
}
.AnyTagClassName
{
color: #E56CBE;
}
</style>
background-color css
<style>
a { background-color: #E56CBE; }
a { background-color: rgb(229,108,190); }
div.DivClassName
{
background-color: #E56CBE;
}
.BgClassName
{
background-color: #E56CBE;
}
</style>
border-color css
<style>
span { border-color: #E56CBE; }
span { border-color: rgb(229,108,190); }
td.TdClassName
{
border-color: #E56CBE;
}
.TagClassName
{
border-color: #E56CBE;
}
</style>