Shades of Dark Pink #E14E8D
Tints of Dark Pink #E14E8D
RGB
CMYK
RGB Variations
Color information
#E14E8D (or 0xE14E8D) is known color: Dark Pink. HEX triplet: E1, 4E and 8D. RGB value is (225,78,141). Sum of RGB (Red+Green+Blue) = 225+78+141=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14E8D is #1EB172. Grayscale: #818181. Windows color (decimal): -2011507 or 9260769. OLE color: 9260769.
HSL color Cylindrical-coordinate representation of color #E14E8D: hue angle of 334.29º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14E8D is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 141 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.12 |
| HSL | 334.29º | 0.71% | 0.59% | - |
| HSV(B) | 334.29º | 0.65% | 0.88% | - |
| XYZ | 38.58 | 23.38 | 27.68 | - |
| YUV | 129.14 | 134.7 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 141 | 0 | 0.65 | 0.37 | 0.12 | 334.29 | 0.71 | 0.59 |
| Hex | E1 | 4E | 8D | 0 | 41 | 25 | C | 14E | 47 | 3B |
| Octal | 341 | 116 | 215 | 0 | 101 | 45 | 14 | 516 | 107 | 73 |
| Binary | 11100001 | 1001110 | 10001101 | 0 | 1000001 | 100101 | 1100 | 101001110 | 1000111 | 111011 |
Color Harmonies of #E14E8D
Complementary color
Monochromatic Colors of #E14E8D
Black with #E14E8D
Text Example
Text Example
White with #E14E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E8D; }
p { color: rgb(225,78,141); }
H1.HeaderClassName
{
color: #E14E8D;
}
.AnyTagClassName
{
color: #E14E8D;
}
</style>
background-color css
<style>
a { background-color: #E14E8D; }
a { background-color: rgb(225,78,141); }
div.DivClassName
{
background-color: #E14E8D;
}
.BgClassName
{
background-color: #E14E8D;
}
</style>
border-color css
<style>
span { border-color: #E14E8D; }
span { border-color: rgb(225,78,141); }
td.TdClassName
{
border-color: #E14E8D;
}
.TagClassName
{
border-color: #E14E8D;
}
</style>