Shades of Pale Violet Red #E86595
Tints of Pale Violet Red #E86595
RGB
CMYK
RGB Variations
Color information
#E86595 (or 0xE86595) is known color: Pale Violet Red. HEX triplet: E8, 65 and 95. RGB value is (232,101,149). Sum of RGB (Red+Green+Blue) = 232+101+149=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E86595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86595 is #179A6A. Grayscale: #919191. Windows color (decimal): -1546859 or 9790952. OLE color: 9790952.
HSL color Cylindrical-coordinate representation of color #E86595: hue angle of 338.02º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86595 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 149 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.09 |
| HSL | 338.02º | 0.74% | 0.65% | - |
| HSV(B) | 338.02º | 0.56% | 0.91% | - |
| XYZ | 43.36 | 28.63 | 31.68 | - |
| YUV | 145.64 | 129.9 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 149 | 0 | 0.56 | 0.36 | 0.09 | 338.02 | 0.74 | 0.65 |
| Hex | E8 | 65 | 95 | 0 | 38 | 24 | 9 | 152 | 4A | 41 |
| Octal | 350 | 145 | 225 | 0 | 70 | 44 | 11 | 522 | 112 | 101 |
| Binary | 11101000 | 1100101 | 10010101 | 0 | 111000 | 100100 | 1001 | 101010010 | 1001010 | 1000001 |
Color Harmonies of #E86595
Complementary color
Monochromatic Colors of #E86595
Black with #E86595
Text Example
Text Example
White with #E86595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86595; }
p { color: rgb(232,101,149); }
H1.HeaderClassName
{
color: #E86595;
}
.AnyTagClassName
{
color: #E86595;
}
</style>
background-color css
<style>
a { background-color: #E86595; }
a { background-color: rgb(232,101,149); }
div.DivClassName
{
background-color: #E86595;
}
.BgClassName
{
background-color: #E86595;
}
</style>
border-color css
<style>
span { border-color: #E86595; }
span { border-color: rgb(232,101,149); }
td.TdClassName
{
border-color: #E86595;
}
.TagClassName
{
border-color: #E86595;
}
</style>