Shades of Pale Violet Red #E85F93
Tints of Pale Violet Red #E85F93
RGB
CMYK
RGB Variations
Color information
#E85F93 (or 0xE85F93) is known color: Pale Violet Red. HEX triplet: E8, 5F and 93. RGB value is (232,95,147). Sum of RGB (Red+Green+Blue) = 232+95+147=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85F93 is #17A06C. Grayscale: #8D8D8D. Windows color (decimal): -1548397 or 9658344. OLE color: 9658344.
HSL color Cylindrical-coordinate representation of color #E85F93: hue angle of 337.23º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85F93 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 147 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.09 |
| HSL | 337.23º | 0.75% | 0.64% | - |
| HSV(B) | 337.23º | 0.59% | 0.91% | - |
| XYZ | 42.64 | 27.45 | 30.65 | - |
| YUV | 141.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 147 | 0 | 0.59 | 0.37 | 0.09 | 337.23 | 0.75 | 0.64 |
| Hex | E8 | 5F | 93 | 0 | 3B | 25 | 9 | 151 | 4B | 40 |
| Octal | 350 | 137 | 223 | 0 | 73 | 45 | 11 | 521 | 113 | 100 |
| Binary | 11101000 | 1011111 | 10010011 | 0 | 111011 | 100101 | 1001 | 101010001 | 1001011 | 1000000 |
Color Harmonies of #E85F93
Complementary color
Monochromatic Colors of #E85F93
Black with #E85F93
Text Example
Text Example
White with #E85F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F93; }
p { color: rgb(232,95,147); }
H1.HeaderClassName
{
color: #E85F93;
}
.AnyTagClassName
{
color: #E85F93;
}
</style>
background-color css
<style>
a { background-color: #E85F93; }
a { background-color: rgb(232,95,147); }
div.DivClassName
{
background-color: #E85F93;
}
.BgClassName
{
background-color: #E85F93;
}
</style>
border-color css
<style>
span { border-color: #E85F93; }
span { border-color: rgb(232,95,147); }
td.TdClassName
{
border-color: #E85F93;
}
.TagClassName
{
border-color: #E85F93;
}
</style>