Shades of Dark Pink #EC527A
Tints of Dark Pink #EC527A
RGB
CMYK
RGB Variations
Color information
#EC527A (or 0xEC527A) is known color: Dark Pink. HEX triplet: EC, 52 and 7A. RGB value is (236,82,122). Sum of RGB (Red+Green+Blue) = 236+82+122=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC527A is #13AD85. Grayscale: #848484. Windows color (decimal): -1289606 or 8016620. OLE color: 8016620.
HSL color Cylindrical-coordinate representation of color #EC527A: hue angle of 344.42º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC527A is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 122 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.07 |
| HSL | 344.42º | 0.8% | 0.62% | - |
| HSV(B) | 344.42º | 0.65% | 0.93% | - |
| XYZ | 41.12 | 25.27 | 21.12 | - |
| YUV | 132.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 122 | 0 | 0.65 | 0.48 | 0.07 | 344.42 | 0.8 | 0.62 |
| Hex | EC | 52 | 7A | 0 | 41 | 30 | 7 | 158 | 50 | 3E |
| Octal | 354 | 122 | 172 | 0 | 101 | 60 | 7 | 530 | 120 | 76 |
| Binary | 11101100 | 1010010 | 1111010 | 0 | 1000001 | 110000 | 111 | 101011000 | 1010000 | 111110 |
Color Harmonies of #EC527A
Complementary color
Monochromatic Colors of #EC527A
Black with #EC527A
Text Example
Text Example
White with #EC527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC527A; }
p { color: rgb(236,82,122); }
H1.HeaderClassName
{
color: #EC527A;
}
.AnyTagClassName
{
color: #EC527A;
}
</style>
background-color css
<style>
a { background-color: #EC527A; }
a { background-color: rgb(236,82,122); }
div.DivClassName
{
background-color: #EC527A;
}
.BgClassName
{
background-color: #EC527A;
}
</style>
border-color css
<style>
span { border-color: #EC527A; }
span { border-color: rgb(236,82,122); }
td.TdClassName
{
border-color: #EC527A;
}
.TagClassName
{
border-color: #EC527A;
}
</style>