Shades of Shocking Pink #EB02BA
Tints of Shocking Pink #EB02BA
RGB
CMYK
RGB Variations
Color information
#EB02BA (or 0xEB02BA) is known color: Shocking Pink. HEX triplet: EB, 02 and BA. RGB value is (235,2,186). Sum of RGB (Red+Green+Blue) = 235+2+186=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB02BA is #14FD45. Grayscale: #5C5C5C. Windows color (decimal): -1375558 or 12190443. OLE color: 12190443.
HSL color Cylindrical-coordinate representation of color #EB02BA: hue angle of 312.62º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB02BA is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.08 |
| HSL | 312.62º | 0.98% | 0.46% | - |
| HSV(B) | 312.62º | 0.99% | 0.92% | - |
| XYZ | 43.15 | 21.25 | 48.28 | - |
| YUV | 92.64 | 180.69 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 2 | 186 | 0 | 0.99 | 0.21 | 0.08 | 312.62 | 0.98 | 0.46 |
| Hex | EB | 2 | BA | 0 | 63 | 15 | 8 | 139 | 62 | 2E |
| Octal | 353 | 2 | 272 | 0 | 143 | 25 | 10 | 471 | 142 | 56 |
| Binary | 11101011 | 10 | 10111010 | 0 | 1100011 | 10101 | 1000 | 100111001 | 1100010 | 101110 |
Color Harmonies of #EB02BA
Complementary color
Monochromatic Colors of #EB02BA
Black with #EB02BA
Text Example
Text Example
White with #EB02BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB02BA; }
p { color: rgb(235,2,186); }
H1.HeaderClassName
{
color: #EB02BA;
}
.AnyTagClassName
{
color: #EB02BA;
}
</style>
background-color css
<style>
a { background-color: #EB02BA; }
a { background-color: rgb(235,2,186); }
div.DivClassName
{
background-color: #EB02BA;
}
.BgClassName
{
background-color: #EB02BA;
}
</style>
border-color css
<style>
span { border-color: #EB02BA; }
span { border-color: rgb(235,2,186); }
td.TdClassName
{
border-color: #EB02BA;
}
.TagClassName
{
border-color: #EB02BA;
}
</style>