Shades of Dark Pink #E74682
Tints of Dark Pink #E74682
RGB
CMYK
RGB Variations
Color information
#E74682 (or 0xE74682) is known color: Dark Pink. HEX triplet: E7, 46 and 82. RGB value is (231,70,130). Sum of RGB (Red+Green+Blue) = 231+70+130=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E74682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74682 is #18B97D. Grayscale: #7C7C7C. Windows color (decimal): -1620350 or 8537831. OLE color: 8537831.
HSL color Cylindrical-coordinate representation of color #E74682: hue angle of 337.64º 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 #E74682 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 130 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.09 |
| HSL | 337.64º | 0.77% | 0.59% | - |
| HSV(B) | 337.64º | 0.7% | 0.91% | - |
| XYZ | 39.17 | 22.98 | 23.49 | - |
| YUV | 124.98 | 130.84 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 130 | 0 | 0.70 | 0.44 | 0.09 | 337.64 | 0.77 | 0.59 |
| Hex | E7 | 46 | 82 | 0 | 46 | 2C | 9 | 152 | 4D | 3B |
| Octal | 347 | 106 | 202 | 0 | 106 | 54 | 11 | 522 | 115 | 73 |
| Binary | 11100111 | 1000110 | 10000010 | 0 | 1000110 | 101100 | 1001 | 101010010 | 1001101 | 111011 |
Color Harmonies of #E74682
Complementary color
Monochromatic Colors of #E74682
Black with #E74682
Text Example
Text Example
White with #E74682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74682; }
p { color: rgb(231,70,130); }
H1.HeaderClassName
{
color: #E74682;
}
.AnyTagClassName
{
color: #E74682;
}
</style>
background-color css
<style>
a { background-color: #E74682; }
a { background-color: rgb(231,70,130); }
div.DivClassName
{
background-color: #E74682;
}
.BgClassName
{
background-color: #E74682;
}
</style>
border-color css
<style>
span { border-color: #E74682; }
span { border-color: rgb(231,70,130); }
td.TdClassName
{
border-color: #E74682;
}
.TagClassName
{
border-color: #E74682;
}
</style>