Shades of Shocking Pink #EB15BA
Tints of Shocking Pink #EB15BA
RGB
CMYK
RGB Variations
Color information
#EB15BA (or 0xEB15BA) is known color: Shocking Pink. HEX triplet: EB, 15 and BA. RGB value is (235,21,186). Sum of RGB (Red+Green+Blue) = 235+21+186=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB15BA is #14EA45. Grayscale: #676767. Windows color (decimal): -1370694 or 12195307. OLE color: 12195307.
HSL color Cylindrical-coordinate representation of color #EB15BA: hue angle of 313.74º 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 #EB15BA is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 186 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.08 |
| HSL | 313.74º | 0.84% | 0.5% | - |
| HSV(B) | 313.74º | 0.91% | 0.92% | - |
| XYZ | 43.39 | 21.74 | 48.36 | - |
| YUV | 103.8 | 174.4 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 186 | 0 | 0.91 | 0.21 | 0.08 | 313.74 | 0.84 | 0.5 |
| Hex | EB | 15 | BA | 0 | 5B | 15 | 8 | 13A | 54 | 32 |
| Octal | 353 | 25 | 272 | 0 | 133 | 25 | 10 | 472 | 124 | 62 |
| Binary | 11101011 | 10101 | 10111010 | 0 | 1011011 | 10101 | 1000 | 100111010 | 1010100 | 110010 |
Color Harmonies of #EB15BA
Complementary color
Monochromatic Colors of #EB15BA
Black with #EB15BA
Text Example
Text Example
White with #EB15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB15BA; }
p { color: rgb(235,21,186); }
H1.HeaderClassName
{
color: #EB15BA;
}
.AnyTagClassName
{
color: #EB15BA;
}
</style>
background-color css
<style>
a { background-color: #EB15BA; }
a { background-color: rgb(235,21,186); }
div.DivClassName
{
background-color: #EB15BA;
}
.BgClassName
{
background-color: #EB15BA;
}
</style>
border-color css
<style>
span { border-color: #EB15BA; }
span { border-color: rgb(235,21,186); }
td.TdClassName
{
border-color: #EB15BA;
}
.TagClassName
{
border-color: #EB15BA;
}
</style>