Shades of Shocking Pink #EB0CCD
Tints of Shocking Pink #EB0CCD
RGB
CMYK
RGB Variations
Color information
#EB0CCD (or 0xEB0CCD) is known color: Shocking Pink. HEX triplet: EB, 0C and CD. RGB value is (235,12,205). Sum of RGB (Red+Green+Blue) = 235+12+205=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0CCD is #14F332. Grayscale: #646464. Windows color (decimal): -1372979 or 13438187. OLE color: 13438187.
HSL color Cylindrical-coordinate representation of color #EB0CCD: hue angle of 308.07º 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 #EB0CCD is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.08 |
| HSL | 308.07º | 0.9% | 0.48% | - |
| HSV(B) | 308.07º | 0.95% | 0.92% | - |
| XYZ | 45.41 | 22.33 | 59.67 | - |
| YUV | 100.68 | 186.88 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 12 | 205 | 0 | 0.95 | 0.13 | 0.08 | 308.07 | 0.9 | 0.48 |
| Hex | EB | C | CD | 0 | 5F | D | 8 | 134 | 5A | 30 |
| Octal | 353 | 14 | 315 | 0 | 137 | 15 | 10 | 464 | 132 | 60 |
| Binary | 11101011 | 1100 | 11001101 | 0 | 1011111 | 1101 | 1000 | 100110100 | 1011010 | 110000 |
Color Harmonies of #EB0CCD
Complementary color
Monochromatic Colors of #EB0CCD
Black with #EB0CCD
Text Example
Text Example
White with #EB0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0CCD; }
p { color: rgb(235,12,205); }
H1.HeaderClassName
{
color: #EB0CCD;
}
.AnyTagClassName
{
color: #EB0CCD;
}
</style>
background-color css
<style>
a { background-color: #EB0CCD; }
a { background-color: rgb(235,12,205); }
div.DivClassName
{
background-color: #EB0CCD;
}
.BgClassName
{
background-color: #EB0CCD;
}
</style>
border-color css
<style>
span { border-color: #EB0CCD; }
span { border-color: rgb(235,12,205); }
td.TdClassName
{
border-color: #EB0CCD;
}
.TagClassName
{
border-color: #EB0CCD;
}
</style>