Shades of Neon Pink #E867C0
Tints of Neon Pink #E867C0
RGB
CMYK
RGB Variations
Color information
#E867C0 (or 0xE867C0) is known color: Neon Pink. HEX triplet: E8, 67 and C0. RGB value is (232,103,192). Sum of RGB (Red+Green+Blue) = 232+103+192=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E867C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E867C0 is #17983F. Grayscale: #979797. Windows color (decimal): -1546304 or 12609512. OLE color: 12609512.
HSL color Cylindrical-coordinate representation of color #E867C0: hue angle of 318.6º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E867C0 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 192 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.09 |
| HSL | 318.6º | 0.74% | 0.66% | - |
| HSV(B) | 318.6º | 0.56% | 0.91% | - |
| XYZ | 47.64 | 30.66 | 53.28 | - |
| YUV | 151.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 192 | 0 | 0.56 | 0.17 | 0.09 | 318.6 | 0.74 | 0.66 |
| Hex | E8 | 67 | C0 | 0 | 38 | 11 | 9 | 13F | 4A | 42 |
| Octal | 350 | 147 | 300 | 0 | 70 | 21 | 11 | 477 | 112 | 102 |
| Binary | 11101000 | 1100111 | 11000000 | 0 | 111000 | 10001 | 1001 | 100111111 | 1001010 | 1000010 |
Color Harmonies of #E867C0
Complementary color
Monochromatic Colors of #E867C0
Black with #E867C0
Text Example
Text Example
White with #E867C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E867C0; }
p { color: rgb(232,103,192); }
H1.HeaderClassName
{
color: #E867C0;
}
.AnyTagClassName
{
color: #E867C0;
}
</style>
background-color css
<style>
a { background-color: #E867C0; }
a { background-color: rgb(232,103,192); }
div.DivClassName
{
background-color: #E867C0;
}
.BgClassName
{
background-color: #E867C0;
}
</style>
border-color css
<style>
span { border-color: #E867C0; }
span { border-color: rgb(232,103,192); }
td.TdClassName
{
border-color: #E867C0;
}
.TagClassName
{
border-color: #E867C0;
}
</style>