Shades of Neon Pink #EE77D1
Tints of Neon Pink #EE77D1
RGB
CMYK
RGB Variations
Color information
#EE77D1 (or 0xEE77D1) is known color: Neon Pink. HEX triplet: EE, 77 and D1. RGB value is (238,119,209). Sum of RGB (Red+Green+Blue) = 238+119+209=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE77D1 is #11882E. Grayscale: #A4A4A4. Windows color (decimal): -1148975 or 13727726. OLE color: 13727726.
HSL color Cylindrical-coordinate representation of color #EE77D1: hue angle of 314.62º 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 #EE77D1 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 209 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.07 |
| HSL | 314.62º | 0.78% | 0.7% | - |
| HSV(B) | 314.62º | 0.5% | 0.93% | - |
| XYZ | 53.37 | 35.97 | 64.45 | - |
| YUV | 164.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 209 | 0 | 0.50 | 0.12 | 0.07 | 314.62 | 0.78 | 0.7 |
| Hex | EE | 77 | D1 | 0 | 32 | C | 7 | 13B | 4E | 46 |
| Octal | 356 | 167 | 321 | 0 | 62 | 14 | 7 | 473 | 116 | 106 |
| Binary | 11101110 | 1110111 | 11010001 | 0 | 110010 | 1100 | 111 | 100111011 | 1001110 | 1000110 |
Color Harmonies of #EE77D1
Complementary color
Monochromatic Colors of #EE77D1
Black with #EE77D1
Text Example
Text Example
White with #EE77D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE77D1; }
p { color: rgb(238,119,209); }
H1.HeaderClassName
{
color: #EE77D1;
}
.AnyTagClassName
{
color: #EE77D1;
}
</style>
background-color css
<style>
a { background-color: #EE77D1; }
a { background-color: rgb(238,119,209); }
div.DivClassName
{
background-color: #EE77D1;
}
.BgClassName
{
background-color: #EE77D1;
}
</style>
border-color css
<style>
span { border-color: #EE77D1; }
span { border-color: rgb(238,119,209); }
td.TdClassName
{
border-color: #EE77D1;
}
.TagClassName
{
border-color: #EE77D1;
}
</style>