Shades of Neon Pink #EA77CC
Tints of Neon Pink #EA77CC
RGB
CMYK
RGB Variations
Color information
#EA77CC (or 0xEA77CC) is known color: Neon Pink. HEX triplet: EA, 77 and CC. RGB value is (234,119,204). Sum of RGB (Red+Green+Blue) = 234+119+204=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77CC is #158833. Grayscale: #A2A2A2. Windows color (decimal): -1411124 or 13400042. OLE color: 13400042.
HSL color Cylindrical-coordinate representation of color #EA77CC: hue angle of 315.65º 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 #EA77CC is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 204 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.08 |
| HSL | 315.65º | 0.73% | 0.69% | - |
| HSV(B) | 315.65º | 0.49% | 0.92% | - |
| XYZ | 51.43 | 35.05 | 61.18 | - |
| YUV | 163.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 204 | 0 | 0.49 | 0.13 | 0.08 | 315.65 | 0.73 | 0.69 |
| Hex | EA | 77 | CC | 0 | 31 | D | 8 | 13C | 49 | 45 |
| Octal | 352 | 167 | 314 | 0 | 61 | 15 | 10 | 474 | 111 | 105 |
| Binary | 11101010 | 1110111 | 11001100 | 0 | 110001 | 1101 | 1000 | 100111100 | 1001001 | 1000101 |
Color Harmonies of #EA77CC
Complementary color
Monochromatic Colors of #EA77CC
Black with #EA77CC
Text Example
Text Example
White with #EA77CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA77CC; }
p { color: rgb(234,119,204); }
H1.HeaderClassName
{
color: #EA77CC;
}
.AnyTagClassName
{
color: #EA77CC;
}
</style>
background-color css
<style>
a { background-color: #EA77CC; }
a { background-color: rgb(234,119,204); }
div.DivClassName
{
background-color: #EA77CC;
}
.BgClassName
{
background-color: #EA77CC;
}
</style>
border-color css
<style>
span { border-color: #EA77CC; }
span { border-color: rgb(234,119,204); }
td.TdClassName
{
border-color: #EA77CC;
}
.TagClassName
{
border-color: #EA77CC;
}
</style>