Shades of Neon Pink #E772C8
Tints of Neon Pink #E772C8
RGB
CMYK
RGB Variations
Color information
#E772C8 (or 0xE772C8) is known color: Neon Pink. HEX triplet: E7, 72 and C8. RGB value is (231,114,200). Sum of RGB (Red+Green+Blue) = 231+114+200=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E772C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772C8 is #188D37. Grayscale: #9E9E9E. Windows color (decimal): -1609016 or 13136615. OLE color: 13136615.
HSL color Cylindrical-coordinate representation of color #E772C8: hue angle of 315.9º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E772C8 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 200 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.09 |
| HSL | 315.9º | 0.71% | 0.68% | - |
| HSV(B) | 315.9º | 0.51% | 0.91% | - |
| XYZ | 49.4 | 33.19 | 58.45 | - |
| YUV | 158.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 200 | 0 | 0.51 | 0.13 | 0.09 | 315.9 | 0.71 | 0.68 |
| Hex | E7 | 72 | C8 | 0 | 33 | D | 9 | 13C | 47 | 44 |
| Octal | 347 | 162 | 310 | 0 | 63 | 15 | 11 | 474 | 107 | 104 |
| Binary | 11100111 | 1110010 | 11001000 | 0 | 110011 | 1101 | 1001 | 100111100 | 1000111 | 1000100 |
Color Harmonies of #E772C8
Complementary color
Monochromatic Colors of #E772C8
Black with #E772C8
Text Example
Text Example
White with #E772C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772C8; }
p { color: rgb(231,114,200); }
H1.HeaderClassName
{
color: #E772C8;
}
.AnyTagClassName
{
color: #E772C8;
}
</style>
background-color css
<style>
a { background-color: #E772C8; }
a { background-color: rgb(231,114,200); }
div.DivClassName
{
background-color: #E772C8;
}
.BgClassName
{
background-color: #E772C8;
}
</style>
border-color css
<style>
span { border-color: #E772C8; }
span { border-color: rgb(231,114,200); }
td.TdClassName
{
border-color: #E772C8;
}
.TagClassName
{
border-color: #E772C8;
}
</style>