Shades of Deep Pink #EC0C8A
Tints of Deep Pink #EC0C8A
RGB
CMYK
RGB Variations
Color information
#EC0C8A (or 0xEC0C8A) is known color: Deep Pink. HEX triplet: EC, 0C and 8A. RGB value is (236,12,138). Sum of RGB (Red+Green+Blue) = 236+12+138=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0C8A is #13F375. Grayscale: #5D5D5D. Windows color (decimal): -1307510 or 9047276. OLE color: 9047276.
HSL color Cylindrical-coordinate representation of color #EC0C8A: hue angle of 326.25º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C8A is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 138 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.07 |
| HSL | 326.25º | 0.9% | 0.49% | - |
| HSV(B) | 326.25º | 0.95% | 0.93% | - |
| XYZ | 39.31 | 19.93 | 25.82 | - |
| YUV | 93.34 | 153.21 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 138 | 0 | 0.95 | 0.42 | 0.07 | 326.25 | 0.9 | 0.49 |
| Hex | EC | C | 8A | 0 | 5F | 2A | 7 | 146 | 5A | 31 |
| Octal | 354 | 14 | 212 | 0 | 137 | 52 | 7 | 506 | 132 | 61 |
| Binary | 11101100 | 1100 | 10001010 | 0 | 1011111 | 101010 | 111 | 101000110 | 1011010 | 110001 |
Color Harmonies of #EC0C8A
Complementary color
Monochromatic Colors of #EC0C8A
Black with #EC0C8A
Text Example
Text Example
White with #EC0C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C8A; }
p { color: rgb(236,12,138); }
H1.HeaderClassName
{
color: #EC0C8A;
}
.AnyTagClassName
{
color: #EC0C8A;
}
</style>
background-color css
<style>
a { background-color: #EC0C8A; }
a { background-color: rgb(236,12,138); }
div.DivClassName
{
background-color: #EC0C8A;
}
.BgClassName
{
background-color: #EC0C8A;
}
</style>
border-color css
<style>
span { border-color: #EC0C8A; }
span { border-color: rgb(236,12,138); }
td.TdClassName
{
border-color: #EC0C8A;
}
.TagClassName
{
border-color: #EC0C8A;
}
</style>