Shades of Dark Pink #E14D8D
Tints of Dark Pink #E14D8D
RGB
CMYK
RGB Variations
Color information
#E14D8D (or 0xE14D8D) is known color: Dark Pink. HEX triplet: E1, 4D and 8D. RGB value is (225,77,141). Sum of RGB (Red+Green+Blue) = 225+77+141=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D8D is #1EB272. Grayscale: #808080. Windows color (decimal): -2011763 or 9260513. OLE color: 9260513.
HSL color Cylindrical-coordinate representation of color #E14D8D: hue angle of 334.05º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14D8D is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 141 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.12 |
| HSL | 334.05º | 0.71% | 0.59% | - |
| HSV(B) | 334.05º | 0.66% | 0.88% | - |
| XYZ | 38.51 | 23.24 | 27.65 | - |
| YUV | 128.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 141 | 0 | 0.66 | 0.37 | 0.12 | 334.05 | 0.71 | 0.59 |
| Hex | E1 | 4D | 8D | 0 | 42 | 25 | C | 14E | 47 | 3B |
| Octal | 341 | 115 | 215 | 0 | 102 | 45 | 14 | 516 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10001101 | 0 | 1000010 | 100101 | 1100 | 101001110 | 1000111 | 111011 |
Color Harmonies of #E14D8D
Complementary color
Monochromatic Colors of #E14D8D
Black with #E14D8D
Text Example
Text Example
White with #E14D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D8D; }
p { color: rgb(225,77,141); }
H1.HeaderClassName
{
color: #E14D8D;
}
.AnyTagClassName
{
color: #E14D8D;
}
</style>
background-color css
<style>
a { background-color: #E14D8D; }
a { background-color: rgb(225,77,141); }
div.DivClassName
{
background-color: #E14D8D;
}
.BgClassName
{
background-color: #E14D8D;
}
</style>
border-color css
<style>
span { border-color: #E14D8D; }
span { border-color: rgb(225,77,141); }
td.TdClassName
{
border-color: #E14D8D;
}
.TagClassName
{
border-color: #E14D8D;
}
</style>