Shades of Shocking Pink #EC00B8
Tints of Shocking Pink #EC00B8
RGB
CMYK
RGB Variations
Color information
#EC00B8 (or 0xEC00B8) is known color: Shocking Pink. HEX triplet: EC, 00 and B8. RGB value is (236,0,184). Sum of RGB (Red+Green+Blue) = 236+0+184=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00B8 is #13FF47. Grayscale: #5B5B5B. Windows color (decimal): -1310536 or 12058860. OLE color: 12058860.
HSL color Cylindrical-coordinate representation of color #EC00B8: hue angle of 313.22º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00B8 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 184 | - |
| CMYK | 0 | 1 | 0.22 | 0.07 |
| HSL | 313.22º | 1% | 0.46% | - |
| HSV(B) | 313.22º | 1% | 0.93% | - |
| XYZ | 43.24 | 21.29 | 47.18 | - |
| YUV | 91.54 | 180.19 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 184 | 0 | 1 | 0.22 | 0.07 | 313.22 | 1 | 0.46 |
| Hex | EC | 0 | B8 | 0 | 64 | 16 | 7 | 139 | 64 | 2E |
| Octal | 354 | 0 | 270 | 0 | 144 | 26 | 7 | 471 | 144 | 56 |
| Binary | 11101100 | 0 | 10111000 | 0 | 1100100 | 10110 | 111 | 100111001 | 1100100 | 101110 |
Color Harmonies of #EC00B8
Complementary color
Monochromatic Colors of #EC00B8
Black with #EC00B8
Text Example
Text Example
White with #EC00B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00B8; }
p { color: rgb(236,0,184); }
H1.HeaderClassName
{
color: #EC00B8;
}
.AnyTagClassName
{
color: #EC00B8;
}
</style>
background-color css
<style>
a { background-color: #EC00B8; }
a { background-color: rgb(236,0,184); }
div.DivClassName
{
background-color: #EC00B8;
}
.BgClassName
{
background-color: #EC00B8;
}
</style>
border-color css
<style>
span { border-color: #EC00B8; }
span { border-color: rgb(236,0,184); }
td.TdClassName
{
border-color: #EC00B8;
}
.TagClassName
{
border-color: #EC00B8;
}
</style>