Shades of Shocking Pink #EC00B6
Tints of Shocking Pink #EC00B6
RGB
CMYK
RGB Variations
Color information
#EC00B6 (or 0xEC00B6) is known color: Shocking Pink. HEX triplet: EC, 00 and B6. RGB value is (236,0,182). Sum of RGB (Red+Green+Blue) = 236+0+182=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00B6 is #13FF49. Grayscale: #5A5A5A. Windows color (decimal): -1310538 or 11927788. OLE color: 11927788.
HSL color Cylindrical-coordinate representation of color #EC00B6: hue angle of 313.73º 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 #EC00B6 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 182 | - |
| CMYK | 0 | 1 | 0.23 | 0.07 |
| HSL | 313.73º | 1% | 0.46% | - |
| HSV(B) | 313.73º | 1% | 0.93% | - |
| XYZ | 43.04 | 21.21 | 46.08 | - |
| YUV | 91.31 | 179.19 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 182 | 0 | 1 | 0.23 | 0.07 | 313.73 | 1 | 0.46 |
| Hex | EC | 0 | B6 | 0 | 64 | 17 | 7 | 13A | 64 | 2E |
| Octal | 354 | 0 | 266 | 0 | 144 | 27 | 7 | 472 | 144 | 56 |
| Binary | 11101100 | 0 | 10110110 | 0 | 1100100 | 10111 | 111 | 100111010 | 1100100 | 101110 |
Color Harmonies of #EC00B6
Complementary color
Monochromatic Colors of #EC00B6
Black with #EC00B6
Text Example
Text Example
White with #EC00B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00B6; }
p { color: rgb(236,0,182); }
H1.HeaderClassName
{
color: #EC00B6;
}
.AnyTagClassName
{
color: #EC00B6;
}
</style>
background-color css
<style>
a { background-color: #EC00B6; }
a { background-color: rgb(236,0,182); }
div.DivClassName
{
background-color: #EC00B6;
}
.BgClassName
{
background-color: #EC00B6;
}
</style>
border-color css
<style>
span { border-color: #EC00B6; }
span { border-color: rgb(236,0,182); }
td.TdClassName
{
border-color: #EC00B6;
}
.TagClassName
{
border-color: #EC00B6;
}
</style>