Shades of Neon Pink #EA76CB
Tints of Neon Pink #EA76CB
RGB
CMYK
RGB Variations
Color information
#EA76CB (or 0xEA76CB) is known color: Neon Pink. HEX triplet: EA, 76 and CB. RGB value is (234,118,203). Sum of RGB (Red+Green+Blue) = 234+118+203=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76CB is #158934. Grayscale: #A2A2A2. Windows color (decimal): -1411381 or 13334250. OLE color: 13334250.
HSL color Cylindrical-coordinate representation of color #EA76CB: hue angle of 316.03º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76CB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 203 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.08 |
| HSL | 316.03º | 0.73% | 0.69% | - |
| HSV(B) | 316.03º | 0.5% | 0.92% | - |
| XYZ | 51.19 | 34.76 | 60.51 | - |
| YUV | 162.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 203 | 0 | 0.50 | 0.13 | 0.08 | 316.03 | 0.73 | 0.69 |
| Hex | EA | 76 | CB | 0 | 32 | D | 8 | 13C | 49 | 45 |
| Octal | 352 | 166 | 313 | 0 | 62 | 15 | 10 | 474 | 111 | 105 |
| Binary | 11101010 | 1110110 | 11001011 | 0 | 110010 | 1101 | 1000 | 100111100 | 1001001 | 1000101 |
Color Harmonies of #EA76CB
Complementary color
Monochromatic Colors of #EA76CB
Black with #EA76CB
Text Example
Text Example
White with #EA76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA76CB; }
p { color: rgb(234,118,203); }
H1.HeaderClassName
{
color: #EA76CB;
}
.AnyTagClassName
{
color: #EA76CB;
}
</style>
background-color css
<style>
a { background-color: #EA76CB; }
a { background-color: rgb(234,118,203); }
div.DivClassName
{
background-color: #EA76CB;
}
.BgClassName
{
background-color: #EA76CB;
}
</style>
border-color css
<style>
span { border-color: #EA76CB; }
span { border-color: rgb(234,118,203); }
td.TdClassName
{
border-color: #EA76CB;
}
.TagClassName
{
border-color: #EA76CB;
}
</style>