Shades of Neon Pink #EE73C7
Tints of Neon Pink #EE73C7
RGB
CMYK
RGB Variations
Color information
#EE73C7 (or 0xEE73C7) is known color: Neon Pink. HEX triplet: EE, 73 and C7. RGB value is (238,115,199). Sum of RGB (Red+Green+Blue) = 238+115+199=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73C7 is #118C38. Grayscale: #A1A1A1. Windows color (decimal): -1150009 or 13071342. OLE color: 13071342.
HSL color Cylindrical-coordinate representation of color #EE73C7: hue angle of 319.02º 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 #EE73C7 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 199 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.07 |
| HSL | 319.02º | 0.78% | 0.69% | - |
| HSV(B) | 319.02º | 0.52% | 0.93% | - |
| XYZ | 51.7 | 34.56 | 57.98 | - |
| YUV | 161.35 | 149.25 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 199 | 0 | 0.52 | 0.16 | 0.07 | 319.02 | 0.78 | 0.69 |
| Hex | EE | 73 | C7 | 0 | 34 | 10 | 7 | 13F | 4E | 45 |
| Octal | 356 | 163 | 307 | 0 | 64 | 20 | 7 | 477 | 116 | 105 |
| Binary | 11101110 | 1110011 | 11000111 | 0 | 110100 | 10000 | 111 | 100111111 | 1001110 | 1000101 |
Color Harmonies of #EE73C7
Complementary color
Monochromatic Colors of #EE73C7
Black with #EE73C7
Text Example
Text Example
White with #EE73C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73C7; }
p { color: rgb(238,115,199); }
H1.HeaderClassName
{
color: #EE73C7;
}
.AnyTagClassName
{
color: #EE73C7;
}
</style>
background-color css
<style>
a { background-color: #EE73C7; }
a { background-color: rgb(238,115,199); }
div.DivClassName
{
background-color: #EE73C7;
}
.BgClassName
{
background-color: #EE73C7;
}
</style>
border-color css
<style>
span { border-color: #EE73C7; }
span { border-color: rgb(238,115,199); }
td.TdClassName
{
border-color: #EE73C7;
}
.TagClassName
{
border-color: #EE73C7;
}
</style>