Shades of Shocking Pink #EB16BA
Tints of Shocking Pink #EB16BA
RGB
CMYK
RGB Variations
Color information
#EB16BA (or 0xEB16BA) is known color: Shocking Pink. HEX triplet: EB, 16 and BA. RGB value is (235,22,186). Sum of RGB (Red+Green+Blue) = 235+22+186=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB16BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB16BA is #14E945. Grayscale: #676767. Windows color (decimal): -1370438 or 12195563. OLE color: 12195563.
HSL color Cylindrical-coordinate representation of color #EB16BA: hue angle of 313.8º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB16BA is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 186 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.08 |
| HSL | 313.8º | 0.84% | 0.5% | - |
| HSV(B) | 313.8º | 0.91% | 0.92% | - |
| XYZ | 43.41 | 21.78 | 48.37 | - |
| YUV | 104.38 | 174.07 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 186 | 0 | 0.91 | 0.21 | 0.08 | 313.8 | 0.84 | 0.5 |
| Hex | EB | 16 | BA | 0 | 5B | 15 | 8 | 13A | 54 | 32 |
| Octal | 353 | 26 | 272 | 0 | 133 | 25 | 10 | 472 | 124 | 62 |
| Binary | 11101011 | 10110 | 10111010 | 0 | 1011011 | 10101 | 1000 | 100111010 | 1010100 | 110010 |
Color Harmonies of #EB16BA
Complementary color
Monochromatic Colors of #EB16BA
Black with #EB16BA
Text Example
Text Example
White with #EB16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB16BA; }
p { color: rgb(235,22,186); }
H1.HeaderClassName
{
color: #EB16BA;
}
.AnyTagClassName
{
color: #EB16BA;
}
</style>
background-color css
<style>
a { background-color: #EB16BA; }
a { background-color: rgb(235,22,186); }
div.DivClassName
{
background-color: #EB16BA;
}
.BgClassName
{
background-color: #EB16BA;
}
</style>
border-color css
<style>
span { border-color: #EB16BA; }
span { border-color: rgb(235,22,186); }
td.TdClassName
{
border-color: #EB16BA;
}
.TagClassName
{
border-color: #EB16BA;
}
</style>