Shades of Neon Pink #EE77CC
Tints of Neon Pink #EE77CC
RGB
CMYK
RGB Variations
Color information
#EE77CC (or 0xEE77CC) is known color: Neon Pink. HEX triplet: EE, 77 and CC. RGB value is (238,119,204). Sum of RGB (Red+Green+Blue) = 238+119+204=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE77CC is #118833. Grayscale: #A4A4A4. Windows color (decimal): -1148980 or 13400046. OLE color: 13400046.
HSL color Cylindrical-coordinate representation of color #EE77CC: hue angle of 317.14º 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 #EE77CC is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 204 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.07 |
| HSL | 317.14º | 0.78% | 0.7% | - |
| HSV(B) | 317.14º | 0.5% | 0.93% | - |
| XYZ | 52.76 | 35.73 | 61.24 | - |
| YUV | 164.27 | 150.42 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 204 | 0 | 0.50 | 0.14 | 0.07 | 317.14 | 0.78 | 0.7 |
| Hex | EE | 77 | CC | 0 | 32 | E | 7 | 13D | 4E | 46 |
| Octal | 356 | 167 | 314 | 0 | 62 | 16 | 7 | 475 | 116 | 106 |
| Binary | 11101110 | 1110111 | 11001100 | 0 | 110010 | 1110 | 111 | 100111101 | 1001110 | 1000110 |
Color Harmonies of #EE77CC
Complementary color
Monochromatic Colors of #EE77CC
Black with #EE77CC
Text Example
Text Example
White with #EE77CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE77CC; }
p { color: rgb(238,119,204); }
H1.HeaderClassName
{
color: #EE77CC;
}
.AnyTagClassName
{
color: #EE77CC;
}
</style>
background-color css
<style>
a { background-color: #EE77CC; }
a { background-color: rgb(238,119,204); }
div.DivClassName
{
background-color: #EE77CC;
}
.BgClassName
{
background-color: #EE77CC;
}
</style>
border-color css
<style>
span { border-color: #EE77CC; }
span { border-color: rgb(238,119,204); }
td.TdClassName
{
border-color: #EE77CC;
}
.TagClassName
{
border-color: #EE77CC;
}
</style>