Shades of Deep Pink #EC0A8B
Tints of Deep Pink #EC0A8B
RGB
CMYK
RGB Variations
Color information
#EC0A8B (or 0xEC0A8B) is known color: Deep Pink. HEX triplet: EC, 0A and 8B. RGB value is (236,10,139). Sum of RGB (Red+Green+Blue) = 236+10+139=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0A8B is #13F574. Grayscale: #5B5B5B. Windows color (decimal): -1308021 or 9112300. OLE color: 9112300.
HSL color Cylindrical-coordinate representation of color #EC0A8B: hue angle of 325.75º 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 #EC0A8B is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 139 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.07 |
| HSL | 325.75º | 0.92% | 0.48% | - |
| HSV(B) | 325.75º | 0.96% | 0.93% | - |
| XYZ | 39.36 | 19.91 | 26.2 | - |
| YUV | 92.28 | 154.37 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 139 | 0 | 0.96 | 0.41 | 0.07 | 325.75 | 0.92 | 0.48 |
| Hex | EC | A | 8B | 0 | 60 | 29 | 7 | 146 | 5C | 30 |
| Octal | 354 | 12 | 213 | 0 | 140 | 51 | 7 | 506 | 134 | 60 |
| Binary | 11101100 | 1010 | 10001011 | 0 | 1100000 | 101001 | 111 | 101000110 | 1011100 | 110000 |
Color Harmonies of #EC0A8B
Complementary color
Monochromatic Colors of #EC0A8B
Black with #EC0A8B
Text Example
Text Example
White with #EC0A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0A8B; }
p { color: rgb(236,10,139); }
H1.HeaderClassName
{
color: #EC0A8B;
}
.AnyTagClassName
{
color: #EC0A8B;
}
</style>
background-color css
<style>
a { background-color: #EC0A8B; }
a { background-color: rgb(236,10,139); }
div.DivClassName
{
background-color: #EC0A8B;
}
.BgClassName
{
background-color: #EC0A8B;
}
</style>
border-color css
<style>
span { border-color: #EC0A8B; }
span { border-color: rgb(236,10,139); }
td.TdClassName
{
border-color: #EC0A8B;
}
.TagClassName
{
border-color: #EC0A8B;
}
</style>