Shades of Dark Pink #EC4E75
Tints of Dark Pink #EC4E75
RGB
CMYK
RGB Variations
Color information
#EC4E75 (or 0xEC4E75) is known color: Dark Pink. HEX triplet: EC, 4E and 75. RGB value is (236,78,117). Sum of RGB (Red+Green+Blue) = 236+78+117=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4E75 is #13B18A. Grayscale: #818181. Windows color (decimal): -1290635 or 7687916. OLE color: 7687916.
HSL color Cylindrical-coordinate representation of color #EC4E75: hue angle of 345.19º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4E75 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 117 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.07 |
| HSL | 345.19º | 0.81% | 0.62% | - |
| HSV(B) | 345.19º | 0.67% | 0.93% | - |
| XYZ | 40.53 | 24.57 | 19.44 | - |
| YUV | 129.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 117 | 0 | 0.67 | 0.50 | 0.07 | 345.19 | 0.81 | 0.62 |
| Hex | EC | 4E | 75 | 0 | 43 | 32 | 7 | 159 | 51 | 3E |
| Octal | 354 | 116 | 165 | 0 | 103 | 62 | 7 | 531 | 121 | 76 |
| Binary | 11101100 | 1001110 | 1110101 | 0 | 1000011 | 110010 | 111 | 101011001 | 1010001 | 111110 |
Color Harmonies of #EC4E75
Complementary color
Monochromatic Colors of #EC4E75
Black with #EC4E75
Text Example
Text Example
White with #EC4E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E75; }
p { color: rgb(236,78,117); }
H1.HeaderClassName
{
color: #EC4E75;
}
.AnyTagClassName
{
color: #EC4E75;
}
</style>
background-color css
<style>
a { background-color: #EC4E75; }
a { background-color: rgb(236,78,117); }
div.DivClassName
{
background-color: #EC4E75;
}
.BgClassName
{
background-color: #EC4E75;
}
</style>
border-color css
<style>
span { border-color: #EC4E75; }
span { border-color: rgb(236,78,117); }
td.TdClassName
{
border-color: #EC4E75;
}
.TagClassName
{
border-color: #EC4E75;
}
</style>