Shades of Dark Pink #EC548B
Tints of Dark Pink #EC548B
RGB
CMYK
RGB Variations
Color information
#EC548B (or 0xEC548B) is known color: Dark Pink. HEX triplet: EC, 54 and 8B. RGB value is (236,84,139). Sum of RGB (Red+Green+Blue) = 236+84+139=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC548B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC548B is #13AB74. Grayscale: #878787. Windows color (decimal): -1289077 or 9131244. OLE color: 9131244.
HSL color Cylindrical-coordinate representation of color #EC548B: hue angle of 338.29º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC548B is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 139 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.07 |
| HSL | 338.29º | 0.8% | 0.63% | - |
| HSV(B) | 338.29º | 0.64% | 0.93% | - |
| XYZ | 42.42 | 26.04 | 27.22 | - |
| YUV | 135.72 | 129.86 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 139 | 0 | 0.64 | 0.41 | 0.07 | 338.29 | 0.8 | 0.63 |
| Hex | EC | 54 | 8B | 0 | 40 | 29 | 7 | 152 | 50 | 3F |
| Octal | 354 | 124 | 213 | 0 | 100 | 51 | 7 | 522 | 120 | 77 |
| Binary | 11101100 | 1010100 | 10001011 | 0 | 1000000 | 101001 | 111 | 101010010 | 1010000 | 111111 |
Color Harmonies of #EC548B
Complementary color
Monochromatic Colors of #EC548B
Black with #EC548B
Text Example
Text Example
White with #EC548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC548B; }
p { color: rgb(236,84,139); }
H1.HeaderClassName
{
color: #EC548B;
}
.AnyTagClassName
{
color: #EC548B;
}
</style>
background-color css
<style>
a { background-color: #EC548B; }
a { background-color: rgb(236,84,139); }
div.DivClassName
{
background-color: #EC548B;
}
.BgClassName
{
background-color: #EC548B;
}
</style>
border-color css
<style>
span { border-color: #EC548B; }
span { border-color: rgb(236,84,139); }
td.TdClassName
{
border-color: #EC548B;
}
.TagClassName
{
border-color: #EC548B;
}
</style>