Shades of Neon Pink #EE58C3
Tints of Neon Pink #EE58C3
RGB
CMYK
RGB Variations
Color information
#EE58C3 (or 0xEE58C3) is known color: Neon Pink. HEX triplet: EE, 58 and C3. RGB value is (238,88,195). Sum of RGB (Red+Green+Blue) = 238+88+195=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE58C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE58C3 is #11A73C. Grayscale: #909090. Windows color (decimal): -1156925 or 12802286. OLE color: 12802286.
HSL color Cylindrical-coordinate representation of color #EE58C3: hue angle of 317.2º 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 #EE58C3 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 195 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.07 |
| HSL | 317.2º | 0.82% | 0.64% | - |
| HSV(B) | 317.2º | 0.63% | 0.93% | - |
| XYZ | 48.6 | 29.1 | 54.68 | - |
| YUV | 145.05 | 156.2 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 195 | 0 | 0.63 | 0.18 | 0.07 | 317.2 | 0.82 | 0.64 |
| Hex | EE | 58 | C3 | 0 | 3F | 12 | 7 | 13D | 52 | 40 |
| Octal | 356 | 130 | 303 | 0 | 77 | 22 | 7 | 475 | 122 | 100 |
| Binary | 11101110 | 1011000 | 11000011 | 0 | 111111 | 10010 | 111 | 100111101 | 1010010 | 1000000 |
Color Harmonies of #EE58C3
Complementary color
Monochromatic Colors of #EE58C3
Black with #EE58C3
Text Example
Text Example
White with #EE58C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE58C3; }
p { color: rgb(238,88,195); }
H1.HeaderClassName
{
color: #EE58C3;
}
.AnyTagClassName
{
color: #EE58C3;
}
</style>
background-color css
<style>
a { background-color: #EE58C3; }
a { background-color: rgb(238,88,195); }
div.DivClassName
{
background-color: #EE58C3;
}
.BgClassName
{
background-color: #EE58C3;
}
</style>
border-color css
<style>
span { border-color: #EE58C3; }
span { border-color: rgb(238,88,195); }
td.TdClassName
{
border-color: #EE58C3;
}
.TagClassName
{
border-color: #EE58C3;
}
</style>