Shades of Dark Pink #E74684
Tints of Dark Pink #E74684
RGB
CMYK
RGB Variations
Color information
#E74684 (or 0xE74684) is known color: Dark Pink. HEX triplet: E7, 46 and 84. RGB value is (231,70,132). Sum of RGB (Red+Green+Blue) = 231+70+132=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E74684 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74684 is #18B97B. Grayscale: #7D7D7D. Windows color (decimal): -1620348 or 8668903. OLE color: 8668903.
HSL color Cylindrical-coordinate representation of color #E74684: hue angle of 336.89º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74684 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 132 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.09 |
| HSL | 336.89º | 0.77% | 0.59% | - |
| HSV(B) | 336.89º | 0.7% | 0.91% | - |
| XYZ | 39.31 | 23.04 | 24.2 | - |
| YUV | 125.21 | 131.84 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 132 | 0 | 0.70 | 0.43 | 0.09 | 336.89 | 0.77 | 0.59 |
| Hex | E7 | 46 | 84 | 0 | 46 | 2B | 9 | 151 | 4D | 3B |
| Octal | 347 | 106 | 204 | 0 | 106 | 53 | 11 | 521 | 115 | 73 |
| Binary | 11100111 | 1000110 | 10000100 | 0 | 1000110 | 101011 | 1001 | 101010001 | 1001101 | 111011 |
Color Harmonies of #E74684
Complementary color
Monochromatic Colors of #E74684
Black with #E74684
Text Example
Text Example
White with #E74684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74684; }
p { color: rgb(231,70,132); }
H1.HeaderClassName
{
color: #E74684;
}
.AnyTagClassName
{
color: #E74684;
}
</style>
background-color css
<style>
a { background-color: #E74684; }
a { background-color: rgb(231,70,132); }
div.DivClassName
{
background-color: #E74684;
}
.BgClassName
{
background-color: #E74684;
}
</style>
border-color css
<style>
span { border-color: #E74684; }
span { border-color: rgb(231,70,132); }
td.TdClassName
{
border-color: #E74684;
}
.TagClassName
{
border-color: #E74684;
}
</style>