Shades of Neon Pink #EE73CD
Tints of Neon Pink #EE73CD
RGB
CMYK
RGB Variations
Color information
#EE73CD (or 0xEE73CD) is known color: Neon Pink. HEX triplet: EE, 73 and CD. RGB value is (238,115,205). Sum of RGB (Red+Green+Blue) = 238+115+205=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73CD is #118C32. Grayscale: #A1A1A1. Windows color (decimal): -1150003 or 13464558. OLE color: 13464558.
HSL color Cylindrical-coordinate representation of color #EE73CD: hue angle of 316.1º 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 #EE73CD is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 205 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.07 |
| HSL | 316.1º | 0.78% | 0.69% | - |
| HSV(B) | 316.1º | 0.52% | 0.93% | - |
| XYZ | 52.41 | 34.85 | 61.72 | - |
| YUV | 162.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 205 | 0 | 0.52 | 0.14 | 0.07 | 316.1 | 0.78 | 0.69 |
| Hex | EE | 73 | CD | 0 | 34 | E | 7 | 13C | 4E | 45 |
| Octal | 356 | 163 | 315 | 0 | 64 | 16 | 7 | 474 | 116 | 105 |
| Binary | 11101110 | 1110011 | 11001101 | 0 | 110100 | 1110 | 111 | 100111100 | 1001110 | 1000101 |
Color Harmonies of #EE73CD
Complementary color
Monochromatic Colors of #EE73CD
Black with #EE73CD
Text Example
Text Example
White with #EE73CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73CD; }
p { color: rgb(238,115,205); }
H1.HeaderClassName
{
color: #EE73CD;
}
.AnyTagClassName
{
color: #EE73CD;
}
</style>
background-color css
<style>
a { background-color: #EE73CD; }
a { background-color: rgb(238,115,205); }
div.DivClassName
{
background-color: #EE73CD;
}
.BgClassName
{
background-color: #EE73CD;
}
</style>
border-color css
<style>
span { border-color: #EE73CD; }
span { border-color: rgb(238,115,205); }
td.TdClassName
{
border-color: #EE73CD;
}
.TagClassName
{
border-color: #EE73CD;
}
</style>