Shades of Shocking Pink #EB19BA
Tints of Shocking Pink #EB19BA
RGB
CMYK
RGB Variations
Color information
#EB19BA (or 0xEB19BA) is known color: Shocking Pink. HEX triplet: EB, 19 and BA. RGB value is (235,25,186). Sum of RGB (Red+Green+Blue) = 235+25+186=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB19BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB19BA is #14E645. Grayscale: #696969. Windows color (decimal): -1369670 or 12196331. OLE color: 12196331.
HSL color Cylindrical-coordinate representation of color #EB19BA: hue angle of 314º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB19BA is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 25 | 186 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.08 |
| HSL | 314º | 0.84% | 0.51% | - |
| HSV(B) | 314º | 0.89% | 0.92% | - |
| XYZ | 43.47 | 21.9 | 48.39 | - |
| YUV | 106.14 | 173.07 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 25 | 186 | 0 | 0.89 | 0.21 | 0.08 | 314 | 0.84 | 0.51 |
| Hex | EB | 19 | BA | 0 | 59 | 15 | 8 | 13A | 54 | 33 |
| Octal | 353 | 31 | 272 | 0 | 131 | 25 | 10 | 472 | 124 | 63 |
| Binary | 11101011 | 11001 | 10111010 | 0 | 1011001 | 10101 | 1000 | 100111010 | 1010100 | 110011 |
Color Harmonies of #EB19BA
Complementary color
Monochromatic Colors of #EB19BA
Black with #EB19BA
Text Example
Text Example
White with #EB19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB19BA; }
p { color: rgb(235,25,186); }
H1.HeaderClassName
{
color: #EB19BA;
}
.AnyTagClassName
{
color: #EB19BA;
}
</style>
background-color css
<style>
a { background-color: #EB19BA; }
a { background-color: rgb(235,25,186); }
div.DivClassName
{
background-color: #EB19BA;
}
.BgClassName
{
background-color: #EB19BA;
}
</style>
border-color css
<style>
span { border-color: #EB19BA; }
span { border-color: rgb(235,25,186); }
td.TdClassName
{
border-color: #EB19BA;
}
.TagClassName
{
border-color: #EB19BA;
}
</style>