Shades of Dark Pink #EC5078
Tints of Dark Pink #EC5078
RGB
CMYK
RGB Variations
Color information
#EC5078 (or 0xEC5078) is known color: Dark Pink. HEX triplet: EC, 50 and 78. RGB value is (236,80,120). Sum of RGB (Red+Green+Blue) = 236+80+120=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5078 is #13AF87. Grayscale: #838383. Windows color (decimal): -1290120 or 7885036. OLE color: 7885036.
HSL color Cylindrical-coordinate representation of color #EC5078: hue angle of 344.62º 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 #EC5078 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 120 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.07 |
| HSL | 344.62º | 0.8% | 0.62% | - |
| HSV(B) | 344.62º | 0.66% | 0.93% | - |
| XYZ | 40.85 | 24.93 | 20.43 | - |
| YUV | 131.2 | 121.68 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 120 | 0 | 0.66 | 0.49 | 0.07 | 344.62 | 0.8 | 0.62 |
| Hex | EC | 50 | 78 | 0 | 42 | 31 | 7 | 159 | 50 | 3E |
| Octal | 354 | 120 | 170 | 0 | 102 | 61 | 7 | 531 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1111000 | 0 | 1000010 | 110001 | 111 | 101011001 | 1010000 | 111110 |
Color Harmonies of #EC5078
Complementary color
Monochromatic Colors of #EC5078
Black with #EC5078
Text Example
Text Example
White with #EC5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5078; }
p { color: rgb(236,80,120); }
H1.HeaderClassName
{
color: #EC5078;
}
.AnyTagClassName
{
color: #EC5078;
}
</style>
background-color css
<style>
a { background-color: #EC5078; }
a { background-color: rgb(236,80,120); }
div.DivClassName
{
background-color: #EC5078;
}
.BgClassName
{
background-color: #EC5078;
}
</style>
border-color css
<style>
span { border-color: #EC5078; }
span { border-color: rgb(236,80,120); }
td.TdClassName
{
border-color: #EC5078;
}
.TagClassName
{
border-color: #EC5078;
}
</style>