Shades of Dark Pink #E14F80
Tints of Dark Pink #E14F80
RGB
CMYK
RGB Variations
Color information
#E14F80 (or 0xE14F80) is known color: Dark Pink. HEX triplet: E1, 4F and 80. RGB value is (225,79,128). Sum of RGB (Red+Green+Blue) = 225+79+128=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14F80 is #1EB07F. Grayscale: #808080. Windows color (decimal): -2011264 or 8409057. OLE color: 8409057.
HSL color Cylindrical-coordinate representation of color #E14F80: hue angle of 339.86º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14F80 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 128 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.12 |
| HSL | 339.86º | 0.71% | 0.6% | - |
| HSV(B) | 339.86º | 0.65% | 0.88% | - |
| XYZ | 37.74 | 23.16 | 22.9 | - |
| YUV | 128.24 | 127.87 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 128 | 0 | 0.65 | 0.43 | 0.12 | 339.86 | 0.71 | 0.6 |
| Hex | E1 | 4F | 80 | 0 | 41 | 2B | C | 154 | 47 | 3C |
| Octal | 341 | 117 | 200 | 0 | 101 | 53 | 14 | 524 | 107 | 74 |
| Binary | 11100001 | 1001111 | 10000000 | 0 | 1000001 | 101011 | 1100 | 101010100 | 1000111 | 111100 |
Color Harmonies of #E14F80
Complementary color
Monochromatic Colors of #E14F80
Black with #E14F80
Text Example
Text Example
White with #E14F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F80; }
p { color: rgb(225,79,128); }
H1.HeaderClassName
{
color: #E14F80;
}
.AnyTagClassName
{
color: #E14F80;
}
</style>
background-color css
<style>
a { background-color: #E14F80; }
a { background-color: rgb(225,79,128); }
div.DivClassName
{
background-color: #E14F80;
}
.BgClassName
{
background-color: #E14F80;
}
</style>
border-color css
<style>
span { border-color: #E14F80; }
span { border-color: rgb(225,79,128); }
td.TdClassName
{
border-color: #E14F80;
}
.TagClassName
{
border-color: #E14F80;
}
</style>