Shades of Dark Pink #EC5E95
Tints of Dark Pink #EC5E95
RGB
CMYK
RGB Variations
Color information
#EC5E95 (or 0xEC5E95) is known color: Dark Pink. HEX triplet: EC, 5E and 95. RGB value is (236,94,149). Sum of RGB (Red+Green+Blue) = 236+94+149=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E95 is #13A16A. Grayscale: #8E8E8E. Windows color (decimal): -1286507 or 9789164. OLE color: 9789164.
HSL color Cylindrical-coordinate representation of color #EC5E95: hue angle of 336.76º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E95 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 149 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.07 |
| HSL | 336.76º | 0.79% | 0.65% | - |
| HSV(B) | 336.76º | 0.6% | 0.93% | - |
| XYZ | 44.02 | 28.01 | 31.52 | - |
| YUV | 142.73 | 131.54 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 149 | 0 | 0.60 | 0.37 | 0.07 | 336.76 | 0.79 | 0.65 |
| Hex | EC | 5E | 95 | 0 | 3C | 25 | 7 | 151 | 4F | 41 |
| Octal | 354 | 136 | 225 | 0 | 74 | 45 | 7 | 521 | 117 | 101 |
| Binary | 11101100 | 1011110 | 10010101 | 0 | 111100 | 100101 | 111 | 101010001 | 1001111 | 1000001 |
Color Harmonies of #EC5E95
Complementary color
Monochromatic Colors of #EC5E95
Black with #EC5E95
Text Example
Text Example
White with #EC5E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E95; }
p { color: rgb(236,94,149); }
H1.HeaderClassName
{
color: #EC5E95;
}
.AnyTagClassName
{
color: #EC5E95;
}
</style>
background-color css
<style>
a { background-color: #EC5E95; }
a { background-color: rgb(236,94,149); }
div.DivClassName
{
background-color: #EC5E95;
}
.BgClassName
{
background-color: #EC5E95;
}
</style>
border-color css
<style>
span { border-color: #EC5E95; }
span { border-color: rgb(236,94,149); }
td.TdClassName
{
border-color: #EC5E95;
}
.TagClassName
{
border-color: #EC5E95;
}
</style>