Shades of Dark Pink #E74F89
Tints of Dark Pink #E74F89
RGB
CMYK
RGB Variations
Color information
#E74F89 (or 0xE74F89) is known color: Dark Pink. HEX triplet: E7, 4F and 89. RGB value is (231,79,137). Sum of RGB (Red+Green+Blue) = 231+79+137=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74F89 is #18B076. Grayscale: #828282. Windows color (decimal): -1618039 or 8998887. OLE color: 8998887.
HSL color Cylindrical-coordinate representation of color #E74F89: hue angle of 337.11º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74F89 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 137 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.09 |
| HSL | 337.11º | 0.76% | 0.61% | - |
| HSV(B) | 337.11º | 0.66% | 0.91% | - |
| XYZ | 40.27 | 24.39 | 26.25 | - |
| YUV | 131.06 | 131.36 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 137 | 0 | 0.66 | 0.41 | 0.09 | 337.11 | 0.76 | 0.61 |
| Hex | E7 | 4F | 89 | 0 | 42 | 29 | 9 | 151 | 4C | 3D |
| Octal | 347 | 117 | 211 | 0 | 102 | 51 | 11 | 521 | 114 | 75 |
| Binary | 11100111 | 1001111 | 10001001 | 0 | 1000010 | 101001 | 1001 | 101010001 | 1001100 | 111101 |
Color Harmonies of #E74F89
Complementary color
Monochromatic Colors of #E74F89
Black with #E74F89
Text Example
Text Example
White with #E74F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F89; }
p { color: rgb(231,79,137); }
H1.HeaderClassName
{
color: #E74F89;
}
.AnyTagClassName
{
color: #E74F89;
}
</style>
background-color css
<style>
a { background-color: #E74F89; }
a { background-color: rgb(231,79,137); }
div.DivClassName
{
background-color: #E74F89;
}
.BgClassName
{
background-color: #E74F89;
}
</style>
border-color css
<style>
span { border-color: #E74F89; }
span { border-color: rgb(231,79,137); }
td.TdClassName
{
border-color: #E74F89;
}
.TagClassName
{
border-color: #E74F89;
}
</style>