Shades of Dark Pink #E14A87
Tints of Dark Pink #E14A87
RGB
CMYK
RGB Variations
Color information
#E14A87 (or 0xE14A87) is known color: Dark Pink. HEX triplet: E1, 4A and 87. RGB value is (225,74,135). Sum of RGB (Red+Green+Blue) = 225+74+135=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14A87 is #1EB578. Grayscale: #7E7E7E. Windows color (decimal): -2012537 or 8866529. OLE color: 8866529.
HSL color Cylindrical-coordinate representation of color #E14A87: hue angle of 335.76º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14A87 is Cyan = 0, Magento = 0.67, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 135 | - |
| CMYK | 0 | 0.67 | 0.4 | 0.12 |
| HSL | 335.76º | 0.72% | 0.59% | - |
| HSV(B) | 335.76º | 0.67% | 0.88% | - |
| XYZ | 37.87 | 22.65 | 25.3 | - |
| YUV | 126.1 | 133.03 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 135 | 0 | 0.67 | 0.4 | 0.12 | 335.76 | 0.72 | 0.59 |
| Hex | E1 | 4A | 87 | 0 | 43 | 28 | C | 150 | 48 | 3B |
| Octal | 341 | 112 | 207 | 0 | 103 | 50 | 14 | 520 | 110 | 73 |
| Binary | 11100001 | 1001010 | 10000111 | 0 | 1000011 | 101000 | 1100 | 101010000 | 1001000 | 111011 |
Color Harmonies of #E14A87
Complementary color
Monochromatic Colors of #E14A87
Black with #E14A87
Text Example
Text Example
White with #E14A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A87; }
p { color: rgb(225,74,135); }
H1.HeaderClassName
{
color: #E14A87;
}
.AnyTagClassName
{
color: #E14A87;
}
</style>
background-color css
<style>
a { background-color: #E14A87; }
a { background-color: rgb(225,74,135); }
div.DivClassName
{
background-color: #E14A87;
}
.BgClassName
{
background-color: #E14A87;
}
</style>
border-color css
<style>
span { border-color: #E14A87; }
span { border-color: rgb(225,74,135); }
td.TdClassName
{
border-color: #E14A87;
}
.TagClassName
{
border-color: #E14A87;
}
</style>