Shades of Pale Violet Red #E86295
Tints of Pale Violet Red #E86295
RGB
CMYK
RGB Variations
Color information
#E86295 (or 0xE86295) is known color: Pale Violet Red. HEX triplet: E8, 62 and 95. RGB value is (232,98,149). Sum of RGB (Red+Green+Blue) = 232+98+149=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E86295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86295 is #179D6A. Grayscale: #8F8F8F. Windows color (decimal): -1547627 or 9790184. OLE color: 9790184.
HSL color Cylindrical-coordinate representation of color #E86295: hue angle of 337.16º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86295 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 98 | 149 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.09 |
| HSL | 337.16º | 0.74% | 0.65% | - |
| HSV(B) | 337.16º | 0.58% | 0.91% | - |
| XYZ | 43.07 | 28.06 | 31.58 | - |
| YUV | 143.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 98 | 149 | 0 | 0.58 | 0.36 | 0.09 | 337.16 | 0.74 | 0.65 |
| Hex | E8 | 62 | 95 | 0 | 3A | 24 | 9 | 151 | 4A | 41 |
| Octal | 350 | 142 | 225 | 0 | 72 | 44 | 11 | 521 | 112 | 101 |
| Binary | 11101000 | 1100010 | 10010101 | 0 | 111010 | 100100 | 1001 | 101010001 | 1001010 | 1000001 |
Color Harmonies of #E86295
Complementary color
Monochromatic Colors of #E86295
Black with #E86295
Text Example
Text Example
White with #E86295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86295; }
p { color: rgb(232,98,149); }
H1.HeaderClassName
{
color: #E86295;
}
.AnyTagClassName
{
color: #E86295;
}
</style>
background-color css
<style>
a { background-color: #E86295; }
a { background-color: rgb(232,98,149); }
div.DivClassName
{
background-color: #E86295;
}
.BgClassName
{
background-color: #E86295;
}
</style>
border-color css
<style>
span { border-color: #E86295; }
span { border-color: rgb(232,98,149); }
td.TdClassName
{
border-color: #E86295;
}
.TagClassName
{
border-color: #E86295;
}
</style>