Shades of Neon Pink #E76CC0
Tints of Neon Pink #E76CC0
RGB
CMYK
RGB Variations
Color information
#E76CC0 (or 0xE76CC0) is known color: Neon Pink. HEX triplet: E7, 6C and C0. RGB value is (231,108,192). Sum of RGB (Red+Green+Blue) = 231+108+192=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CC0 is #18933F. Grayscale: #9A9A9A. Windows color (decimal): -1610560 or 12610791. OLE color: 12610791.
HSL color Cylindrical-coordinate representation of color #E76CC0: hue angle of 319.02º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CC0 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 192 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.09 |
| HSL | 319.02º | 0.72% | 0.66% | - |
| HSV(B) | 319.02º | 0.53% | 0.91% | - |
| XYZ | 47.83 | 31.52 | 53.43 | - |
| YUV | 154.35 | 149.25 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 192 | 0 | 0.53 | 0.17 | 0.09 | 319.02 | 0.72 | 0.66 |
| Hex | E7 | 6C | C0 | 0 | 35 | 11 | 9 | 13F | 48 | 42 |
| Octal | 347 | 154 | 300 | 0 | 65 | 21 | 11 | 477 | 110 | 102 |
| Binary | 11100111 | 1101100 | 11000000 | 0 | 110101 | 10001 | 1001 | 100111111 | 1001000 | 1000010 |
Color Harmonies of #E76CC0
Complementary color
Monochromatic Colors of #E76CC0
Black with #E76CC0
Text Example
Text Example
White with #E76CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CC0; }
p { color: rgb(231,108,192); }
H1.HeaderClassName
{
color: #E76CC0;
}
.AnyTagClassName
{
color: #E76CC0;
}
</style>
background-color css
<style>
a { background-color: #E76CC0; }
a { background-color: rgb(231,108,192); }
div.DivClassName
{
background-color: #E76CC0;
}
.BgClassName
{
background-color: #E76CC0;
}
</style>
border-color css
<style>
span { border-color: #E76CC0; }
span { border-color: rgb(231,108,192); }
td.TdClassName
{
border-color: #E76CC0;
}
.TagClassName
{
border-color: #E76CC0;
}
</style>