Shades of Neon Pink #EA77C9
Tints of Neon Pink #EA77C9
RGB
CMYK
RGB Variations
Color information
#EA77C9 (or 0xEA77C9) is known color: Neon Pink. HEX triplet: EA, 77 and C9. RGB value is (234,119,201). Sum of RGB (Red+Green+Blue) = 234+119+201=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77C9 is #158836. Grayscale: #A2A2A2. Windows color (decimal): -1411127 or 13203434. OLE color: 13203434.
HSL color Cylindrical-coordinate representation of color #EA77C9: hue angle of 317.22º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA77C9 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 201 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.08 |
| HSL | 317.22º | 0.73% | 0.69% | - |
| HSV(B) | 317.22º | 0.49% | 0.92% | - |
| XYZ | 51.07 | 34.9 | 59.3 | - |
| YUV | 162.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 201 | 0 | 0.49 | 0.14 | 0.08 | 317.22 | 0.73 | 0.69 |
| Hex | EA | 77 | C9 | 0 | 31 | E | 8 | 13D | 49 | 45 |
| Octal | 352 | 167 | 311 | 0 | 61 | 16 | 10 | 475 | 111 | 105 |
| Binary | 11101010 | 1110111 | 11001001 | 0 | 110001 | 1110 | 1000 | 100111101 | 1001001 | 1000101 |
Color Harmonies of #EA77C9
Complementary color
Monochromatic Colors of #EA77C9
Black with #EA77C9
Text Example
Text Example
White with #EA77C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA77C9; }
p { color: rgb(234,119,201); }
H1.HeaderClassName
{
color: #EA77C9;
}
.AnyTagClassName
{
color: #EA77C9;
}
</style>
background-color css
<style>
a { background-color: #EA77C9; }
a { background-color: rgb(234,119,201); }
div.DivClassName
{
background-color: #EA77C9;
}
.BgClassName
{
background-color: #EA77C9;
}
</style>
border-color css
<style>
span { border-color: #EA77C9; }
span { border-color: rgb(234,119,201); }
td.TdClassName
{
border-color: #EA77C9;
}
.TagClassName
{
border-color: #EA77C9;
}
</style>