Shades of Shocking Pink #EC0ABF
Tints of Shocking Pink #EC0ABF
RGB
CMYK
RGB Variations
Color information
#EC0ABF (or 0xEC0ABF) is known color: Shocking Pink. HEX triplet: EC, 0A and BF. RGB value is (236,10,191). Sum of RGB (Red+Green+Blue) = 236+10+191=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ABF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ABF is #13F540. Grayscale: #616161. Windows color (decimal): -1307969 or 12520172. OLE color: 12520172.
HSL color Cylindrical-coordinate representation of color #EC0ABF: hue angle of 311.95º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0ABF is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 191 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.07 |
| HSL | 311.95º | 0.92% | 0.48% | - |
| HSV(B) | 311.95º | 0.96% | 0.93% | - |
| XYZ | 44.1 | 21.81 | 51.18 | - |
| YUV | 98.21 | 180.37 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 191 | 0 | 0.96 | 0.19 | 0.07 | 311.95 | 0.92 | 0.48 |
| Hex | EC | A | BF | 0 | 60 | 13 | 7 | 138 | 5C | 30 |
| Octal | 354 | 12 | 277 | 0 | 140 | 23 | 7 | 470 | 134 | 60 |
| Binary | 11101100 | 1010 | 10111111 | 0 | 1100000 | 10011 | 111 | 100111000 | 1011100 | 110000 |
Color Harmonies of #EC0ABF
Complementary color
Monochromatic Colors of #EC0ABF
Black with #EC0ABF
Text Example
Text Example
White with #EC0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0ABF; }
p { color: rgb(236,10,191); }
H1.HeaderClassName
{
color: #EC0ABF;
}
.AnyTagClassName
{
color: #EC0ABF;
}
</style>
background-color css
<style>
a { background-color: #EC0ABF; }
a { background-color: rgb(236,10,191); }
div.DivClassName
{
background-color: #EC0ABF;
}
.BgClassName
{
background-color: #EC0ABF;
}
</style>
border-color css
<style>
span { border-color: #EC0ABF; }
span { border-color: rgb(236,10,191); }
td.TdClassName
{
border-color: #EC0ABF;
}
.TagClassName
{
border-color: #EC0ABF;
}
</style>