Shades of Dark Pink #E85D8F
Tints of Dark Pink #E85D8F
RGB
CMYK
RGB Variations
Color information
#E85D8F (or 0xE85D8F) is known color: Dark Pink. HEX triplet: E8, 5D and 8F. RGB value is (232,93,143). Sum of RGB (Red+Green+Blue) = 232+93+143=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85D8F is #17A270. Grayscale: #8C8C8C. Windows color (decimal): -1548913 or 9395688. OLE color: 9395688.
HSL color Cylindrical-coordinate representation of color #E85D8F: hue angle of 338.42º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85D8F is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 143 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.09 |
| HSL | 338.42º | 0.75% | 0.64% | - |
| HSV(B) | 338.42º | 0.6% | 0.91% | - |
| XYZ | 42.15 | 26.97 | 28.97 | - |
| YUV | 140.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 143 | 0 | 0.60 | 0.38 | 0.09 | 338.42 | 0.75 | 0.64 |
| Hex | E8 | 5D | 8F | 0 | 3C | 26 | 9 | 152 | 4B | 40 |
| Octal | 350 | 135 | 217 | 0 | 74 | 46 | 11 | 522 | 113 | 100 |
| Binary | 11101000 | 1011101 | 10001111 | 0 | 111100 | 100110 | 1001 | 101010010 | 1001011 | 1000000 |
Color Harmonies of #E85D8F
Complementary color
Monochromatic Colors of #E85D8F
Black with #E85D8F
Text Example
Text Example
White with #E85D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D8F; }
p { color: rgb(232,93,143); }
H1.HeaderClassName
{
color: #E85D8F;
}
.AnyTagClassName
{
color: #E85D8F;
}
</style>
background-color css
<style>
a { background-color: #E85D8F; }
a { background-color: rgb(232,93,143); }
div.DivClassName
{
background-color: #E85D8F;
}
.BgClassName
{
background-color: #E85D8F;
}
</style>
border-color css
<style>
span { border-color: #E85D8F; }
span { border-color: rgb(232,93,143); }
td.TdClassName
{
border-color: #E85D8F;
}
.TagClassName
{
border-color: #E85D8F;
}
</style>