Shades of Neon Pink #EE57C2
Tints of Neon Pink #EE57C2
RGB
CMYK
RGB Variations
Color information
#EE57C2 (or 0xEE57C2) is known color: Neon Pink. HEX triplet: EE, 57 and C2. RGB value is (238,87,194). Sum of RGB (Red+Green+Blue) = 238+87+194=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE57C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE57C2 is #11A83D. Grayscale: #909090. Windows color (decimal): -1157182 or 12736494. OLE color: 12736494.
HSL color Cylindrical-coordinate representation of color #EE57C2: hue angle of 317.48º 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 #EE57C2 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 194 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.07 |
| HSL | 317.48º | 0.82% | 0.64% | - |
| HSV(B) | 317.48º | 0.63% | 0.93% | - |
| XYZ | 48.41 | 28.89 | 54.06 | - |
| YUV | 144.35 | 156.03 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 194 | 0 | 0.63 | 0.18 | 0.07 | 317.48 | 0.82 | 0.64 |
| Hex | EE | 57 | C2 | 0 | 3F | 12 | 7 | 13D | 52 | 40 |
| Octal | 356 | 127 | 302 | 0 | 77 | 22 | 7 | 475 | 122 | 100 |
| Binary | 11101110 | 1010111 | 11000010 | 0 | 111111 | 10010 | 111 | 100111101 | 1010010 | 1000000 |
Color Harmonies of #EE57C2
Complementary color
Monochromatic Colors of #EE57C2
Black with #EE57C2
Text Example
Text Example
White with #EE57C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE57C2; }
p { color: rgb(238,87,194); }
H1.HeaderClassName
{
color: #EE57C2;
}
.AnyTagClassName
{
color: #EE57C2;
}
</style>
background-color css
<style>
a { background-color: #EE57C2; }
a { background-color: rgb(238,87,194); }
div.DivClassName
{
background-color: #EE57C2;
}
.BgClassName
{
background-color: #EE57C2;
}
</style>
border-color css
<style>
span { border-color: #EE57C2; }
span { border-color: rgb(238,87,194); }
td.TdClassName
{
border-color: #EE57C2;
}
.TagClassName
{
border-color: #EE57C2;
}
</style>