Shades of Dark Pink #EC506F
Tints of Dark Pink #EC506F
RGB
CMYK
RGB Variations
Color information
#EC506F (or 0xEC506F) is known color: Dark Pink. HEX triplet: EC, 50 and 6F. RGB value is (236,80,111). Sum of RGB (Red+Green+Blue) = 236+80+111=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC506F is #13AF90. Grayscale: #828282. Windows color (decimal): -1290129 or 7295212. OLE color: 7295212.
HSL color Cylindrical-coordinate representation of color #EC506F: hue angle of 348.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC506F is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 111 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.07 |
| HSL | 348.08º | 0.8% | 0.62% | - |
| HSV(B) | 348.08º | 0.66% | 0.93% | - |
| XYZ | 40.33 | 24.72 | 17.68 | - |
| YUV | 130.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 111 | 0 | 0.66 | 0.53 | 0.07 | 348.08 | 0.8 | 0.62 |
| Hex | EC | 50 | 6F | 0 | 42 | 35 | 7 | 15C | 50 | 3E |
| Octal | 354 | 120 | 157 | 0 | 102 | 65 | 7 | 534 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1101111 | 0 | 1000010 | 110101 | 111 | 101011100 | 1010000 | 111110 |
Color Harmonies of #EC506F
Complementary color
Monochromatic Colors of #EC506F
Black with #EC506F
Text Example
Text Example
White with #EC506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC506F; }
p { color: rgb(236,80,111); }
H1.HeaderClassName
{
color: #EC506F;
}
.AnyTagClassName
{
color: #EC506F;
}
</style>
background-color css
<style>
a { background-color: #EC506F; }
a { background-color: rgb(236,80,111); }
div.DivClassName
{
background-color: #EC506F;
}
.BgClassName
{
background-color: #EC506F;
}
</style>
border-color css
<style>
span { border-color: #EC506F; }
span { border-color: rgb(236,80,111); }
td.TdClassName
{
border-color: #EC506F;
}
.TagClassName
{
border-color: #EC506F;
}
</style>