Shades of Dark Pink #E74F85
Tints of Dark Pink #E74F85
RGB
CMYK
RGB Variations
Color information
#E74F85 (or 0xE74F85) is known color: Dark Pink. HEX triplet: E7, 4F and 85. RGB value is (231,79,133). Sum of RGB (Red+Green+Blue) = 231+79+133=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74F85 is #18B07A. Grayscale: #828282. Windows color (decimal): -1618043 or 8736743. OLE color: 8736743.
HSL color Cylindrical-coordinate representation of color #E74F85: hue angle of 338.68º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74F85 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 133 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.09 |
| HSL | 338.68º | 0.76% | 0.61% | - |
| HSV(B) | 338.68º | 0.66% | 0.91% | - |
| XYZ | 39.98 | 24.27 | 24.77 | - |
| YUV | 130.6 | 129.36 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 133 | 0 | 0.66 | 0.42 | 0.09 | 338.68 | 0.76 | 0.61 |
| Hex | E7 | 4F | 85 | 0 | 42 | 2A | 9 | 153 | 4C | 3D |
| Octal | 347 | 117 | 205 | 0 | 102 | 52 | 11 | 523 | 114 | 75 |
| Binary | 11100111 | 1001111 | 10000101 | 0 | 1000010 | 101010 | 1001 | 101010011 | 1001100 | 111101 |
Color Harmonies of #E74F85
Complementary color
Monochromatic Colors of #E74F85
Black with #E74F85
Text Example
Text Example
White with #E74F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F85; }
p { color: rgb(231,79,133); }
H1.HeaderClassName
{
color: #E74F85;
}
.AnyTagClassName
{
color: #E74F85;
}
</style>
background-color css
<style>
a { background-color: #E74F85; }
a { background-color: rgb(231,79,133); }
div.DivClassName
{
background-color: #E74F85;
}
.BgClassName
{
background-color: #E74F85;
}
</style>
border-color css
<style>
span { border-color: #E74F85; }
span { border-color: rgb(231,79,133); }
td.TdClassName
{
border-color: #E74F85;
}
.TagClassName
{
border-color: #E74F85;
}
</style>