Shades of Neon Pink #E76CC7
Tints of Neon Pink #E76CC7
RGB
CMYK
RGB Variations
Color information
#E76CC7 (or 0xE76CC7) is known color: Neon Pink. HEX triplet: E7, 6C and C7. RGB value is (231,108,199). Sum of RGB (Red+Green+Blue) = 231+108+199=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CC7 is #189338. Grayscale: #9A9A9A. Windows color (decimal): -1610553 or 13069543. OLE color: 13069543.
HSL color Cylindrical-coordinate representation of color #E76CC7: hue angle of 315.61º 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 #E76CC7 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 199 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.09 |
| HSL | 315.61º | 0.72% | 0.66% | - |
| HSV(B) | 315.61º | 0.53% | 0.91% | - |
| XYZ | 48.63 | 31.84 | 57.62 | - |
| YUV | 155.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 199 | 0 | 0.53 | 0.14 | 0.09 | 315.61 | 0.72 | 0.66 |
| Hex | E7 | 6C | C7 | 0 | 35 | E | 9 | 13C | 48 | 42 |
| Octal | 347 | 154 | 307 | 0 | 65 | 16 | 11 | 474 | 110 | 102 |
| Binary | 11100111 | 1101100 | 11000111 | 0 | 110101 | 1110 | 1001 | 100111100 | 1001000 | 1000010 |
Color Harmonies of #E76CC7
Complementary color
Monochromatic Colors of #E76CC7
Black with #E76CC7
Text Example
Text Example
White with #E76CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CC7; }
p { color: rgb(231,108,199); }
H1.HeaderClassName
{
color: #E76CC7;
}
.AnyTagClassName
{
color: #E76CC7;
}
</style>
background-color css
<style>
a { background-color: #E76CC7; }
a { background-color: rgb(231,108,199); }
div.DivClassName
{
background-color: #E76CC7;
}
.BgClassName
{
background-color: #E76CC7;
}
</style>
border-color css
<style>
span { border-color: #E76CC7; }
span { border-color: rgb(231,108,199); }
td.TdClassName
{
border-color: #E76CC7;
}
.TagClassName
{
border-color: #E76CC7;
}
</style>