Shades of Deep Pink #EC0A8D
Tints of Deep Pink #EC0A8D
RGB
CMYK
RGB Variations
Color information
#EC0A8D (or 0xEC0A8D) is known color: Deep Pink. HEX triplet: EC, 0A and 8D. RGB value is (236,10,141). Sum of RGB (Red+Green+Blue) = 236+10+141=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0A8D is #13F572. Grayscale: #5C5C5C. Windows color (decimal): -1308019 or 9243372. OLE color: 9243372.
HSL color Cylindrical-coordinate representation of color #EC0A8D: hue angle of 325.22º 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 #EC0A8D is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 141 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.07 |
| HSL | 325.22º | 0.92% | 0.48% | - |
| HSV(B) | 325.22º | 0.96% | 0.93% | - |
| XYZ | 39.51 | 19.97 | 26.97 | - |
| YUV | 92.51 | 155.37 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 141 | 0 | 0.96 | 0.40 | 0.07 | 325.22 | 0.92 | 0.48 |
| Hex | EC | A | 8D | 0 | 60 | 28 | 7 | 145 | 5C | 30 |
| Octal | 354 | 12 | 215 | 0 | 140 | 50 | 7 | 505 | 134 | 60 |
| Binary | 11101100 | 1010 | 10001101 | 0 | 1100000 | 101000 | 111 | 101000101 | 1011100 | 110000 |
Color Harmonies of #EC0A8D
Complementary color
Monochromatic Colors of #EC0A8D
Black with #EC0A8D
Text Example
Text Example
White with #EC0A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0A8D; }
p { color: rgb(236,10,141); }
H1.HeaderClassName
{
color: #EC0A8D;
}
.AnyTagClassName
{
color: #EC0A8D;
}
</style>
background-color css
<style>
a { background-color: #EC0A8D; }
a { background-color: rgb(236,10,141); }
div.DivClassName
{
background-color: #EC0A8D;
}
.BgClassName
{
background-color: #EC0A8D;
}
</style>
border-color css
<style>
span { border-color: #EC0A8D; }
span { border-color: rgb(236,10,141); }
td.TdClassName
{
border-color: #EC0A8D;
}
.TagClassName
{
border-color: #EC0A8D;
}
</style>