Shades of Shocking Pink #EC0AB7
Tints of Shocking Pink #EC0AB7
RGB
CMYK
RGB Variations
Color information
#EC0AB7 (or 0xEC0AB7) is known color: Shocking Pink. HEX triplet: EC, 0A and B7. RGB value is (236,10,183). Sum of RGB (Red+Green+Blue) = 236+10+183=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0AB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0AB7 is #13F548. Grayscale: #606060. Windows color (decimal): -1307977 or 11995884. OLE color: 11995884.
HSL color Cylindrical-coordinate representation of color #EC0AB7: hue angle of 314.07º 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 #EC0AB7 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 183 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.07 |
| HSL | 314.07º | 0.92% | 0.48% | - |
| HSV(B) | 314.07º | 0.96% | 0.93% | - |
| XYZ | 43.25 | 21.47 | 46.66 | - |
| YUV | 97.3 | 176.37 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 183 | 0 | 0.96 | 0.22 | 0.07 | 314.07 | 0.92 | 0.48 |
| Hex | EC | A | B7 | 0 | 60 | 16 | 7 | 13A | 5C | 30 |
| Octal | 354 | 12 | 267 | 0 | 140 | 26 | 7 | 472 | 134 | 60 |
| Binary | 11101100 | 1010 | 10110111 | 0 | 1100000 | 10110 | 111 | 100111010 | 1011100 | 110000 |
Color Harmonies of #EC0AB7
Complementary color
Monochromatic Colors of #EC0AB7
Black with #EC0AB7
Text Example
Text Example
White with #EC0AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0AB7; }
p { color: rgb(236,10,183); }
H1.HeaderClassName
{
color: #EC0AB7;
}
.AnyTagClassName
{
color: #EC0AB7;
}
</style>
background-color css
<style>
a { background-color: #EC0AB7; }
a { background-color: rgb(236,10,183); }
div.DivClassName
{
background-color: #EC0AB7;
}
.BgClassName
{
background-color: #EC0AB7;
}
</style>
border-color css
<style>
span { border-color: #EC0AB7; }
span { border-color: rgb(236,10,183); }
td.TdClassName
{
border-color: #EC0AB7;
}
.TagClassName
{
border-color: #EC0AB7;
}
</style>