Shades of Dark Pink #E74D85
Tints of Dark Pink #E74D85
RGB
CMYK
RGB Variations
Color information
#E74D85 (or 0xE74D85) is known color: Dark Pink. HEX triplet: E7, 4D and 85. RGB value is (231,77,133). Sum of RGB (Red+Green+Blue) = 231+77+133=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74D85 is #18B27A. Grayscale: #818181. Windows color (decimal): -1618555 or 8736231. OLE color: 8736231.
HSL color Cylindrical-coordinate representation of color #E74D85: hue angle of 338.18º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74D85 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 133 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.09 |
| HSL | 338.18º | 0.76% | 0.6% | - |
| HSV(B) | 338.18º | 0.67% | 0.91% | - |
| XYZ | 39.84 | 23.99 | 24.72 | - |
| YUV | 129.43 | 130.02 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 133 | 0 | 0.67 | 0.42 | 0.09 | 338.18 | 0.76 | 0.6 |
| Hex | E7 | 4D | 85 | 0 | 43 | 2A | 9 | 152 | 4C | 3C |
| Octal | 347 | 115 | 205 | 0 | 103 | 52 | 11 | 522 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10000101 | 0 | 1000011 | 101010 | 1001 | 101010010 | 1001100 | 111100 |
Color Harmonies of #E74D85
Complementary color
Monochromatic Colors of #E74D85
Black with #E74D85
Text Example
Text Example
White with #E74D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D85; }
p { color: rgb(231,77,133); }
H1.HeaderClassName
{
color: #E74D85;
}
.AnyTagClassName
{
color: #E74D85;
}
</style>
background-color css
<style>
a { background-color: #E74D85; }
a { background-color: rgb(231,77,133); }
div.DivClassName
{
background-color: #E74D85;
}
.BgClassName
{
background-color: #E74D85;
}
</style>
border-color css
<style>
span { border-color: #E74D85; }
span { border-color: rgb(231,77,133); }
td.TdClassName
{
border-color: #E74D85;
}
.TagClassName
{
border-color: #E74D85;
}
</style>