Shades of Neon Pink #EA73C4
Tints of Neon Pink #EA73C4
RGB
CMYK
RGB Variations
Color information
#EA73C4 (or 0xEA73C4) is known color: Neon Pink. HEX triplet: EA, 73 and C4. RGB value is (234,115,196). Sum of RGB (Red+Green+Blue) = 234+115+196=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73C4 is #158C3B. Grayscale: #9F9F9F. Windows color (decimal): -1412156 or 12874730. OLE color: 12874730.
HSL color Cylindrical-coordinate representation of color #EA73C4: hue angle of 319.16º 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 #EA73C4 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 196 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.08 |
| HSL | 319.16º | 0.74% | 0.68% | - |
| HSV(B) | 319.16º | 0.51% | 0.92% | - |
| XYZ | 50.03 | 33.74 | 56.1 | - |
| YUV | 159.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 196 | 0 | 0.51 | 0.16 | 0.08 | 319.16 | 0.74 | 0.68 |
| Hex | EA | 73 | C4 | 0 | 33 | 10 | 8 | 13F | 4A | 44 |
| Octal | 352 | 163 | 304 | 0 | 63 | 20 | 10 | 477 | 112 | 104 |
| Binary | 11101010 | 1110011 | 11000100 | 0 | 110011 | 10000 | 1000 | 100111111 | 1001010 | 1000100 |
Color Harmonies of #EA73C4
Complementary color
Monochromatic Colors of #EA73C4
Black with #EA73C4
Text Example
Text Example
White with #EA73C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73C4; }
p { color: rgb(234,115,196); }
H1.HeaderClassName
{
color: #EA73C4;
}
.AnyTagClassName
{
color: #EA73C4;
}
</style>
background-color css
<style>
a { background-color: #EA73C4; }
a { background-color: rgb(234,115,196); }
div.DivClassName
{
background-color: #EA73C4;
}
.BgClassName
{
background-color: #EA73C4;
}
</style>
border-color css
<style>
span { border-color: #EA73C4; }
span { border-color: rgb(234,115,196); }
td.TdClassName
{
border-color: #EA73C4;
}
.TagClassName
{
border-color: #EA73C4;
}
</style>