Shades of Neon Pink #E869C7
Tints of Neon Pink #E869C7
RGB
CMYK
RGB Variations
Color information
#E869C7 (or 0xE869C7) is known color: Neon Pink. HEX triplet: E8, 69 and C7. RGB value is (232,105,199). Sum of RGB (Red+Green+Blue) = 232+105+199=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E869C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E869C7 is #179638. Grayscale: #999999. Windows color (decimal): -1545785 or 13068776. OLE color: 13068776.
HSL color Cylindrical-coordinate representation of color #E869C7: hue angle of 315.59º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E869C7 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 199 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.09 |
| HSL | 315.59º | 0.73% | 0.66% | - |
| HSV(B) | 315.59º | 0.55% | 0.91% | - |
| XYZ | 48.64 | 31.38 | 57.53 | - |
| YUV | 153.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 199 | 0 | 0.55 | 0.14 | 0.09 | 315.59 | 0.73 | 0.66 |
| Hex | E8 | 69 | C7 | 0 | 37 | E | 9 | 13C | 49 | 42 |
| Octal | 350 | 151 | 307 | 0 | 67 | 16 | 11 | 474 | 111 | 102 |
| Binary | 11101000 | 1101001 | 11000111 | 0 | 110111 | 1110 | 1001 | 100111100 | 1001001 | 1000010 |
Color Harmonies of #E869C7
Complementary color
Monochromatic Colors of #E869C7
Black with #E869C7
Text Example
Text Example
White with #E869C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E869C7; }
p { color: rgb(232,105,199); }
H1.HeaderClassName
{
color: #E869C7;
}
.AnyTagClassName
{
color: #E869C7;
}
</style>
background-color css
<style>
a { background-color: #E869C7; }
a { background-color: rgb(232,105,199); }
div.DivClassName
{
background-color: #E869C7;
}
.BgClassName
{
background-color: #E869C7;
}
</style>
border-color css
<style>
span { border-color: #E869C7; }
span { border-color: rgb(232,105,199); }
td.TdClassName
{
border-color: #E869C7;
}
.TagClassName
{
border-color: #E869C7;
}
</style>