Shades of Neon Pink #E868C5
Tints of Neon Pink #E868C5
RGB
CMYK
RGB Variations
Color information
#E868C5 (or 0xE868C5) is known color: Neon Pink. HEX triplet: E8, 68 and C5. RGB value is (232,104,197). Sum of RGB (Red+Green+Blue) = 232+104+197=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E868C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E868C5 is #17973A. Grayscale: #989898. Windows color (decimal): -1546043 or 12937448. OLE color: 12937448.
HSL color Cylindrical-coordinate representation of color #E868C5: hue angle of 316.41º degrees, saturation: 0.74, 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 #E868C5 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 197 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.09 |
| HSL | 316.41º | 0.74% | 0.66% | - |
| HSV(B) | 316.41º | 0.55% | 0.91% | - |
| XYZ | 48.31 | 31.09 | 56.28 | - |
| YUV | 152.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 197 | 0 | 0.55 | 0.15 | 0.09 | 316.41 | 0.74 | 0.66 |
| Hex | E8 | 68 | C5 | 0 | 37 | F | 9 | 13C | 4A | 42 |
| Octal | 350 | 150 | 305 | 0 | 67 | 17 | 11 | 474 | 112 | 102 |
| Binary | 11101000 | 1101000 | 11000101 | 0 | 110111 | 1111 | 1001 | 100111100 | 1001010 | 1000010 |
Color Harmonies of #E868C5
Complementary color
Monochromatic Colors of #E868C5
Black with #E868C5
Text Example
Text Example
White with #E868C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E868C5; }
p { color: rgb(232,104,197); }
H1.HeaderClassName
{
color: #E868C5;
}
.AnyTagClassName
{
color: #E868C5;
}
</style>
background-color css
<style>
a { background-color: #E868C5; }
a { background-color: rgb(232,104,197); }
div.DivClassName
{
background-color: #E868C5;
}
.BgClassName
{
background-color: #E868C5;
}
</style>
border-color css
<style>
span { border-color: #E868C5; }
span { border-color: rgb(232,104,197); }
td.TdClassName
{
border-color: #E868C5;
}
.TagClassName
{
border-color: #E868C5;
}
</style>