Shades of Dark Pink #E14D89
Tints of Dark Pink #E14D89
RGB
CMYK
RGB Variations
Color information
#E14D89 (or 0xE14D89) is known color: Dark Pink. HEX triplet: E1, 4D and 89. RGB value is (225,77,137). Sum of RGB (Red+Green+Blue) = 225+77+137=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D89 is #1EB276. Grayscale: #808080. Windows color (decimal): -2011767 or 8998369. OLE color: 8998369.
HSL color Cylindrical-coordinate representation of color #E14D89: hue angle of 335.68º 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 #E14D89 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 137 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.12 |
| HSL | 335.68º | 0.71% | 0.59% | - |
| HSV(B) | 335.68º | 0.66% | 0.88% | - |
| XYZ | 38.22 | 23.12 | 26.12 | - |
| YUV | 128.09 | 133.03 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 137 | 0 | 0.66 | 0.39 | 0.12 | 335.68 | 0.71 | 0.59 |
| Hex | E1 | 4D | 89 | 0 | 42 | 27 | C | 150 | 47 | 3B |
| Octal | 341 | 115 | 211 | 0 | 102 | 47 | 14 | 520 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10001001 | 0 | 1000010 | 100111 | 1100 | 101010000 | 1000111 | 111011 |
Color Harmonies of #E14D89
Complementary color
Monochromatic Colors of #E14D89
Black with #E14D89
Text Example
Text Example
White with #E14D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D89; }
p { color: rgb(225,77,137); }
H1.HeaderClassName
{
color: #E14D89;
}
.AnyTagClassName
{
color: #E14D89;
}
</style>
background-color css
<style>
a { background-color: #E14D89; }
a { background-color: rgb(225,77,137); }
div.DivClassName
{
background-color: #E14D89;
}
.BgClassName
{
background-color: #E14D89;
}
</style>
border-color css
<style>
span { border-color: #E14D89; }
span { border-color: rgb(225,77,137); }
td.TdClassName
{
border-color: #E14D89;
}
.TagClassName
{
border-color: #E14D89;
}
</style>