Shades of Neon Pink #E76ABB
Tints of Neon Pink #E76ABB
RGB
CMYK
RGB Variations
Color information
#E76ABB (or 0xE76ABB) is known color: Neon Pink. HEX triplet: E7, 6A and BB. RGB value is (231,106,187). Sum of RGB (Red+Green+Blue) = 231+106+187=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ABB is #189544. Grayscale: #989898. Windows color (decimal): -1611077 or 12282599. OLE color: 12282599.
HSL color Cylindrical-coordinate representation of color #E76ABB: hue angle of 321.12º 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 #E76ABB is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 187 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.09 |
| HSL | 321.12º | 0.72% | 0.66% | - |
| HSV(B) | 321.12º | 0.54% | 0.91% | - |
| XYZ | 47.08 | 30.88 | 50.49 | - |
| YUV | 152.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 187 | 0 | 0.54 | 0.19 | 0.09 | 321.12 | 0.72 | 0.66 |
| Hex | E7 | 6A | BB | 0 | 36 | 13 | 9 | 141 | 48 | 42 |
| Octal | 347 | 152 | 273 | 0 | 66 | 23 | 11 | 501 | 110 | 102 |
| Binary | 11100111 | 1101010 | 10111011 | 0 | 110110 | 10011 | 1001 | 101000001 | 1001000 | 1000010 |
Color Harmonies of #E76ABB
Complementary color
Monochromatic Colors of #E76ABB
Black with #E76ABB
Text Example
Text Example
White with #E76ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76ABB; }
p { color: rgb(231,106,187); }
H1.HeaderClassName
{
color: #E76ABB;
}
.AnyTagClassName
{
color: #E76ABB;
}
</style>
background-color css
<style>
a { background-color: #E76ABB; }
a { background-color: rgb(231,106,187); }
div.DivClassName
{
background-color: #E76ABB;
}
.BgClassName
{
background-color: #E76ABB;
}
</style>
border-color css
<style>
span { border-color: #E76ABB; }
span { border-color: rgb(231,106,187); }
td.TdClassName
{
border-color: #E76ABB;
}
.TagClassName
{
border-color: #E76ABB;
}
</style>