Shades of Pale Violet Red #E86795
Tints of Pale Violet Red #E86795
RGB
CMYK
RGB Variations
Color information
#E86795 (or 0xE86795) is known color: Pale Violet Red. HEX triplet: E8, 67 and 95. RGB value is (232,103,149). Sum of RGB (Red+Green+Blue) = 232+103+149=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E86795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86795 is #17986A. Grayscale: #929292. Windows color (decimal): -1546347 or 9791464. OLE color: 9791464.
HSL color Cylindrical-coordinate representation of color #E86795: hue angle of 338.6º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86795 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 149 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.09 |
| HSL | 338.6º | 0.74% | 0.66% | - |
| HSV(B) | 338.6º | 0.56% | 0.91% | - |
| XYZ | 43.55 | 29.03 | 31.74 | - |
| YUV | 146.82 | 129.24 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 149 | 0 | 0.56 | 0.36 | 0.09 | 338.6 | 0.74 | 0.66 |
| Hex | E8 | 67 | 95 | 0 | 38 | 24 | 9 | 153 | 4A | 42 |
| Octal | 350 | 147 | 225 | 0 | 70 | 44 | 11 | 523 | 112 | 102 |
| Binary | 11101000 | 1100111 | 10010101 | 0 | 111000 | 100100 | 1001 | 101010011 | 1001010 | 1000010 |
Color Harmonies of #E86795
Complementary color
Monochromatic Colors of #E86795
Black with #E86795
Text Example
Text Example
White with #E86795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86795; }
p { color: rgb(232,103,149); }
H1.HeaderClassName
{
color: #E86795;
}
.AnyTagClassName
{
color: #E86795;
}
</style>
background-color css
<style>
a { background-color: #E86795; }
a { background-color: rgb(232,103,149); }
div.DivClassName
{
background-color: #E86795;
}
.BgClassName
{
background-color: #E86795;
}
</style>
border-color css
<style>
span { border-color: #E86795; }
span { border-color: rgb(232,103,149); }
td.TdClassName
{
border-color: #E86795;
}
.TagClassName
{
border-color: #E86795;
}
</style>