Shades of Shocking Pink #EB0CCC
Tints of Shocking Pink #EB0CCC
RGB
CMYK
RGB Variations
Color information
#EB0CCC (or 0xEB0CCC) is known color: Shocking Pink. HEX triplet: EB, 0C and CC. RGB value is (235,12,204). Sum of RGB (Red+Green+Blue) = 235+12+204=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0CCC is #14F333. Grayscale: #646464. Windows color (decimal): -1372980 or 13372651. OLE color: 13372651.
HSL color Cylindrical-coordinate representation of color #EB0CCC: hue angle of 308.34º degrees, saturation: 0.9, 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 #EB0CCC is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.08 |
| HSL | 308.34º | 0.9% | 0.48% | - |
| HSV(B) | 308.34º | 0.95% | 0.92% | - |
| XYZ | 45.29 | 22.28 | 59.04 | - |
| YUV | 100.57 | 186.38 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 12 | 204 | 0 | 0.95 | 0.13 | 0.08 | 308.34 | 0.9 | 0.48 |
| Hex | EB | C | CC | 0 | 5F | D | 8 | 134 | 5A | 30 |
| Octal | 353 | 14 | 314 | 0 | 137 | 15 | 10 | 464 | 132 | 60 |
| Binary | 11101011 | 1100 | 11001100 | 0 | 1011111 | 1101 | 1000 | 100110100 | 1011010 | 110000 |
Color Harmonies of #EB0CCC
Complementary color
Monochromatic Colors of #EB0CCC
Black with #EB0CCC
Text Example
Text Example
White with #EB0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0CCC; }
p { color: rgb(235,12,204); }
H1.HeaderClassName
{
color: #EB0CCC;
}
.AnyTagClassName
{
color: #EB0CCC;
}
</style>
background-color css
<style>
a { background-color: #EB0CCC; }
a { background-color: rgb(235,12,204); }
div.DivClassName
{
background-color: #EB0CCC;
}
.BgClassName
{
background-color: #EB0CCC;
}
</style>
border-color css
<style>
span { border-color: #EB0CCC; }
span { border-color: rgb(235,12,204); }
td.TdClassName
{
border-color: #EB0CCC;
}
.TagClassName
{
border-color: #EB0CCC;
}
</style>