Shades of Shocking Pink #EB0BCB
Tints of Shocking Pink #EB0BCB
RGB
CMYK
RGB Variations
Color information
#EB0BCB (or 0xEB0BCB) is known color: Shocking Pink. HEX triplet: EB, 0B and CB. RGB value is (235,11,203). Sum of RGB (Red+Green+Blue) = 235+11+203=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0BCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0BCB is #14F434. Grayscale: #636363. Windows color (decimal): -1373237 or 13306859. OLE color: 13306859.
HSL color Cylindrical-coordinate representation of color #EB0BCB: hue angle of 308.57º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0BCB is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.08 |
| HSL | 308.57º | 0.91% | 0.48% | - |
| HSV(B) | 308.57º | 0.95% | 0.92% | - |
| XYZ | 45.16 | 22.21 | 58.41 | - |
| YUV | 99.86 | 186.21 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 11 | 203 | 0 | 0.95 | 0.14 | 0.08 | 308.57 | 0.91 | 0.48 |
| Hex | EB | B | CB | 0 | 5F | E | 8 | 135 | 5B | 30 |
| Octal | 353 | 13 | 313 | 0 | 137 | 16 | 10 | 465 | 133 | 60 |
| Binary | 11101011 | 1011 | 11001011 | 0 | 1011111 | 1110 | 1000 | 100110101 | 1011011 | 110000 |
Color Harmonies of #EB0BCB
Complementary color
Monochromatic Colors of #EB0BCB
Black with #EB0BCB
Text Example
Text Example
White with #EB0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0BCB; }
p { color: rgb(235,11,203); }
H1.HeaderClassName
{
color: #EB0BCB;
}
.AnyTagClassName
{
color: #EB0BCB;
}
</style>
background-color css
<style>
a { background-color: #EB0BCB; }
a { background-color: rgb(235,11,203); }
div.DivClassName
{
background-color: #EB0BCB;
}
.BgClassName
{
background-color: #EB0BCB;
}
</style>
border-color css
<style>
span { border-color: #EB0BCB; }
span { border-color: rgb(235,11,203); }
td.TdClassName
{
border-color: #EB0BCB;
}
.TagClassName
{
border-color: #EB0BCB;
}
</style>