Shades of Neon Pink #E76BBE
Tints of Neon Pink #E76BBE
RGB
CMYK
RGB Variations
Color information
#E76BBE (or 0xE76BBE) is known color: Neon Pink. HEX triplet: E7, 6B and BE. RGB value is (231,107,190). Sum of RGB (Red+Green+Blue) = 231+107+190=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BBE is #189441. Grayscale: #999999. Windows color (decimal): -1610818 or 12479463. OLE color: 12479463.
HSL color Cylindrical-coordinate representation of color #E76BBE: hue angle of 319.84º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76BBE is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 190 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.09 |
| HSL | 319.84º | 0.72% | 0.66% | - |
| HSV(B) | 319.84º | 0.54% | 0.91% | - |
| XYZ | 47.51 | 31.22 | 52.24 | - |
| YUV | 153.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 190 | 0 | 0.54 | 0.18 | 0.09 | 319.84 | 0.72 | 0.66 |
| Hex | E7 | 6B | BE | 0 | 36 | 12 | 9 | 140 | 48 | 42 |
| Octal | 347 | 153 | 276 | 0 | 66 | 22 | 11 | 500 | 110 | 102 |
| Binary | 11100111 | 1101011 | 10111110 | 0 | 110110 | 10010 | 1001 | 101000000 | 1001000 | 1000010 |
Color Harmonies of #E76BBE
Complementary color
Monochromatic Colors of #E76BBE
Black with #E76BBE
Text Example
Text Example
White with #E76BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BBE; }
p { color: rgb(231,107,190); }
H1.HeaderClassName
{
color: #E76BBE;
}
.AnyTagClassName
{
color: #E76BBE;
}
</style>
background-color css
<style>
a { background-color: #E76BBE; }
a { background-color: rgb(231,107,190); }
div.DivClassName
{
background-color: #E76BBE;
}
.BgClassName
{
background-color: #E76BBE;
}
</style>
border-color css
<style>
span { border-color: #E76BBE; }
span { border-color: rgb(231,107,190); }
td.TdClassName
{
border-color: #E76BBE;
}
.TagClassName
{
border-color: #E76BBE;
}
</style>