Shades of Dark Pink #EC5381
Tints of Dark Pink #EC5381
RGB
CMYK
RGB Variations
Color information
#EC5381 (or 0xEC5381) is known color: Dark Pink. HEX triplet: EC, 53 and 81. RGB value is (236,83,129). Sum of RGB (Red+Green+Blue) = 236+83+129=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5381 is #13AC7E. Grayscale: #858585. Windows color (decimal): -1289343 or 8475628. OLE color: 8475628.
HSL color Cylindrical-coordinate representation of color #EC5381: hue angle of 341.96º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5381 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 129 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.07 |
| HSL | 341.96º | 0.8% | 0.63% | - |
| HSV(B) | 341.96º | 0.65% | 0.93% | - |
| XYZ | 41.65 | 25.6 | 23.52 | - |
| YUV | 133.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 129 | 0 | 0.65 | 0.45 | 0.07 | 341.96 | 0.8 | 0.63 |
| Hex | EC | 53 | 81 | 0 | 41 | 2D | 7 | 156 | 50 | 3F |
| Octal | 354 | 123 | 201 | 0 | 101 | 55 | 7 | 526 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10000001 | 0 | 1000001 | 101101 | 111 | 101010110 | 1010000 | 111111 |
Color Harmonies of #EC5381
Complementary color
Monochromatic Colors of #EC5381
Black with #EC5381
Text Example
Text Example
White with #EC5381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5381; }
p { color: rgb(236,83,129); }
H1.HeaderClassName
{
color: #EC5381;
}
.AnyTagClassName
{
color: #EC5381;
}
</style>
background-color css
<style>
a { background-color: #EC5381; }
a { background-color: rgb(236,83,129); }
div.DivClassName
{
background-color: #EC5381;
}
.BgClassName
{
background-color: #EC5381;
}
</style>
border-color css
<style>
span { border-color: #EC5381; }
span { border-color: rgb(236,83,129); }
td.TdClassName
{
border-color: #EC5381;
}
.TagClassName
{
border-color: #EC5381;
}
</style>