Shades of Neon Pink #E869C0
Tints of Neon Pink #E869C0
RGB
CMYK
RGB Variations
Color information
#E869C0 (or 0xE869C0) is known color: Neon Pink. HEX triplet: E8, 69 and C0. RGB value is (232,105,192). Sum of RGB (Red+Green+Blue) = 232+105+192=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E869C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E869C0 is #17963F. Grayscale: #989898. Windows color (decimal): -1545792 or 12610024. OLE color: 12610024.
HSL color Cylindrical-coordinate representation of color #E869C0: hue angle of 318.9º 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 #E869C0 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 192 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.09 |
| HSL | 318.9º | 0.73% | 0.66% | - |
| HSV(B) | 318.9º | 0.55% | 0.91% | - |
| XYZ | 47.84 | 31.06 | 53.34 | - |
| YUV | 152.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 192 | 0 | 0.55 | 0.17 | 0.09 | 318.9 | 0.73 | 0.66 |
| Hex | E8 | 69 | C0 | 0 | 37 | 11 | 9 | 13F | 49 | 42 |
| Octal | 350 | 151 | 300 | 0 | 67 | 21 | 11 | 477 | 111 | 102 |
| Binary | 11101000 | 1101001 | 11000000 | 0 | 110111 | 10001 | 1001 | 100111111 | 1001001 | 1000010 |
Color Harmonies of #E869C0
Complementary color
Monochromatic Colors of #E869C0
Black with #E869C0
Text Example
Text Example
White with #E869C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E869C0; }
p { color: rgb(232,105,192); }
H1.HeaderClassName
{
color: #E869C0;
}
.AnyTagClassName
{
color: #E869C0;
}
</style>
background-color css
<style>
a { background-color: #E869C0; }
a { background-color: rgb(232,105,192); }
div.DivClassName
{
background-color: #E869C0;
}
.BgClassName
{
background-color: #E869C0;
}
</style>
border-color css
<style>
span { border-color: #E869C0; }
span { border-color: rgb(232,105,192); }
td.TdClassName
{
border-color: #E869C0;
}
.TagClassName
{
border-color: #E869C0;
}
</style>