Shades of Neon Pink #EB73C5
Tints of Neon Pink #EB73C5
RGB
CMYK
RGB Variations
Color information
#EB73C5 (or 0xEB73C5) is known color: Neon Pink. HEX triplet: EB, 73 and C5. RGB value is (235,115,197). Sum of RGB (Red+Green+Blue) = 235+115+197=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73C5 is #148C3A. Grayscale: #A0A0A0. Windows color (decimal): -1346619 or 12940267. OLE color: 12940267.
HSL color Cylindrical-coordinate representation of color #EB73C5: hue angle of 319º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB73C5 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 197 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.08 |
| HSL | 319º | 0.75% | 0.69% | - |
| HSV(B) | 319º | 0.51% | 0.92% | - |
| XYZ | 50.47 | 33.95 | 56.72 | - |
| YUV | 160.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 197 | 0 | 0.51 | 0.16 | 0.08 | 319 | 0.75 | 0.69 |
| Hex | EB | 73 | C5 | 0 | 33 | 10 | 8 | 13F | 4B | 45 |
| Octal | 353 | 163 | 305 | 0 | 63 | 20 | 10 | 477 | 113 | 105 |
| Binary | 11101011 | 1110011 | 11000101 | 0 | 110011 | 10000 | 1000 | 100111111 | 1001011 | 1000101 |
Color Harmonies of #EB73C5
Complementary color
Monochromatic Colors of #EB73C5
Black with #EB73C5
Text Example
Text Example
White with #EB73C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB73C5; }
p { color: rgb(235,115,197); }
H1.HeaderClassName
{
color: #EB73C5;
}
.AnyTagClassName
{
color: #EB73C5;
}
</style>
background-color css
<style>
a { background-color: #EB73C5; }
a { background-color: rgb(235,115,197); }
div.DivClassName
{
background-color: #EB73C5;
}
.BgClassName
{
background-color: #EB73C5;
}
</style>
border-color css
<style>
span { border-color: #EB73C5; }
span { border-color: rgb(235,115,197); }
td.TdClassName
{
border-color: #EB73C5;
}
.TagClassName
{
border-color: #EB73C5;
}
</style>