Shades of Pale Violet Red #E86793
Tints of Pale Violet Red #E86793
RGB
CMYK
RGB Variations
Color information
#E86793 (or 0xE86793) is known color: Pale Violet Red. HEX triplet: E8, 67 and 93. RGB value is (232,103,147). Sum of RGB (Red+Green+Blue) = 232+103+147=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E86793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86793 is #17986C. Grayscale: #929292. Windows color (decimal): -1546349 or 9660392. OLE color: 9660392.
HSL color Cylindrical-coordinate representation of color #E86793: hue angle of 339.53º 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 #E86793 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 147 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.09 |
| HSL | 339.53º | 0.74% | 0.66% | - |
| HSV(B) | 339.53º | 0.56% | 0.91% | - |
| XYZ | 43.4 | 28.96 | 30.91 | - |
| YUV | 146.59 | 128.24 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 147 | 0 | 0.56 | 0.37 | 0.09 | 339.53 | 0.74 | 0.66 |
| Hex | E8 | 67 | 93 | 0 | 38 | 25 | 9 | 154 | 4A | 42 |
| Octal | 350 | 147 | 223 | 0 | 70 | 45 | 11 | 524 | 112 | 102 |
| Binary | 11101000 | 1100111 | 10010011 | 0 | 111000 | 100101 | 1001 | 101010100 | 1001010 | 1000010 |
Color Harmonies of #E86793
Complementary color
Monochromatic Colors of #E86793
Black with #E86793
Text Example
Text Example
White with #E86793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86793; }
p { color: rgb(232,103,147); }
H1.HeaderClassName
{
color: #E86793;
}
.AnyTagClassName
{
color: #E86793;
}
</style>
background-color css
<style>
a { background-color: #E86793; }
a { background-color: rgb(232,103,147); }
div.DivClassName
{
background-color: #E86793;
}
.BgClassName
{
background-color: #E86793;
}
</style>
border-color css
<style>
span { border-color: #E86793; }
span { border-color: rgb(232,103,147); }
td.TdClassName
{
border-color: #E86793;
}
.TagClassName
{
border-color: #E86793;
}
</style>