Shades of Dark Pink #E84F75
Tints of Dark Pink #E84F75
RGB
CMYK
RGB Variations
Color information
#E84F75 (or 0xE84F75) is known color: Dark Pink. HEX triplet: E8, 4F and 75. RGB value is (232,79,117). Sum of RGB (Red+Green+Blue) = 232+79+117=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E84F75 is #17B08A. Grayscale: #818181. Windows color (decimal): -1552523 or 7688168. OLE color: 7688168.
HSL color Cylindrical-coordinate representation of color #E84F75: hue angle of 345.1º 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 #E84F75 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 79 | 117 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.09 |
| HSL | 345.1º | 0.77% | 0.61% | - |
| HSV(B) | 345.1º | 0.66% | 0.91% | - |
| XYZ | 39.29 | 24.03 | 19.4 | - |
| YUV | 129.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 79 | 117 | 0 | 0.66 | 0.50 | 0.09 | 345.1 | 0.77 | 0.61 |
| Hex | E8 | 4F | 75 | 0 | 42 | 32 | 9 | 159 | 4D | 3D |
| Octal | 350 | 117 | 165 | 0 | 102 | 62 | 11 | 531 | 115 | 75 |
| Binary | 11101000 | 1001111 | 1110101 | 0 | 1000010 | 110010 | 1001 | 101011001 | 1001101 | 111101 |
Color Harmonies of #E84F75
Complementary color
Monochromatic Colors of #E84F75
Black with #E84F75
Text Example
Text Example
White with #E84F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84F75; }
p { color: rgb(232,79,117); }
H1.HeaderClassName
{
color: #E84F75;
}
.AnyTagClassName
{
color: #E84F75;
}
</style>
background-color css
<style>
a { background-color: #E84F75; }
a { background-color: rgb(232,79,117); }
div.DivClassName
{
background-color: #E84F75;
}
.BgClassName
{
background-color: #E84F75;
}
</style>
border-color css
<style>
span { border-color: #E84F75; }
span { border-color: rgb(232,79,117); }
td.TdClassName
{
border-color: #E84F75;
}
.TagClassName
{
border-color: #E84F75;
}
</style>