Shades of Pale Violet Red #E85F9B
Tints of Pale Violet Red #E85F9B
RGB
CMYK
RGB Variations
Color information
#E85F9B (or 0xE85F9B) is known color: Pale Violet Red. HEX triplet: E8, 5F and 9B. RGB value is (232,95,155). Sum of RGB (Red+Green+Blue) = 232+95+155=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85F9B is #17A064. Grayscale: #8E8E8E. Windows color (decimal): -1548389 or 10182632. OLE color: 10182632.
HSL color Cylindrical-coordinate representation of color #E85F9B: hue angle of 333.72º 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 #E85F9B is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 155 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.09 |
| HSL | 333.72º | 0.75% | 0.64% | - |
| HSV(B) | 333.72º | 0.59% | 0.91% | - |
| XYZ | 43.29 | 27.71 | 34.08 | - |
| YUV | 142.8 | 134.89 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 155 | 0 | 0.59 | 0.33 | 0.09 | 333.72 | 0.75 | 0.64 |
| Hex | E8 | 5F | 9B | 0 | 3B | 21 | 9 | 14E | 4B | 40 |
| Octal | 350 | 137 | 233 | 0 | 73 | 41 | 11 | 516 | 113 | 100 |
| Binary | 11101000 | 1011111 | 10011011 | 0 | 111011 | 100001 | 1001 | 101001110 | 1001011 | 1000000 |
Color Harmonies of #E85F9B
Complementary color
Monochromatic Colors of #E85F9B
Black with #E85F9B
Text Example
Text Example
White with #E85F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F9B; }
p { color: rgb(232,95,155); }
H1.HeaderClassName
{
color: #E85F9B;
}
.AnyTagClassName
{
color: #E85F9B;
}
</style>
background-color css
<style>
a { background-color: #E85F9B; }
a { background-color: rgb(232,95,155); }
div.DivClassName
{
background-color: #E85F9B;
}
.BgClassName
{
background-color: #E85F9B;
}
</style>
border-color css
<style>
span { border-color: #E85F9B; }
span { border-color: rgb(232,95,155); }
td.TdClassName
{
border-color: #E85F9B;
}
.TagClassName
{
border-color: #E85F9B;
}
</style>