Shades of Dark Pink #E14B89
Tints of Dark Pink #E14B89
RGB
CMYK
RGB Variations
Color information
#E14B89 (or 0xE14B89) is known color: Dark Pink. HEX triplet: E1, 4B and 89. RGB value is (225,75,137). Sum of RGB (Red+Green+Blue) = 225+75+137=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14B89 is #1EB476. Grayscale: #7E7E7E. Windows color (decimal): -2012279 or 8997857. OLE color: 8997857.
HSL color Cylindrical-coordinate representation of color #E14B89: hue angle of 335.2º degrees, saturation: 0.71, 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 #E14B89 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 137 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.12 |
| HSL | 335.2º | 0.71% | 0.59% | - |
| HSV(B) | 335.2º | 0.67% | 0.88% | - |
| XYZ | 38.08 | 22.85 | 26.07 | - |
| YUV | 126.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 137 | 0 | 0.67 | 0.39 | 0.12 | 335.2 | 0.71 | 0.59 |
| Hex | E1 | 4B | 89 | 0 | 43 | 27 | C | 14F | 47 | 3B |
| Octal | 341 | 113 | 211 | 0 | 103 | 47 | 14 | 517 | 107 | 73 |
| Binary | 11100001 | 1001011 | 10001001 | 0 | 1000011 | 100111 | 1100 | 101001111 | 1000111 | 111011 |
Color Harmonies of #E14B89
Complementary color
Monochromatic Colors of #E14B89
Black with #E14B89
Text Example
Text Example
White with #E14B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14B89; }
p { color: rgb(225,75,137); }
H1.HeaderClassName
{
color: #E14B89;
}
.AnyTagClassName
{
color: #E14B89;
}
</style>
background-color css
<style>
a { background-color: #E14B89; }
a { background-color: rgb(225,75,137); }
div.DivClassName
{
background-color: #E14B89;
}
.BgClassName
{
background-color: #E14B89;
}
</style>
border-color css
<style>
span { border-color: #E14B89; }
span { border-color: rgb(225,75,137); }
td.TdClassName
{
border-color: #E14B89;
}
.TagClassName
{
border-color: #E14B89;
}
</style>