Shades of Dark Pink #E84F7B
Tints of Dark Pink #E84F7B
RGB
CMYK
RGB Variations
Color information
#E84F7B (or 0xE84F7B) is known color: Dark Pink. HEX triplet: E8, 4F and 7B. RGB value is (232,79,123). Sum of RGB (Red+Green+Blue) = 232+79+123=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E84F7B is #17B084. Grayscale: #818181. Windows color (decimal): -1552517 or 8081384. OLE color: 8081384.
HSL color Cylindrical-coordinate representation of color #E84F7B: hue angle of 342.75º 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 #E84F7B is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 79 | 123 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.09 |
| HSL | 342.75º | 0.77% | 0.61% | - |
| HSV(B) | 342.75º | 0.66% | 0.91% | - |
| XYZ | 39.65 | 24.18 | 21.32 | - |
| YUV | 129.76 | 124.19 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 79 | 123 | 0 | 0.66 | 0.47 | 0.09 | 342.75 | 0.77 | 0.61 |
| Hex | E8 | 4F | 7B | 0 | 42 | 2F | 9 | 157 | 4D | 3D |
| Octal | 350 | 117 | 173 | 0 | 102 | 57 | 11 | 527 | 115 | 75 |
| Binary | 11101000 | 1001111 | 1111011 | 0 | 1000010 | 101111 | 1001 | 101010111 | 1001101 | 111101 |
Color Harmonies of #E84F7B
Complementary color
Monochromatic Colors of #E84F7B
Black with #E84F7B
Text Example
Text Example
White with #E84F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84F7B; }
p { color: rgb(232,79,123); }
H1.HeaderClassName
{
color: #E84F7B;
}
.AnyTagClassName
{
color: #E84F7B;
}
</style>
background-color css
<style>
a { background-color: #E84F7B; }
a { background-color: rgb(232,79,123); }
div.DivClassName
{
background-color: #E84F7B;
}
.BgClassName
{
background-color: #E84F7B;
}
</style>
border-color css
<style>
span { border-color: #E84F7B; }
span { border-color: rgb(232,79,123); }
td.TdClassName
{
border-color: #E84F7B;
}
.TagClassName
{
border-color: #E84F7B;
}
</style>