Shades of Dark Pink #E14D88
Tints of Dark Pink #E14D88
RGB
CMYK
RGB Variations
Color information
#E14D88 (or 0xE14D88) is known color: Dark Pink. HEX triplet: E1, 4D and 88. RGB value is (225,77,136). Sum of RGB (Red+Green+Blue) = 225+77+136=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D88 is #1EB277. Grayscale: #7F7F7F. Windows color (decimal): -2011768 or 8932833. OLE color: 8932833.
HSL color Cylindrical-coordinate representation of color #E14D88: hue angle of 336.08º 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 #E14D88 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 136 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.12 |
| HSL | 336.08º | 0.71% | 0.59% | - |
| HSV(B) | 336.08º | 0.66% | 0.88% | - |
| XYZ | 38.15 | 23.09 | 25.74 | - |
| YUV | 127.98 | 132.53 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 136 | 0 | 0.66 | 0.40 | 0.12 | 336.08 | 0.71 | 0.59 |
| Hex | E1 | 4D | 88 | 0 | 42 | 28 | C | 150 | 47 | 3B |
| Octal | 341 | 115 | 210 | 0 | 102 | 50 | 14 | 520 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10001000 | 0 | 1000010 | 101000 | 1100 | 101010000 | 1000111 | 111011 |
Color Harmonies of #E14D88
Complementary color
Monochromatic Colors of #E14D88
Black with #E14D88
Text Example
Text Example
White with #E14D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D88; }
p { color: rgb(225,77,136); }
H1.HeaderClassName
{
color: #E14D88;
}
.AnyTagClassName
{
color: #E14D88;
}
</style>
background-color css
<style>
a { background-color: #E14D88; }
a { background-color: rgb(225,77,136); }
div.DivClassName
{
background-color: #E14D88;
}
.BgClassName
{
background-color: #E14D88;
}
</style>
border-color css
<style>
span { border-color: #E14D88; }
span { border-color: rgb(225,77,136); }
td.TdClassName
{
border-color: #E14D88;
}
.TagClassName
{
border-color: #E14D88;
}
</style>