Shades of Dark Pink #E74680
Tints of Dark Pink #E74680
RGB
CMYK
RGB Variations
Color information
#E74680 (or 0xE74680) is known color: Dark Pink. HEX triplet: E7, 46 and 80. RGB value is (231,70,128). Sum of RGB (Red+Green+Blue) = 231+70+128=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E74680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74680 is #18B97F. Grayscale: #7C7C7C. Windows color (decimal): -1620352 or 8406759. OLE color: 8406759.
HSL color Cylindrical-coordinate representation of color #E74680: hue angle of 338.39º 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 #E74680 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 128 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.09 |
| HSL | 338.39º | 0.77% | 0.59% | - |
| HSV(B) | 338.39º | 0.7% | 0.91% | - |
| XYZ | 39.04 | 22.93 | 22.79 | - |
| YUV | 124.75 | 129.84 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 128 | 0 | 0.70 | 0.45 | 0.09 | 338.39 | 0.77 | 0.59 |
| Hex | E7 | 46 | 80 | 0 | 46 | 2D | 9 | 152 | 4D | 3B |
| Octal | 347 | 106 | 200 | 0 | 106 | 55 | 11 | 522 | 115 | 73 |
| Binary | 11100111 | 1000110 | 10000000 | 0 | 1000110 | 101101 | 1001 | 101010010 | 1001101 | 111011 |
Color Harmonies of #E74680
Complementary color
Monochromatic Colors of #E74680
Black with #E74680
Text Example
Text Example
White with #E74680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74680; }
p { color: rgb(231,70,128); }
H1.HeaderClassName
{
color: #E74680;
}
.AnyTagClassName
{
color: #E74680;
}
</style>
background-color css
<style>
a { background-color: #E74680; }
a { background-color: rgb(231,70,128); }
div.DivClassName
{
background-color: #E74680;
}
.BgClassName
{
background-color: #E74680;
}
</style>
border-color css
<style>
span { border-color: #E74680; }
span { border-color: rgb(231,70,128); }
td.TdClassName
{
border-color: #E74680;
}
.TagClassName
{
border-color: #E74680;
}
</style>