Shades of Neon Pink #EE77CF
Tints of Neon Pink #EE77CF
RGB
CMYK
RGB Variations
Color information
#EE77CF (or 0xEE77CF) is known color: Neon Pink. HEX triplet: EE, 77 and CF. RGB value is (238,119,207). Sum of RGB (Red+Green+Blue) = 238+119+207=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE77CF is #118830. Grayscale: #A4A4A4. Windows color (decimal): -1148977 or 13596654. OLE color: 13596654.
HSL color Cylindrical-coordinate representation of color #EE77CF: hue angle of 315.63º 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 #EE77CF is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 207 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.07 |
| HSL | 315.63º | 0.78% | 0.7% | - |
| HSV(B) | 315.63º | 0.5% | 0.93% | - |
| XYZ | 53.12 | 35.88 | 63.16 | - |
| YUV | 164.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 207 | 0 | 0.50 | 0.13 | 0.07 | 315.63 | 0.78 | 0.7 |
| Hex | EE | 77 | CF | 0 | 32 | D | 7 | 13C | 4E | 46 |
| Octal | 356 | 167 | 317 | 0 | 62 | 15 | 7 | 474 | 116 | 106 |
| Binary | 11101110 | 1110111 | 11001111 | 0 | 110010 | 1101 | 111 | 100111100 | 1001110 | 1000110 |
Color Harmonies of #EE77CF
Complementary color
Monochromatic Colors of #EE77CF
Black with #EE77CF
Text Example
Text Example
White with #EE77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE77CF; }
p { color: rgb(238,119,207); }
H1.HeaderClassName
{
color: #EE77CF;
}
.AnyTagClassName
{
color: #EE77CF;
}
</style>
background-color css
<style>
a { background-color: #EE77CF; }
a { background-color: rgb(238,119,207); }
div.DivClassName
{
background-color: #EE77CF;
}
.BgClassName
{
background-color: #EE77CF;
}
</style>
border-color css
<style>
span { border-color: #EE77CF; }
span { border-color: rgb(238,119,207); }
td.TdClassName
{
border-color: #EE77CF;
}
.TagClassName
{
border-color: #EE77CF;
}
</style>