Shades of Dark Pink #EC4274
Tints of Dark Pink #EC4274
RGB
CMYK
RGB Variations
Color information
#EC4274 (or 0xEC4274) is known color: Dark Pink. HEX triplet: EC, 42 and 74. RGB value is (236,66,116). Sum of RGB (Red+Green+Blue) = 236+66+116=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4274 is #13BD8B. Grayscale: #7A7A7A. Windows color (decimal): -1293708 or 7619308. OLE color: 7619308.
HSL color Cylindrical-coordinate representation of color #EC4274: hue angle of 342.35º 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 #EC4274 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 116 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.07 |
| HSL | 342.35º | 0.82% | 0.59% | - |
| HSV(B) | 342.35º | 0.72% | 0.93% | - |
| XYZ | 39.69 | 22.99 | 18.87 | - |
| YUV | 122.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 116 | 0 | 0.72 | 0.51 | 0.07 | 342.35 | 0.82 | 0.59 |
| Hex | EC | 42 | 74 | 0 | 48 | 33 | 7 | 156 | 52 | 3B |
| Octal | 354 | 102 | 164 | 0 | 110 | 63 | 7 | 526 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1110100 | 0 | 1001000 | 110011 | 111 | 101010110 | 1010010 | 111011 |
Color Harmonies of #EC4274
Complementary color
Monochromatic Colors of #EC4274
Black with #EC4274
Text Example
Text Example
White with #EC4274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4274; }
p { color: rgb(236,66,116); }
H1.HeaderClassName
{
color: #EC4274;
}
.AnyTagClassName
{
color: #EC4274;
}
</style>
background-color css
<style>
a { background-color: #EC4274; }
a { background-color: rgb(236,66,116); }
div.DivClassName
{
background-color: #EC4274;
}
.BgClassName
{
background-color: #EC4274;
}
</style>
border-color css
<style>
span { border-color: #EC4274; }
span { border-color: rgb(236,66,116); }
td.TdClassName
{
border-color: #EC4274;
}
.TagClassName
{
border-color: #EC4274;
}
</style>