Shades of Neon Pink #E76BBC
Tints of Neon Pink #E76BBC
RGB
CMYK
RGB Variations
Color information
#E76BBC (or 0xE76BBC) is known color: Neon Pink. HEX triplet: E7, 6B and BC. RGB value is (231,107,188). Sum of RGB (Red+Green+Blue) = 231+107+188=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BBC is #189443. Grayscale: #999999. Windows color (decimal): -1610820 or 12348391. OLE color: 12348391.
HSL color Cylindrical-coordinate representation of color #E76BBC: hue angle of 320.81º 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 #E76BBC is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 188 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.09 |
| HSL | 320.81º | 0.72% | 0.66% | - |
| HSV(B) | 320.81º | 0.54% | 0.91% | - |
| XYZ | 47.29 | 31.14 | 51.09 | - |
| YUV | 153.31 | 147.58 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 188 | 0 | 0.54 | 0.19 | 0.09 | 320.81 | 0.72 | 0.66 |
| Hex | E7 | 6B | BC | 0 | 36 | 13 | 9 | 141 | 48 | 42 |
| Octal | 347 | 153 | 274 | 0 | 66 | 23 | 11 | 501 | 110 | 102 |
| Binary | 11100111 | 1101011 | 10111100 | 0 | 110110 | 10011 | 1001 | 101000001 | 1001000 | 1000010 |
Color Harmonies of #E76BBC
Complementary color
Monochromatic Colors of #E76BBC
Black with #E76BBC
Text Example
Text Example
White with #E76BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BBC; }
p { color: rgb(231,107,188); }
H1.HeaderClassName
{
color: #E76BBC;
}
.AnyTagClassName
{
color: #E76BBC;
}
</style>
background-color css
<style>
a { background-color: #E76BBC; }
a { background-color: rgb(231,107,188); }
div.DivClassName
{
background-color: #E76BBC;
}
.BgClassName
{
background-color: #E76BBC;
}
</style>
border-color css
<style>
span { border-color: #E76BBC; }
span { border-color: rgb(231,107,188); }
td.TdClassName
{
border-color: #E76BBC;
}
.TagClassName
{
border-color: #E76BBC;
}
</style>