Shades of Dark Pink #EC4675
Tints of Dark Pink #EC4675
RGB
CMYK
RGB Variations
Color information
#EC4675 (or 0xEC4675) is known color: Dark Pink. HEX triplet: EC, 46 and 75. RGB value is (236,70,117). Sum of RGB (Red+Green+Blue) = 236+70+117=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4675 is #13B98A. Grayscale: #7C7C7C. Windows color (decimal): -1292683 or 7685868. OLE color: 7685868.
HSL color Cylindrical-coordinate representation of color #EC4675: hue angle of 343.01º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4675 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 117 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.07 |
| HSL | 343.01º | 0.81% | 0.6% | - |
| HSV(B) | 343.01º | 0.7% | 0.93% | - |
| XYZ | 39.99 | 23.5 | 19.26 | - |
| YUV | 124.99 | 123.5 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 117 | 0 | 0.70 | 0.50 | 0.07 | 343.01 | 0.81 | 0.6 |
| Hex | EC | 46 | 75 | 0 | 46 | 32 | 7 | 157 | 51 | 3C |
| Octal | 354 | 106 | 165 | 0 | 106 | 62 | 7 | 527 | 121 | 74 |
| Binary | 11101100 | 1000110 | 1110101 | 0 | 1000110 | 110010 | 111 | 101010111 | 1010001 | 111100 |
Color Harmonies of #EC4675
Complementary color
Monochromatic Colors of #EC4675
Black with #EC4675
Text Example
Text Example
White with #EC4675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4675; }
p { color: rgb(236,70,117); }
H1.HeaderClassName
{
color: #EC4675;
}
.AnyTagClassName
{
color: #EC4675;
}
</style>
background-color css
<style>
a { background-color: #EC4675; }
a { background-color: rgb(236,70,117); }
div.DivClassName
{
background-color: #EC4675;
}
.BgClassName
{
background-color: #EC4675;
}
</style>
border-color css
<style>
span { border-color: #EC4675; }
span { border-color: rgb(236,70,117); }
td.TdClassName
{
border-color: #EC4675;
}
.TagClassName
{
border-color: #EC4675;
}
</style>