Shades of Shocking Pink #EC0ABD
Tints of Shocking Pink #EC0ABD
RGB
CMYK
RGB Variations
Color information
#EC0ABD (or 0xEC0ABD) is known color: Shocking Pink. HEX triplet: EC, 0A and BD. RGB value is (236,10,189). Sum of RGB (Red+Green+Blue) = 236+10+189=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ABD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ABD is #13F542. Grayscale: #616161. Windows color (decimal): -1307971 or 12389100. OLE color: 12389100.
HSL color Cylindrical-coordinate representation of color #EC0ABD: hue angle of 312.48º 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 #EC0ABD is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 189 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.07 |
| HSL | 312.48º | 0.92% | 0.48% | - |
| HSV(B) | 312.48º | 0.96% | 0.93% | - |
| XYZ | 43.89 | 21.72 | 50.02 | - |
| YUV | 97.98 | 179.37 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 189 | 0 | 0.96 | 0.20 | 0.07 | 312.48 | 0.92 | 0.48 |
| Hex | EC | A | BD | 0 | 60 | 14 | 7 | 138 | 5C | 30 |
| Octal | 354 | 12 | 275 | 0 | 140 | 24 | 7 | 470 | 134 | 60 |
| Binary | 11101100 | 1010 | 10111101 | 0 | 1100000 | 10100 | 111 | 100111000 | 1011100 | 110000 |
Color Harmonies of #EC0ABD
Complementary color
Monochromatic Colors of #EC0ABD
Black with #EC0ABD
Text Example
Text Example
White with #EC0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0ABD; }
p { color: rgb(236,10,189); }
H1.HeaderClassName
{
color: #EC0ABD;
}
.AnyTagClassName
{
color: #EC0ABD;
}
</style>
background-color css
<style>
a { background-color: #EC0ABD; }
a { background-color: rgb(236,10,189); }
div.DivClassName
{
background-color: #EC0ABD;
}
.BgClassName
{
background-color: #EC0ABD;
}
</style>
border-color css
<style>
span { border-color: #EC0ABD; }
span { border-color: rgb(236,10,189); }
td.TdClassName
{
border-color: #EC0ABD;
}
.TagClassName
{
border-color: #EC0ABD;
}
</style>