Shades of Dark Pink #E14E8C
Tints of Dark Pink #E14E8C
RGB
CMYK
RGB Variations
Color information
#E14E8C (or 0xE14E8C) is known color: Dark Pink. HEX triplet: E1, 4E and 8C. RGB value is (225,78,140). Sum of RGB (Red+Green+Blue) = 225+78+140=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14E8C is #1EB173. Grayscale: #808080. Windows color (decimal): -2011508 or 9195233. OLE color: 9195233.
HSL color Cylindrical-coordinate representation of color #E14E8C: hue angle of 334.69º 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 #E14E8C is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 140 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.12 |
| HSL | 334.69º | 0.71% | 0.59% | - |
| HSV(B) | 334.69º | 0.65% | 0.88% | - |
| XYZ | 38.51 | 23.35 | 27.29 | - |
| YUV | 129.02 | 134.2 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 140 | 0 | 0.65 | 0.38 | 0.12 | 334.69 | 0.71 | 0.59 |
| Hex | E1 | 4E | 8C | 0 | 41 | 26 | C | 14F | 47 | 3B |
| Octal | 341 | 116 | 214 | 0 | 101 | 46 | 14 | 517 | 107 | 73 |
| Binary | 11100001 | 1001110 | 10001100 | 0 | 1000001 | 100110 | 1100 | 101001111 | 1000111 | 111011 |
Color Harmonies of #E14E8C
Complementary color
Monochromatic Colors of #E14E8C
Black with #E14E8C
Text Example
Text Example
White with #E14E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E8C; }
p { color: rgb(225,78,140); }
H1.HeaderClassName
{
color: #E14E8C;
}
.AnyTagClassName
{
color: #E14E8C;
}
</style>
background-color css
<style>
a { background-color: #E14E8C; }
a { background-color: rgb(225,78,140); }
div.DivClassName
{
background-color: #E14E8C;
}
.BgClassName
{
background-color: #E14E8C;
}
</style>
border-color css
<style>
span { border-color: #E14E8C; }
span { border-color: rgb(225,78,140); }
td.TdClassName
{
border-color: #E14E8C;
}
.TagClassName
{
border-color: #E14E8C;
}
</style>