Shades of Neon Pink #E86CC4
Tints of Neon Pink #E86CC4
RGB
CMYK
RGB Variations
Color information
#E86CC4 (or 0xE86CC4) is known color: Neon Pink. HEX triplet: E8, 6C and C4. RGB value is (232,108,196). Sum of RGB (Red+Green+Blue) = 232+108+196=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CC4 is #17933B. Grayscale: #9A9A9A. Windows color (decimal): -1545020 or 12872936. OLE color: 12872936.
HSL color Cylindrical-coordinate representation of color #E86CC4: hue angle of 317.42º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86CC4 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 196 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.09 |
| HSL | 317.42º | 0.73% | 0.67% | - |
| HSV(B) | 317.42º | 0.53% | 0.91% | - |
| XYZ | 48.61 | 31.87 | 55.81 | - |
| YUV | 155.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 196 | 0 | 0.53 | 0.16 | 0.09 | 317.42 | 0.73 | 0.67 |
| Hex | E8 | 6C | C4 | 0 | 35 | 10 | 9 | 13D | 49 | 43 |
| Octal | 350 | 154 | 304 | 0 | 65 | 20 | 11 | 475 | 111 | 103 |
| Binary | 11101000 | 1101100 | 11000100 | 0 | 110101 | 10000 | 1001 | 100111101 | 1001001 | 1000011 |
Color Harmonies of #E86CC4
Complementary color
Monochromatic Colors of #E86CC4
Black with #E86CC4
Text Example
Text Example
White with #E86CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86CC4; }
p { color: rgb(232,108,196); }
H1.HeaderClassName
{
color: #E86CC4;
}
.AnyTagClassName
{
color: #E86CC4;
}
</style>
background-color css
<style>
a { background-color: #E86CC4; }
a { background-color: rgb(232,108,196); }
div.DivClassName
{
background-color: #E86CC4;
}
.BgClassName
{
background-color: #E86CC4;
}
</style>
border-color css
<style>
span { border-color: #E86CC4; }
span { border-color: rgb(232,108,196); }
td.TdClassName
{
border-color: #E86CC4;
}
.TagClassName
{
border-color: #E86CC4;
}
</style>