Shades of Neon Pink #EE59C0
Tints of Neon Pink #EE59C0
RGB
CMYK
RGB Variations
Color information
#EE59C0 (or 0xEE59C0) is known color: Neon Pink. HEX triplet: EE, 59 and C0. RGB value is (238,89,192). Sum of RGB (Red+Green+Blue) = 238+89+192=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE59C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE59C0 is #11A63F. Grayscale: #919191. Windows color (decimal): -1156672 or 12605934. OLE color: 12605934.
HSL color Cylindrical-coordinate representation of color #EE59C0: hue angle of 318.52º degrees, saturation: 0.81, 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 #EE59C0 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 192 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.07 |
| HSL | 318.52º | 0.81% | 0.64% | - |
| HSV(B) | 318.52º | 0.63% | 0.93% | - |
| XYZ | 48.35 | 29.13 | 52.94 | - |
| YUV | 145.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 192 | 0 | 0.63 | 0.19 | 0.07 | 318.52 | 0.81 | 0.64 |
| Hex | EE | 59 | C0 | 0 | 3F | 13 | 7 | 13F | 51 | 40 |
| Octal | 356 | 131 | 300 | 0 | 77 | 23 | 7 | 477 | 121 | 100 |
| Binary | 11101110 | 1011001 | 11000000 | 0 | 111111 | 10011 | 111 | 100111111 | 1010001 | 1000000 |
Color Harmonies of #EE59C0
Complementary color
Monochromatic Colors of #EE59C0
Black with #EE59C0
Text Example
Text Example
White with #EE59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE59C0; }
p { color: rgb(238,89,192); }
H1.HeaderClassName
{
color: #EE59C0;
}
.AnyTagClassName
{
color: #EE59C0;
}
</style>
background-color css
<style>
a { background-color: #EE59C0; }
a { background-color: rgb(238,89,192); }
div.DivClassName
{
background-color: #EE59C0;
}
.BgClassName
{
background-color: #EE59C0;
}
</style>
border-color css
<style>
span { border-color: #EE59C0; }
span { border-color: rgb(238,89,192); }
td.TdClassName
{
border-color: #EE59C0;
}
.TagClassName
{
border-color: #EE59C0;
}
</style>