Shades of Shocking Pink #EC01BF
Tints of Shocking Pink #EC01BF
RGB
CMYK
RGB Variations
Color information
#EC01BF (or 0xEC01BF) is known color: Shocking Pink. HEX triplet: EC, 01 and BF. RGB value is (236,1,191). Sum of RGB (Red+Green+Blue) = 236+1+191=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01BF is #13FE40. Grayscale: #5C5C5C. Windows color (decimal): -1310273 or 12517868. OLE color: 12517868.
HSL color Cylindrical-coordinate representation of color #EC01BF: hue angle of 311.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01BF is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 191 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.07 |
| HSL | 311.49º | 0.99% | 0.46% | - |
| HSV(B) | 311.49º | 1% | 0.93% | - |
| XYZ | 44.01 | 21.62 | 51.14 | - |
| YUV | 92.93 | 183.36 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 191 | 0 | 1.00 | 0.19 | 0.07 | 311.49 | 0.99 | 0.46 |
| Hex | EC | 1 | BF | 0 | 64 | 13 | 7 | 137 | 63 | 2E |
| Octal | 354 | 1 | 277 | 0 | 144 | 23 | 7 | 467 | 143 | 56 |
| Binary | 11101100 | 1 | 10111111 | 0 | 1100100 | 10011 | 111 | 100110111 | 1100011 | 101110 |
Color Harmonies of #EC01BF
Complementary color
Monochromatic Colors of #EC01BF
Black with #EC01BF
Text Example
Text Example
White with #EC01BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01BF; }
p { color: rgb(236,1,191); }
H1.HeaderClassName
{
color: #EC01BF;
}
.AnyTagClassName
{
color: #EC01BF;
}
</style>
background-color css
<style>
a { background-color: #EC01BF; }
a { background-color: rgb(236,1,191); }
div.DivClassName
{
background-color: #EC01BF;
}
.BgClassName
{
background-color: #EC01BF;
}
</style>
border-color css
<style>
span { border-color: #EC01BF; }
span { border-color: rgb(236,1,191); }
td.TdClassName
{
border-color: #EC01BF;
}
.TagClassName
{
border-color: #EC01BF;
}
</style>