Shades of Neon Pink #EE73CC
Tints of Neon Pink #EE73CC
RGB
CMYK
RGB Variations
Color information
#EE73CC (or 0xEE73CC) is known color: Neon Pink. HEX triplet: EE, 73 and CC. RGB value is (238,115,204). Sum of RGB (Red+Green+Blue) = 238+115+204=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73CC is #118C33. Grayscale: #A1A1A1. Windows color (decimal): -1150004 or 13399022. OLE color: 13399022.
HSL color Cylindrical-coordinate representation of color #EE73CC: hue angle of 316.59º 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 #EE73CC is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 204 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.07 |
| HSL | 316.59º | 0.78% | 0.69% | - |
| HSV(B) | 316.59º | 0.52% | 0.93% | - |
| XYZ | 52.29 | 34.8 | 61.09 | - |
| YUV | 161.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 204 | 0 | 0.52 | 0.14 | 0.07 | 316.59 | 0.78 | 0.69 |
| Hex | EE | 73 | CC | 0 | 34 | E | 7 | 13D | 4E | 45 |
| Octal | 356 | 163 | 314 | 0 | 64 | 16 | 7 | 475 | 116 | 105 |
| Binary | 11101110 | 1110011 | 11001100 | 0 | 110100 | 1110 | 111 | 100111101 | 1001110 | 1000101 |
Color Harmonies of #EE73CC
Complementary color
Monochromatic Colors of #EE73CC
Black with #EE73CC
Text Example
Text Example
White with #EE73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73CC; }
p { color: rgb(238,115,204); }
H1.HeaderClassName
{
color: #EE73CC;
}
.AnyTagClassName
{
color: #EE73CC;
}
</style>
background-color css
<style>
a { background-color: #EE73CC; }
a { background-color: rgb(238,115,204); }
div.DivClassName
{
background-color: #EE73CC;
}
.BgClassName
{
background-color: #EE73CC;
}
</style>
border-color css
<style>
span { border-color: #EE73CC; }
span { border-color: rgb(238,115,204); }
td.TdClassName
{
border-color: #EE73CC;
}
.TagClassName
{
border-color: #EE73CC;
}
</style>