Shades of Neon Pink #EE73C9
Tints of Neon Pink #EE73C9
RGB
CMYK
RGB Variations
Color information
#EE73C9 (or 0xEE73C9) is known color: Neon Pink. HEX triplet: EE, 73 and C9. RGB value is (238,115,201). Sum of RGB (Red+Green+Blue) = 238+115+201=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73C9 is #118C36. Grayscale: #A1A1A1. Windows color (decimal): -1150007 or 13202414. OLE color: 13202414.
HSL color Cylindrical-coordinate representation of color #EE73C9: hue angle of 318.05º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE73C9 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 201 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.07 |
| HSL | 318.05º | 0.78% | 0.69% | - |
| HSV(B) | 318.05º | 0.52% | 0.93% | - |
| XYZ | 51.93 | 34.66 | 59.21 | - |
| YUV | 161.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 201 | 0 | 0.52 | 0.16 | 0.07 | 318.05 | 0.78 | 0.69 |
| Hex | EE | 73 | C9 | 0 | 34 | 10 | 7 | 13E | 4E | 45 |
| Octal | 356 | 163 | 311 | 0 | 64 | 20 | 7 | 476 | 116 | 105 |
| Binary | 11101110 | 1110011 | 11001001 | 0 | 110100 | 10000 | 111 | 100111110 | 1001110 | 1000101 |
Color Harmonies of #EE73C9
Complementary color
Monochromatic Colors of #EE73C9
Black with #EE73C9
Text Example
Text Example
White with #EE73C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73C9; }
p { color: rgb(238,115,201); }
H1.HeaderClassName
{
color: #EE73C9;
}
.AnyTagClassName
{
color: #EE73C9;
}
</style>
background-color css
<style>
a { background-color: #EE73C9; }
a { background-color: rgb(238,115,201); }
div.DivClassName
{
background-color: #EE73C9;
}
.BgClassName
{
background-color: #EE73C9;
}
</style>
border-color css
<style>
span { border-color: #EE73C9; }
span { border-color: rgb(238,115,201); }
td.TdClassName
{
border-color: #EE73C9;
}
.TagClassName
{
border-color: #EE73C9;
}
</style>