Shades of Neon Pink #EA73CA
Tints of Neon Pink #EA73CA
RGB
CMYK
RGB Variations
Color information
#EA73CA (or 0xEA73CA) is known color: Neon Pink. HEX triplet: EA, 73 and CA. RGB value is (234,115,202). Sum of RGB (Red+Green+Blue) = 234+115+202=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73CA is #158C35. Grayscale: #A0A0A0. Windows color (decimal): -1412150 or 13267946. OLE color: 13267946.
HSL color Cylindrical-coordinate representation of color #EA73CA: hue angle of 316.13º 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 #EA73CA is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 202 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.08 |
| HSL | 316.13º | 0.74% | 0.68% | - |
| HSV(B) | 316.13º | 0.51% | 0.92% | - |
| XYZ | 50.72 | 34.02 | 59.77 | - |
| YUV | 160.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 202 | 0 | 0.51 | 0.14 | 0.08 | 316.13 | 0.74 | 0.68 |
| Hex | EA | 73 | CA | 0 | 33 | E | 8 | 13C | 4A | 44 |
| Octal | 352 | 163 | 312 | 0 | 63 | 16 | 10 | 474 | 112 | 104 |
| Binary | 11101010 | 1110011 | 11001010 | 0 | 110011 | 1110 | 1000 | 100111100 | 1001010 | 1000100 |
Color Harmonies of #EA73CA
Complementary color
Monochromatic Colors of #EA73CA
Black with #EA73CA
Text Example
Text Example
White with #EA73CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73CA; }
p { color: rgb(234,115,202); }
H1.HeaderClassName
{
color: #EA73CA;
}
.AnyTagClassName
{
color: #EA73CA;
}
</style>
background-color css
<style>
a { background-color: #EA73CA; }
a { background-color: rgb(234,115,202); }
div.DivClassName
{
background-color: #EA73CA;
}
.BgClassName
{
background-color: #EA73CA;
}
</style>
border-color css
<style>
span { border-color: #EA73CA; }
span { border-color: rgb(234,115,202); }
td.TdClassName
{
border-color: #EA73CA;
}
.TagClassName
{
border-color: #EA73CA;
}
</style>