Shades of Dark Pink #E14E8E
Tints of Dark Pink #E14E8E
RGB
CMYK
RGB Variations
Color information
#E14E8E (or 0xE14E8E) is known color: Dark Pink. HEX triplet: E1, 4E and 8E. RGB value is (225,78,142). Sum of RGB (Red+Green+Blue) = 225+78+142=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14E8E is #1EB171. Grayscale: #818181. Windows color (decimal): -2011506 or 9326305. OLE color: 9326305.
HSL color Cylindrical-coordinate representation of color #E14E8E: hue angle of 333.88º 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 #E14E8E is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 142 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.12 |
| HSL | 333.88º | 0.71% | 0.59% | - |
| HSV(B) | 333.88º | 0.65% | 0.88% | - |
| XYZ | 38.66 | 23.41 | 28.07 | - |
| YUV | 129.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 142 | 0 | 0.65 | 0.37 | 0.12 | 333.88 | 0.71 | 0.59 |
| Hex | E1 | 4E | 8E | 0 | 41 | 25 | C | 14E | 47 | 3B |
| Octal | 341 | 116 | 216 | 0 | 101 | 45 | 14 | 516 | 107 | 73 |
| Binary | 11100001 | 1001110 | 10001110 | 0 | 1000001 | 100101 | 1100 | 101001110 | 1000111 | 111011 |
Color Harmonies of #E14E8E
Complementary color
Monochromatic Colors of #E14E8E
Black with #E14E8E
Text Example
Text Example
White with #E14E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E8E; }
p { color: rgb(225,78,142); }
H1.HeaderClassName
{
color: #E14E8E;
}
.AnyTagClassName
{
color: #E14E8E;
}
</style>
background-color css
<style>
a { background-color: #E14E8E; }
a { background-color: rgb(225,78,142); }
div.DivClassName
{
background-color: #E14E8E;
}
.BgClassName
{
background-color: #E14E8E;
}
</style>
border-color css
<style>
span { border-color: #E14E8E; }
span { border-color: rgb(225,78,142); }
td.TdClassName
{
border-color: #E14E8E;
}
.TagClassName
{
border-color: #E14E8E;
}
</style>