Shades of Neon Pink #EA73C6
Tints of Neon Pink #EA73C6
RGB
CMYK
RGB Variations
Color information
#EA73C6 (or 0xEA73C6) is known color: Neon Pink. HEX triplet: EA, 73 and C6. RGB value is (234,115,198). Sum of RGB (Red+Green+Blue) = 234+115+198=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73C6 is #158C39. Grayscale: #9F9F9F. Windows color (decimal): -1412154 or 13005802. OLE color: 13005802.
HSL color Cylindrical-coordinate representation of color #EA73C6: hue angle of 318.15º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA73C6 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 198 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.08 |
| HSL | 318.15º | 0.74% | 0.68% | - |
| HSV(B) | 318.15º | 0.51% | 0.92% | - |
| XYZ | 50.26 | 33.83 | 57.31 | - |
| YUV | 160.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 198 | 0 | 0.51 | 0.15 | 0.08 | 318.15 | 0.74 | 0.68 |
| Hex | EA | 73 | C6 | 0 | 33 | F | 8 | 13E | 4A | 44 |
| Octal | 352 | 163 | 306 | 0 | 63 | 17 | 10 | 476 | 112 | 104 |
| Binary | 11101010 | 1110011 | 11000110 | 0 | 110011 | 1111 | 1000 | 100111110 | 1001010 | 1000100 |
Color Harmonies of #EA73C6
Complementary color
Monochromatic Colors of #EA73C6
Black with #EA73C6
Text Example
Text Example
White with #EA73C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73C6; }
p { color: rgb(234,115,198); }
H1.HeaderClassName
{
color: #EA73C6;
}
.AnyTagClassName
{
color: #EA73C6;
}
</style>
background-color css
<style>
a { background-color: #EA73C6; }
a { background-color: rgb(234,115,198); }
div.DivClassName
{
background-color: #EA73C6;
}
.BgClassName
{
background-color: #EA73C6;
}
</style>
border-color css
<style>
span { border-color: #EA73C6; }
span { border-color: rgb(234,115,198); }
td.TdClassName
{
border-color: #EA73C6;
}
.TagClassName
{
border-color: #EA73C6;
}
</style>