Shades of Dark Pink #EC558A
Tints of Dark Pink #EC558A
RGB
CMYK
RGB Variations
Color information
#EC558A (or 0xEC558A) is known color: Dark Pink. HEX triplet: EC, 55 and 8A. RGB value is (236,85,138). Sum of RGB (Red+Green+Blue) = 236+85+138=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC558A is #13AA75. Grayscale: #888888. Windows color (decimal): -1288822 or 9065964. OLE color: 9065964.
HSL color Cylindrical-coordinate representation of color #EC558A: hue angle of 338.94º 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 #EC558A is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 138 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.07 |
| HSL | 338.94º | 0.8% | 0.63% | - |
| HSV(B) | 338.94º | 0.64% | 0.93% | - |
| XYZ | 42.43 | 26.16 | 26.86 | - |
| YUV | 136.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 138 | 0 | 0.64 | 0.42 | 0.07 | 338.94 | 0.8 | 0.63 |
| Hex | EC | 55 | 8A | 0 | 40 | 2A | 7 | 153 | 50 | 3F |
| Octal | 354 | 125 | 212 | 0 | 100 | 52 | 7 | 523 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10001010 | 0 | 1000000 | 101010 | 111 | 101010011 | 1010000 | 111111 |
Color Harmonies of #EC558A
Complementary color
Monochromatic Colors of #EC558A
Black with #EC558A
Text Example
Text Example
White with #EC558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC558A; }
p { color: rgb(236,85,138); }
H1.HeaderClassName
{
color: #EC558A;
}
.AnyTagClassName
{
color: #EC558A;
}
</style>
background-color css
<style>
a { background-color: #EC558A; }
a { background-color: rgb(236,85,138); }
div.DivClassName
{
background-color: #EC558A;
}
.BgClassName
{
background-color: #EC558A;
}
</style>
border-color css
<style>
span { border-color: #EC558A; }
span { border-color: rgb(236,85,138); }
td.TdClassName
{
border-color: #EC558A;
}
.TagClassName
{
border-color: #EC558A;
}
</style>