Shades of Dark Pink #EC6181
Tints of Dark Pink #EC6181
RGB
CMYK
RGB Variations
Color information
#EC6181 (or 0xEC6181) is known color: Dark Pink. HEX triplet: EC, 61 and 81. RGB value is (236,97,129). Sum of RGB (Red+Green+Blue) = 236+97+129=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6181 is #139E7E. Grayscale: #8E8E8E. Windows color (decimal): -1285759 or 8479212. OLE color: 8479212.
HSL color Cylindrical-coordinate representation of color #EC6181: hue angle of 346.19º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6181 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 129 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.07 |
| HSL | 346.19º | 0.79% | 0.65% | - |
| HSV(B) | 346.19º | 0.59% | 0.93% | - |
| XYZ | 42.83 | 27.97 | 23.91 | - |
| YUV | 142.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 129 | 0 | 0.59 | 0.45 | 0.07 | 346.19 | 0.79 | 0.65 |
| Hex | EC | 61 | 81 | 0 | 3B | 2D | 7 | 15A | 4F | 41 |
| Octal | 354 | 141 | 201 | 0 | 73 | 55 | 7 | 532 | 117 | 101 |
| Binary | 11101100 | 1100001 | 10000001 | 0 | 111011 | 101101 | 111 | 101011010 | 1001111 | 1000001 |
Color Harmonies of #EC6181
Complementary color
Monochromatic Colors of #EC6181
Black with #EC6181
Text Example
Text Example
White with #EC6181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6181; }
p { color: rgb(236,97,129); }
H1.HeaderClassName
{
color: #EC6181;
}
.AnyTagClassName
{
color: #EC6181;
}
</style>
background-color css
<style>
a { background-color: #EC6181; }
a { background-color: rgb(236,97,129); }
div.DivClassName
{
background-color: #EC6181;
}
.BgClassName
{
background-color: #EC6181;
}
</style>
border-color css
<style>
span { border-color: #EC6181; }
span { border-color: rgb(236,97,129); }
td.TdClassName
{
border-color: #EC6181;
}
.TagClassName
{
border-color: #EC6181;
}
</style>