Shades of Dark Pink #E74B89
Tints of Dark Pink #E74B89
RGB
CMYK
RGB Variations
Color information
#E74B89 (or 0xE74B89) is known color: Dark Pink. HEX triplet: E7, 4B and 89. RGB value is (231,75,137). Sum of RGB (Red+Green+Blue) = 231+75+137=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74B89 is #18B476. Grayscale: #808080. Windows color (decimal): -1619063 or 8997863. OLE color: 8997863.
HSL color Cylindrical-coordinate representation of color #E74B89: hue angle of 336.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74B89 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 137 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.09 |
| HSL | 336.15º | 0.76% | 0.6% | - |
| HSV(B) | 336.15º | 0.68% | 0.91% | - |
| XYZ | 39.99 | 23.83 | 26.16 | - |
| YUV | 128.71 | 132.68 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 137 | 0 | 0.68 | 0.41 | 0.09 | 336.15 | 0.76 | 0.6 |
| Hex | E7 | 4B | 89 | 0 | 44 | 29 | 9 | 150 | 4C | 3C |
| Octal | 347 | 113 | 211 | 0 | 104 | 51 | 11 | 520 | 114 | 74 |
| Binary | 11100111 | 1001011 | 10001001 | 0 | 1000100 | 101001 | 1001 | 101010000 | 1001100 | 111100 |
Color Harmonies of #E74B89
Complementary color
Monochromatic Colors of #E74B89
Black with #E74B89
Text Example
Text Example
White with #E74B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B89; }
p { color: rgb(231,75,137); }
H1.HeaderClassName
{
color: #E74B89;
}
.AnyTagClassName
{
color: #E74B89;
}
</style>
background-color css
<style>
a { background-color: #E74B89; }
a { background-color: rgb(231,75,137); }
div.DivClassName
{
background-color: #E74B89;
}
.BgClassName
{
background-color: #E74B89;
}
</style>
border-color css
<style>
span { border-color: #E74B89; }
span { border-color: rgb(231,75,137); }
td.TdClassName
{
border-color: #E74B89;
}
.TagClassName
{
border-color: #E74B89;
}
</style>