Shades of Dark Pink #EC4275
Tints of Dark Pink #EC4275
RGB
CMYK
RGB Variations
Color information
#EC4275 (or 0xEC4275) is known color: Dark Pink. HEX triplet: EC, 42 and 75. RGB value is (236,66,117). Sum of RGB (Red+Green+Blue) = 236+66+117=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4275 is #13BD8A. Grayscale: #7A7A7A. Windows color (decimal): -1293707 or 7684844. OLE color: 7684844.
HSL color Cylindrical-coordinate representation of color #EC4275: hue angle of 342º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4275 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 117 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.07 |
| HSL | 342º | 0.82% | 0.59% | - |
| HSV(B) | 342º | 0.72% | 0.93% | - |
| XYZ | 39.75 | 23.01 | 19.18 | - |
| YUV | 122.64 | 124.82 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 117 | 0 | 0.72 | 0.50 | 0.07 | 342 | 0.82 | 0.59 |
| Hex | EC | 42 | 75 | 0 | 48 | 32 | 7 | 156 | 52 | 3B |
| Octal | 354 | 102 | 165 | 0 | 110 | 62 | 7 | 526 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1110101 | 0 | 1001000 | 110010 | 111 | 101010110 | 1010010 | 111011 |
Color Harmonies of #EC4275
Complementary color
Monochromatic Colors of #EC4275
Black with #EC4275
Text Example
Text Example
White with #EC4275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4275; }
p { color: rgb(236,66,117); }
H1.HeaderClassName
{
color: #EC4275;
}
.AnyTagClassName
{
color: #EC4275;
}
</style>
background-color css
<style>
a { background-color: #EC4275; }
a { background-color: rgb(236,66,117); }
div.DivClassName
{
background-color: #EC4275;
}
.BgClassName
{
background-color: #EC4275;
}
</style>
border-color css
<style>
span { border-color: #EC4275; }
span { border-color: rgb(236,66,117); }
td.TdClassName
{
border-color: #EC4275;
}
.TagClassName
{
border-color: #EC4275;
}
</style>