Shades of Shocking Pink #EC0AC7
Tints of Shocking Pink #EC0AC7
RGB
CMYK
RGB Variations
Color information
#EC0AC7 (or 0xEC0AC7) is known color: Shocking Pink. HEX triplet: EC, 0A and C7. RGB value is (236,10,199). Sum of RGB (Red+Green+Blue) = 236+10+199=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0AC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0AC7 is #13F538. Grayscale: #626262. Windows color (decimal): -1307961 or 13044460. OLE color: 13044460.
HSL color Cylindrical-coordinate representation of color #EC0AC7: hue angle of 309.82º 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 #EC0AC7 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 199 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.07 |
| HSL | 309.82º | 0.92% | 0.48% | - |
| HSV(B) | 309.82º | 0.96% | 0.93% | - |
| XYZ | 45.01 | 22.17 | 55.94 | - |
| YUV | 99.12 | 184.37 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 199 | 0 | 0.96 | 0.16 | 0.07 | 309.82 | 0.92 | 0.48 |
| Hex | EC | A | C7 | 0 | 60 | 10 | 7 | 136 | 5C | 30 |
| Octal | 354 | 12 | 307 | 0 | 140 | 20 | 7 | 466 | 134 | 60 |
| Binary | 11101100 | 1010 | 11000111 | 0 | 1100000 | 10000 | 111 | 100110110 | 1011100 | 110000 |
Color Harmonies of #EC0AC7
Complementary color
Monochromatic Colors of #EC0AC7
Black with #EC0AC7
Text Example
Text Example
White with #EC0AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0AC7; }
p { color: rgb(236,10,199); }
H1.HeaderClassName
{
color: #EC0AC7;
}
.AnyTagClassName
{
color: #EC0AC7;
}
</style>
background-color css
<style>
a { background-color: #EC0AC7; }
a { background-color: rgb(236,10,199); }
div.DivClassName
{
background-color: #EC0AC7;
}
.BgClassName
{
background-color: #EC0AC7;
}
</style>
border-color css
<style>
span { border-color: #EC0AC7; }
span { border-color: rgb(236,10,199); }
td.TdClassName
{
border-color: #EC0AC7;
}
.TagClassName
{
border-color: #EC0AC7;
}
</style>