Shades of Neon Pink #E56BBB
Tints of Neon Pink #E56BBB
RGB
CMYK
RGB Variations
Color information
#E56BBB (or 0xE56BBB) is known color: Neon Pink. HEX triplet: E5, 6B and BB. RGB value is (229,107,187). Sum of RGB (Red+Green+Blue) = 229+107+187=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BBB is #1A9444. Grayscale: #989898. Windows color (decimal): -1741893 or 12282853. OLE color: 12282853.
HSL color Cylindrical-coordinate representation of color #E56BBB: hue angle of 320.66º 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 #E56BBB is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 187 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.10 |
| HSL | 320.66º | 0.7% | 0.66% | - |
| HSV(B) | 320.66º | 0.53% | 0.9% | - |
| XYZ | 46.54 | 30.76 | 50.5 | - |
| YUV | 152.6 | 147.42 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 187 | 0 | 0.53 | 0.18 | 0.10 | 320.66 | 0.7 | 0.66 |
| Hex | E5 | 6B | BB | 0 | 35 | 12 | A | 141 | 46 | 42 |
| Octal | 345 | 153 | 273 | 0 | 65 | 22 | 12 | 501 | 106 | 102 |
| Binary | 11100101 | 1101011 | 10111011 | 0 | 110101 | 10010 | 1010 | 101000001 | 1000110 | 1000010 |
Color Harmonies of #E56BBB
Complementary color
Monochromatic Colors of #E56BBB
Black with #E56BBB
Text Example
Text Example
White with #E56BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BBB; }
p { color: rgb(229,107,187); }
H1.HeaderClassName
{
color: #E56BBB;
}
.AnyTagClassName
{
color: #E56BBB;
}
</style>
background-color css
<style>
a { background-color: #E56BBB; }
a { background-color: rgb(229,107,187); }
div.DivClassName
{
background-color: #E56BBB;
}
.BgClassName
{
background-color: #E56BBB;
}
</style>
border-color css
<style>
span { border-color: #E56BBB; }
span { border-color: rgb(229,107,187); }
td.TdClassName
{
border-color: #E56BBB;
}
.TagClassName
{
border-color: #E56BBB;
}
</style>