Shades of Neon Pink #EE57BE
Tints of Neon Pink #EE57BE
RGB
CMYK
RGB Variations
Color information
#EE57BE (or 0xEE57BE) is known color: Neon Pink. HEX triplet: EE, 57 and BE. RGB value is (238,87,190). Sum of RGB (Red+Green+Blue) = 238+87+190=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE57BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE57BE is #11A841. Grayscale: #8F8F8F. Windows color (decimal): -1157186 or 12474350. OLE color: 12474350.
HSL color Cylindrical-coordinate representation of color #EE57BE: hue angle of 319.07º 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 #EE57BE is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 190 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.07 |
| HSL | 319.07º | 0.82% | 0.64% | - |
| HSV(B) | 319.07º | 0.63% | 0.93% | - |
| XYZ | 47.96 | 28.71 | 51.73 | - |
| YUV | 143.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 190 | 0 | 0.63 | 0.20 | 0.07 | 319.07 | 0.82 | 0.64 |
| Hex | EE | 57 | BE | 0 | 3F | 14 | 7 | 13F | 52 | 40 |
| Octal | 356 | 127 | 276 | 0 | 77 | 24 | 7 | 477 | 122 | 100 |
| Binary | 11101110 | 1010111 | 10111110 | 0 | 111111 | 10100 | 111 | 100111111 | 1010010 | 1000000 |
Color Harmonies of #EE57BE
Complementary color
Monochromatic Colors of #EE57BE
Black with #EE57BE
Text Example
Text Example
White with #EE57BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE57BE; }
p { color: rgb(238,87,190); }
H1.HeaderClassName
{
color: #EE57BE;
}
.AnyTagClassName
{
color: #EE57BE;
}
</style>
background-color css
<style>
a { background-color: #EE57BE; }
a { background-color: rgb(238,87,190); }
div.DivClassName
{
background-color: #EE57BE;
}
.BgClassName
{
background-color: #EE57BE;
}
</style>
border-color css
<style>
span { border-color: #EE57BE; }
span { border-color: rgb(238,87,190); }
td.TdClassName
{
border-color: #EE57BE;
}
.TagClassName
{
border-color: #EE57BE;
}
</style>