Shades of Dark Pink #EC4975
Tints of Dark Pink #EC4975
RGB
CMYK
RGB Variations
Color information
#EC4975 (or 0xEC4975) is known color: Dark Pink. HEX triplet: EC, 49 and 75. RGB value is (236,73,117). Sum of RGB (Red+Green+Blue) = 236+73+117=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4975 is #13B68A. Grayscale: #7E7E7E. Windows color (decimal): -1291915 or 7686636. OLE color: 7686636.
HSL color Cylindrical-coordinate representation of color #EC4975: hue angle of 343.8º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4975 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 117 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.07 |
| HSL | 343.8º | 0.81% | 0.61% | - |
| HSV(B) | 343.8º | 0.69% | 0.93% | - |
| XYZ | 40.19 | 23.88 | 19.32 | - |
| YUV | 126.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 117 | 0 | 0.69 | 0.50 | 0.07 | 343.8 | 0.81 | 0.61 |
| Hex | EC | 49 | 75 | 0 | 45 | 32 | 7 | 158 | 51 | 3D |
| Octal | 354 | 111 | 165 | 0 | 105 | 62 | 7 | 530 | 121 | 75 |
| Binary | 11101100 | 1001001 | 1110101 | 0 | 1000101 | 110010 | 111 | 101011000 | 1010001 | 111101 |
Color Harmonies of #EC4975
Complementary color
Monochromatic Colors of #EC4975
Black with #EC4975
Text Example
Text Example
White with #EC4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4975; }
p { color: rgb(236,73,117); }
H1.HeaderClassName
{
color: #EC4975;
}
.AnyTagClassName
{
color: #EC4975;
}
</style>
background-color css
<style>
a { background-color: #EC4975; }
a { background-color: rgb(236,73,117); }
div.DivClassName
{
background-color: #EC4975;
}
.BgClassName
{
background-color: #EC4975;
}
</style>
border-color css
<style>
span { border-color: #EC4975; }
span { border-color: rgb(236,73,117); }
td.TdClassName
{
border-color: #EC4975;
}
.TagClassName
{
border-color: #EC4975;
}
</style>