Shades of Dark Pink #E84F83
Tints of Dark Pink #E84F83
RGB
CMYK
RGB Variations
Color information
#E84F83 (or 0xE84F83) is known color: Dark Pink. HEX triplet: E8, 4F and 83. RGB value is (232,79,131). Sum of RGB (Red+Green+Blue) = 232+79+131=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84F83 is #17B07C. Grayscale: #828282. Windows color (decimal): -1552509 or 8605672. OLE color: 8605672.
HSL color Cylindrical-coordinate representation of color #E84F83: hue angle of 339.61º 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 #E84F83 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 79 | 131 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.09 |
| HSL | 339.61º | 0.77% | 0.61% | - |
| HSV(B) | 339.61º | 0.66% | 0.91% | - |
| XYZ | 40.17 | 24.39 | 24.06 | - |
| YUV | 130.68 | 128.19 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 79 | 131 | 0 | 0.66 | 0.44 | 0.09 | 339.61 | 0.77 | 0.61 |
| Hex | E8 | 4F | 83 | 0 | 42 | 2C | 9 | 154 | 4D | 3D |
| Octal | 350 | 117 | 203 | 0 | 102 | 54 | 11 | 524 | 115 | 75 |
| Binary | 11101000 | 1001111 | 10000011 | 0 | 1000010 | 101100 | 1001 | 101010100 | 1001101 | 111101 |
Color Harmonies of #E84F83
Complementary color
Monochromatic Colors of #E84F83
Black with #E84F83
Text Example
Text Example
White with #E84F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84F83; }
p { color: rgb(232,79,131); }
H1.HeaderClassName
{
color: #E84F83;
}
.AnyTagClassName
{
color: #E84F83;
}
</style>
background-color css
<style>
a { background-color: #E84F83; }
a { background-color: rgb(232,79,131); }
div.DivClassName
{
background-color: #E84F83;
}
.BgClassName
{
background-color: #E84F83;
}
</style>
border-color css
<style>
span { border-color: #E84F83; }
span { border-color: rgb(232,79,131); }
td.TdClassName
{
border-color: #E84F83;
}
.TagClassName
{
border-color: #E84F83;
}
</style>