Shades of Dark Pink #EC5175
Tints of Dark Pink #EC5175
RGB
CMYK
RGB Variations
Color information
#EC5175 (or 0xEC5175) is known color: Dark Pink. HEX triplet: EC, 51 and 75. RGB value is (236,81,117). Sum of RGB (Red+Green+Blue) = 236+81+117=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5175 is #13AE8A. Grayscale: #838383. Windows color (decimal): -1289867 or 7688684. OLE color: 7688684.
HSL color Cylindrical-coordinate representation of color #EC5175: hue angle of 346.06º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5175 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 117 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.07 |
| HSL | 346.06º | 0.8% | 0.62% | - |
| HSV(B) | 346.06º | 0.66% | 0.93% | - |
| XYZ | 40.75 | 25 | 19.51 | - |
| YUV | 131.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 117 | 0 | 0.66 | 0.50 | 0.07 | 346.06 | 0.8 | 0.62 |
| Hex | EC | 51 | 75 | 0 | 42 | 32 | 7 | 15A | 50 | 3E |
| Octal | 354 | 121 | 165 | 0 | 102 | 62 | 7 | 532 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1110101 | 0 | 1000010 | 110010 | 111 | 101011010 | 1010000 | 111110 |
Color Harmonies of #EC5175
Complementary color
Monochromatic Colors of #EC5175
Black with #EC5175
Text Example
Text Example
White with #EC5175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5175; }
p { color: rgb(236,81,117); }
H1.HeaderClassName
{
color: #EC5175;
}
.AnyTagClassName
{
color: #EC5175;
}
</style>
background-color css
<style>
a { background-color: #EC5175; }
a { background-color: rgb(236,81,117); }
div.DivClassName
{
background-color: #EC5175;
}
.BgClassName
{
background-color: #EC5175;
}
</style>
border-color css
<style>
span { border-color: #EC5175; }
span { border-color: rgb(236,81,117); }
td.TdClassName
{
border-color: #EC5175;
}
.TagClassName
{
border-color: #EC5175;
}
</style>