Shades of Neon Pink #EE58C0
Tints of Neon Pink #EE58C0
RGB
CMYK
RGB Variations
Color information
#EE58C0 (or 0xEE58C0) is known color: Neon Pink. HEX triplet: EE, 58 and C0. RGB value is (238,88,192). Sum of RGB (Red+Green+Blue) = 238+88+192=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE58C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE58C0 is #11A73F. Grayscale: #909090. Windows color (decimal): -1156928 or 12605678. OLE color: 12605678.
HSL color Cylindrical-coordinate representation of color #EE58C0: hue angle of 318.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE58C0 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 192 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.07 |
| HSL | 318.4º | 0.82% | 0.64% | - |
| HSV(B) | 318.4º | 0.63% | 0.93% | - |
| XYZ | 48.26 | 28.96 | 52.92 | - |
| YUV | 144.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 192 | 0 | 0.63 | 0.19 | 0.07 | 318.4 | 0.82 | 0.64 |
| Hex | EE | 58 | C0 | 0 | 3F | 13 | 7 | 13E | 52 | 40 |
| Octal | 356 | 130 | 300 | 0 | 77 | 23 | 7 | 476 | 122 | 100 |
| Binary | 11101110 | 1011000 | 11000000 | 0 | 111111 | 10011 | 111 | 100111110 | 1010010 | 1000000 |
Color Harmonies of #EE58C0
Complementary color
Monochromatic Colors of #EE58C0
Black with #EE58C0
Text Example
Text Example
White with #EE58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE58C0; }
p { color: rgb(238,88,192); }
H1.HeaderClassName
{
color: #EE58C0;
}
.AnyTagClassName
{
color: #EE58C0;
}
</style>
background-color css
<style>
a { background-color: #EE58C0; }
a { background-color: rgb(238,88,192); }
div.DivClassName
{
background-color: #EE58C0;
}
.BgClassName
{
background-color: #EE58C0;
}
</style>
border-color css
<style>
span { border-color: #EE58C0; }
span { border-color: rgb(238,88,192); }
td.TdClassName
{
border-color: #EE58C0;
}
.TagClassName
{
border-color: #EE58C0;
}
</style>