Shades of Shocking Pink #EC08BF
Tints of Shocking Pink #EC08BF
RGB
CMYK
RGB Variations
Color information
#EC08BF (or 0xEC08BF) is known color: Shocking Pink. HEX triplet: EC, 08 and BF. RGB value is (236,8,191). Sum of RGB (Red+Green+Blue) = 236+8+191=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC08BF is #13F740. Grayscale: #606060. Windows color (decimal): -1308481 or 12519660. OLE color: 12519660.
HSL color Cylindrical-coordinate representation of color #EC08BF: hue angle of 311.84º 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 #EC08BF is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 191 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.07 |
| HSL | 311.84º | 0.93% | 0.48% | - |
| HSV(B) | 311.84º | 0.97% | 0.93% | - |
| XYZ | 44.08 | 21.77 | 51.17 | - |
| YUV | 97.03 | 181.04 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 191 | 0 | 0.97 | 0.19 | 0.07 | 311.84 | 0.93 | 0.48 |
| Hex | EC | 8 | BF | 0 | 61 | 13 | 7 | 138 | 5D | 30 |
| Octal | 354 | 10 | 277 | 0 | 141 | 23 | 7 | 470 | 135 | 60 |
| Binary | 11101100 | 1000 | 10111111 | 0 | 1100001 | 10011 | 111 | 100111000 | 1011101 | 110000 |
Color Harmonies of #EC08BF
Complementary color
Monochromatic Colors of #EC08BF
Black with #EC08BF
Text Example
Text Example
White with #EC08BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC08BF; }
p { color: rgb(236,8,191); }
H1.HeaderClassName
{
color: #EC08BF;
}
.AnyTagClassName
{
color: #EC08BF;
}
</style>
background-color css
<style>
a { background-color: #EC08BF; }
a { background-color: rgb(236,8,191); }
div.DivClassName
{
background-color: #EC08BF;
}
.BgClassName
{
background-color: #EC08BF;
}
</style>
border-color css
<style>
span { border-color: #EC08BF; }
span { border-color: rgb(236,8,191); }
td.TdClassName
{
border-color: #EC08BF;
}
.TagClassName
{
border-color: #EC08BF;
}
</style>