Shades of Dark Pink #E84F85
Tints of Dark Pink #E84F85
RGB
CMYK
RGB Variations
Color information
#E84F85 (or 0xE84F85) is known color: Dark Pink. HEX triplet: E8, 4F and 85. RGB value is (232,79,133). Sum of RGB (Red+Green+Blue) = 232+79+133=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84F85 is #17B07A. Grayscale: #828282. Windows color (decimal): -1552507 or 8736744. OLE color: 8736744.
HSL color Cylindrical-coordinate representation of color #E84F85: hue angle of 338.82º degrees, saturation: 0.77, 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 #E84F85 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 79 | 133 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.09 |
| HSL | 338.82º | 0.77% | 0.61% | - |
| HSV(B) | 338.82º | 0.66% | 0.91% | - |
| XYZ | 40.31 | 24.44 | 24.78 | - |
| YUV | 130.9 | 129.19 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 79 | 133 | 0 | 0.66 | 0.43 | 0.09 | 338.82 | 0.77 | 0.61 |
| Hex | E8 | 4F | 85 | 0 | 42 | 2B | 9 | 153 | 4D | 3D |
| Octal | 350 | 117 | 205 | 0 | 102 | 53 | 11 | 523 | 115 | 75 |
| Binary | 11101000 | 1001111 | 10000101 | 0 | 1000010 | 101011 | 1001 | 101010011 | 1001101 | 111101 |
Color Harmonies of #E84F85
Complementary color
Monochromatic Colors of #E84F85
Black with #E84F85
Text Example
Text Example
White with #E84F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84F85; }
p { color: rgb(232,79,133); }
H1.HeaderClassName
{
color: #E84F85;
}
.AnyTagClassName
{
color: #E84F85;
}
</style>
background-color css
<style>
a { background-color: #E84F85; }
a { background-color: rgb(232,79,133); }
div.DivClassName
{
background-color: #E84F85;
}
.BgClassName
{
background-color: #E84F85;
}
</style>
border-color css
<style>
span { border-color: #E84F85; }
span { border-color: rgb(232,79,133); }
td.TdClassName
{
border-color: #E84F85;
}
.TagClassName
{
border-color: #E84F85;
}
</style>