Shades of Shocking Pink #EB0BCC
Tints of Shocking Pink #EB0BCC
RGB
CMYK
RGB Variations
Color information
#EB0BCC (or 0xEB0BCC) is known color: Shocking Pink. HEX triplet: EB, 0B and CC. RGB value is (235,11,204). Sum of RGB (Red+Green+Blue) = 235+11+204=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0BCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0BCC is #14F433. Grayscale: #636363. Windows color (decimal): -1373236 or 13372395. OLE color: 13372395.
HSL color Cylindrical-coordinate representation of color #EB0BCC: hue angle of 308.3º 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 #EB0BCC is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 11 | 204 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.08 |
| HSL | 308.3º | 0.91% | 0.48% | - |
| HSV(B) | 308.3º | 0.95% | 0.92% | - |
| XYZ | 45.28 | 22.26 | 59.04 | - |
| YUV | 99.98 | 186.71 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 11 | 204 | 0 | 0.95 | 0.13 | 0.08 | 308.3 | 0.91 | 0.48 |
| Hex | EB | B | CC | 0 | 5F | D | 8 | 134 | 5B | 30 |
| Octal | 353 | 13 | 314 | 0 | 137 | 15 | 10 | 464 | 133 | 60 |
| Binary | 11101011 | 1011 | 11001100 | 0 | 1011111 | 1101 | 1000 | 100110100 | 1011011 | 110000 |
Color Harmonies of #EB0BCC
Complementary color
Monochromatic Colors of #EB0BCC
Black with #EB0BCC
Text Example
Text Example
White with #EB0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0BCC; }
p { color: rgb(235,11,204); }
H1.HeaderClassName
{
color: #EB0BCC;
}
.AnyTagClassName
{
color: #EB0BCC;
}
</style>
background-color css
<style>
a { background-color: #EB0BCC; }
a { background-color: rgb(235,11,204); }
div.DivClassName
{
background-color: #EB0BCC;
}
.BgClassName
{
background-color: #EB0BCC;
}
</style>
border-color css
<style>
span { border-color: #EB0BCC; }
span { border-color: rgb(235,11,204); }
td.TdClassName
{
border-color: #EB0BCC;
}
.TagClassName
{
border-color: #EB0BCC;
}
</style>