Shades of Shocking Pink #EB0ECB
Tints of Shocking Pink #EB0ECB
RGB
CMYK
RGB Variations
Color information
#EB0ECB (or 0xEB0ECB) is known color: Shocking Pink. HEX triplet: EB, 0E and CB. RGB value is (235,14,203). Sum of RGB (Red+Green+Blue) = 235+14+203=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0ECB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0ECB is #14F134. Grayscale: #656565. Windows color (decimal): -1372469 or 13307627. OLE color: 13307627.
HSL color Cylindrical-coordinate representation of color #EB0ECB: hue angle of 308.69º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0ECB is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 14 | 203 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.08 |
| HSL | 308.69º | 0.89% | 0.49% | - |
| HSV(B) | 308.69º | 0.94% | 0.92% | - |
| XYZ | 45.2 | 22.29 | 58.42 | - |
| YUV | 101.63 | 185.22 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 203 | 0 | 0.94 | 0.14 | 0.08 | 308.69 | 0.89 | 0.49 |
| Hex | EB | E | CB | 0 | 5E | E | 8 | 135 | 59 | 31 |
| Octal | 353 | 16 | 313 | 0 | 136 | 16 | 10 | 465 | 131 | 61 |
| Binary | 11101011 | 1110 | 11001011 | 0 | 1011110 | 1110 | 1000 | 100110101 | 1011001 | 110001 |
Color Harmonies of #EB0ECB
Complementary color
Monochromatic Colors of #EB0ECB
Black with #EB0ECB
Text Example
Text Example
White with #EB0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0ECB; }
p { color: rgb(235,14,203); }
H1.HeaderClassName
{
color: #EB0ECB;
}
.AnyTagClassName
{
color: #EB0ECB;
}
</style>
background-color css
<style>
a { background-color: #EB0ECB; }
a { background-color: rgb(235,14,203); }
div.DivClassName
{
background-color: #EB0ECB;
}
.BgClassName
{
background-color: #EB0ECB;
}
</style>
border-color css
<style>
span { border-color: #EB0ECB; }
span { border-color: rgb(235,14,203); }
td.TdClassName
{
border-color: #EB0ECB;
}
.TagClassName
{
border-color: #EB0ECB;
}
</style>