Shades of Neon Pink #EB74CE
Tints of Neon Pink #EB74CE
RGB
CMYK
RGB Variations
Color information
#EB74CE (or 0xEB74CE) is known color: Neon Pink. HEX triplet: EB, 74 and CE. RGB value is (235,116,206). Sum of RGB (Red+Green+Blue) = 235+116+206=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74CE is #148B31. Grayscale: #A1A1A1. Windows color (decimal): -1346354 or 13530347. OLE color: 13530347.
HSL color Cylindrical-coordinate representation of color #EB74CE: hue angle of 314.62º 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 #EB74CE is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 116 | 206 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.08 |
| HSL | 314.62º | 0.75% | 0.69% | - |
| HSV(B) | 314.62º | 0.51% | 0.92% | - |
| XYZ | 51.65 | 34.61 | 62.35 | - |
| YUV | 161.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 116 | 206 | 0 | 0.51 | 0.12 | 0.08 | 314.62 | 0.75 | 0.69 |
| Hex | EB | 74 | CE | 0 | 33 | C | 8 | 13B | 4B | 45 |
| Octal | 353 | 164 | 316 | 0 | 63 | 14 | 10 | 473 | 113 | 105 |
| Binary | 11101011 | 1110100 | 11001110 | 0 | 110011 | 1100 | 1000 | 100111011 | 1001011 | 1000101 |
Color Harmonies of #EB74CE
Complementary color
Monochromatic Colors of #EB74CE
Black with #EB74CE
Text Example
Text Example
White with #EB74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB74CE; }
p { color: rgb(235,116,206); }
H1.HeaderClassName
{
color: #EB74CE;
}
.AnyTagClassName
{
color: #EB74CE;
}
</style>
background-color css
<style>
a { background-color: #EB74CE; }
a { background-color: rgb(235,116,206); }
div.DivClassName
{
background-color: #EB74CE;
}
.BgClassName
{
background-color: #EB74CE;
}
</style>
border-color css
<style>
span { border-color: #EB74CE; }
span { border-color: rgb(235,116,206); }
td.TdClassName
{
border-color: #EB74CE;
}
.TagClassName
{
border-color: #EB74CE;
}
</style>