Shades of Neon Pink #E770C6
Tints of Neon Pink #E770C6
RGB
CMYK
RGB Variations
Color information
#E770C6 (or 0xE770C6) is known color: Neon Pink. HEX triplet: E7, 70 and C6. RGB value is (231,112,198). Sum of RGB (Red+Green+Blue) = 231+112+198=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E770C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770C6 is #188F39. Grayscale: #9D9D9D. Windows color (decimal): -1609530 or 13005031. OLE color: 13005031.
HSL color Cylindrical-coordinate representation of color #E770C6: hue angle of 316.64º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E770C6 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 198 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.09 |
| HSL | 316.64º | 0.71% | 0.67% | - |
| HSV(B) | 316.64º | 0.52% | 0.91% | - |
| XYZ | 48.94 | 32.65 | 57.15 | - |
| YUV | 157.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 198 | 0 | 0.52 | 0.14 | 0.09 | 316.64 | 0.71 | 0.67 |
| Hex | E7 | 70 | C6 | 0 | 34 | E | 9 | 13D | 47 | 43 |
| Octal | 347 | 160 | 306 | 0 | 64 | 16 | 11 | 475 | 107 | 103 |
| Binary | 11100111 | 1110000 | 11000110 | 0 | 110100 | 1110 | 1001 | 100111101 | 1000111 | 1000011 |
Color Harmonies of #E770C6
Complementary color
Monochromatic Colors of #E770C6
Black with #E770C6
Text Example
Text Example
White with #E770C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770C6; }
p { color: rgb(231,112,198); }
H1.HeaderClassName
{
color: #E770C6;
}
.AnyTagClassName
{
color: #E770C6;
}
</style>
background-color css
<style>
a { background-color: #E770C6; }
a { background-color: rgb(231,112,198); }
div.DivClassName
{
background-color: #E770C6;
}
.BgClassName
{
background-color: #E770C6;
}
</style>
border-color css
<style>
span { border-color: #E770C6; }
span { border-color: rgb(231,112,198); }
td.TdClassName
{
border-color: #E770C6;
}
.TagClassName
{
border-color: #E770C6;
}
</style>