Shades of Neon Pink #E865C0
Tints of Neon Pink #E865C0
RGB
CMYK
RGB Variations
Color information
#E865C0 (or 0xE865C0) is known color: Neon Pink. HEX triplet: E8, 65 and C0. RGB value is (232,101,192). Sum of RGB (Red+Green+Blue) = 232+101+192=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E865C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865C0 is #179A3F. Grayscale: #969696. Windows color (decimal): -1546816 or 12609000. OLE color: 12609000.
HSL color Cylindrical-coordinate representation of color #E865C0: hue angle of 318.32º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E865C0 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 192 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.09 |
| HSL | 318.32º | 0.74% | 0.65% | - |
| HSV(B) | 318.32º | 0.56% | 0.91% | - |
| XYZ | 47.45 | 30.27 | 53.21 | - |
| YUV | 150.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 192 | 0 | 0.56 | 0.17 | 0.09 | 318.32 | 0.74 | 0.65 |
| Hex | E8 | 65 | C0 | 0 | 38 | 11 | 9 | 13E | 4A | 41 |
| Octal | 350 | 145 | 300 | 0 | 70 | 21 | 11 | 476 | 112 | 101 |
| Binary | 11101000 | 1100101 | 11000000 | 0 | 111000 | 10001 | 1001 | 100111110 | 1001010 | 1000001 |
Color Harmonies of #E865C0
Complementary color
Monochromatic Colors of #E865C0
Black with #E865C0
Text Example
Text Example
White with #E865C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865C0; }
p { color: rgb(232,101,192); }
H1.HeaderClassName
{
color: #E865C0;
}
.AnyTagClassName
{
color: #E865C0;
}
</style>
background-color css
<style>
a { background-color: #E865C0; }
a { background-color: rgb(232,101,192); }
div.DivClassName
{
background-color: #E865C0;
}
.BgClassName
{
background-color: #E865C0;
}
</style>
border-color css
<style>
span { border-color: #E865C0; }
span { border-color: rgb(232,101,192); }
td.TdClassName
{
border-color: #E865C0;
}
.TagClassName
{
border-color: #E865C0;
}
</style>