Shades of Shocking Pink #EB00BC
Tints of Shocking Pink #EB00BC
RGB
CMYK
RGB Variations
Color information
#EB00BC (or 0xEB00BC) is known color: Shocking Pink. HEX triplet: EB, 00 and BC. RGB value is (235,0,188). Sum of RGB (Red+Green+Blue) = 235+0+188=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00BC is #14FF43. Grayscale: #5B5B5B. Windows color (decimal): -1376068 or 12321003. OLE color: 12321003.
HSL color Cylindrical-coordinate representation of color #EB00BC: hue angle of 312º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB00BC is Cyan = 0, Magento = 1, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.2 | 0.08 |
| HSL | 312º | 1% | 0.46% | - |
| HSV(B) | 312º | 1% | 0.92% | - |
| XYZ | 43.34 | 21.29 | 49.4 | - |
| YUV | 91.7 | 182.36 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 188 | 0 | 1 | 0.2 | 0.08 | 312 | 1 | 0.46 |
| Hex | EB | 0 | BC | 0 | 64 | 14 | 8 | 138 | 64 | 2E |
| Octal | 353 | 0 | 274 | 0 | 144 | 24 | 10 | 470 | 144 | 56 |
| Binary | 11101011 | 0 | 10111100 | 0 | 1100100 | 10100 | 1000 | 100111000 | 1100100 | 101110 |
Color Harmonies of #EB00BC
Complementary color
Monochromatic Colors of #EB00BC
Black with #EB00BC
Text Example
Text Example
White with #EB00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB00BC; }
p { color: rgb(235,0,188); }
H1.HeaderClassName
{
color: #EB00BC;
}
.AnyTagClassName
{
color: #EB00BC;
}
</style>
background-color css
<style>
a { background-color: #EB00BC; }
a { background-color: rgb(235,0,188); }
div.DivClassName
{
background-color: #EB00BC;
}
.BgClassName
{
background-color: #EB00BC;
}
</style>
border-color css
<style>
span { border-color: #EB00BC; }
span { border-color: rgb(235,0,188); }
td.TdClassName
{
border-color: #EB00BC;
}
.TagClassName
{
border-color: #EB00BC;
}
</style>