Shades of Shocking Pink #EC08BD
Tints of Shocking Pink #EC08BD
RGB
CMYK
RGB Variations
Color information
#EC08BD (or 0xEC08BD) is known color: Shocking Pink. HEX triplet: EC, 08 and BD. RGB value is (236,8,189). Sum of RGB (Red+Green+Blue) = 236+8+189=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC08BD is #13F742. Grayscale: #606060. Windows color (decimal): -1308483 or 12388588. OLE color: 12388588.
HSL color Cylindrical-coordinate representation of color #EC08BD: hue angle of 312.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC08BD is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 189 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.07 |
| HSL | 312.37º | 0.93% | 0.48% | - |
| HSV(B) | 312.37º | 0.97% | 0.93% | - |
| XYZ | 43.86 | 21.68 | 50.02 | - |
| YUV | 96.81 | 180.04 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 189 | 0 | 0.97 | 0.20 | 0.07 | 312.37 | 0.93 | 0.48 |
| Hex | EC | 8 | BD | 0 | 61 | 14 | 7 | 138 | 5D | 30 |
| Octal | 354 | 10 | 275 | 0 | 141 | 24 | 7 | 470 | 135 | 60 |
| Binary | 11101100 | 1000 | 10111101 | 0 | 1100001 | 10100 | 111 | 100111000 | 1011101 | 110000 |
Color Harmonies of #EC08BD
Complementary color
Monochromatic Colors of #EC08BD
Black with #EC08BD
Text Example
Text Example
White with #EC08BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC08BD; }
p { color: rgb(236,8,189); }
H1.HeaderClassName
{
color: #EC08BD;
}
.AnyTagClassName
{
color: #EC08BD;
}
</style>
background-color css
<style>
a { background-color: #EC08BD; }
a { background-color: rgb(236,8,189); }
div.DivClassName
{
background-color: #EC08BD;
}
.BgClassName
{
background-color: #EC08BD;
}
</style>
border-color css
<style>
span { border-color: #EC08BD; }
span { border-color: rgb(236,8,189); }
td.TdClassName
{
border-color: #EC08BD;
}
.TagClassName
{
border-color: #EC08BD;
}
</style>