Shades of Neon Pink #EE76D0
Tints of Neon Pink #EE76D0
RGB
CMYK
RGB Variations
Color information
#EE76D0 (or 0xEE76D0) is known color: Neon Pink. HEX triplet: EE, 76 and D0. RGB value is (238,118,208). Sum of RGB (Red+Green+Blue) = 238+118+208=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE76D0 is #11892F. Grayscale: #A3A3A3. Windows color (decimal): -1149232 or 13661934. OLE color: 13661934.
HSL color Cylindrical-coordinate representation of color #EE76D0: hue angle of 315º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE76D0 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 208 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.07 |
| HSL | 315º | 0.78% | 0.7% | - |
| HSV(B) | 315º | 0.5% | 0.93% | - |
| XYZ | 53.12 | 35.69 | 63.76 | - |
| YUV | 164.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 208 | 0 | 0.50 | 0.13 | 0.07 | 315 | 0.78 | 0.7 |
| Hex | EE | 76 | D0 | 0 | 32 | D | 7 | 13B | 4E | 46 |
| Octal | 356 | 166 | 320 | 0 | 62 | 15 | 7 | 473 | 116 | 106 |
| Binary | 11101110 | 1110110 | 11010000 | 0 | 110010 | 1101 | 111 | 100111011 | 1001110 | 1000110 |
Color Harmonies of #EE76D0
Complementary color
Monochromatic Colors of #EE76D0
Black with #EE76D0
Text Example
Text Example
White with #EE76D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE76D0; }
p { color: rgb(238,118,208); }
H1.HeaderClassName
{
color: #EE76D0;
}
.AnyTagClassName
{
color: #EE76D0;
}
</style>
background-color css
<style>
a { background-color: #EE76D0; }
a { background-color: rgb(238,118,208); }
div.DivClassName
{
background-color: #EE76D0;
}
.BgClassName
{
background-color: #EE76D0;
}
</style>
border-color css
<style>
span { border-color: #EE76D0; }
span { border-color: rgb(238,118,208); }
td.TdClassName
{
border-color: #EE76D0;
}
.TagClassName
{
border-color: #EE76D0;
}
</style>