Shades of Pale Violet Red #E86393
Tints of Pale Violet Red #E86393
RGB
CMYK
RGB Variations
Color information
#E86393 (or 0xE86393) is known color: Pale Violet Red. HEX triplet: E8, 63 and 93. RGB value is (232,99,147). Sum of RGB (Red+Green+Blue) = 232+99+147=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E86393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86393 is #179C6C. Grayscale: #909090. Windows color (decimal): -1547373 or 9659368. OLE color: 9659368.
HSL color Cylindrical-coordinate representation of color #E86393: hue angle of 338.35º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86393 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 147 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.09 |
| HSL | 338.35º | 0.74% | 0.65% | - |
| HSV(B) | 338.35º | 0.57% | 0.91% | - |
| XYZ | 43.01 | 28.19 | 30.78 | - |
| YUV | 144.24 | 129.56 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 147 | 0 | 0.57 | 0.37 | 0.09 | 338.35 | 0.74 | 0.65 |
| Hex | E8 | 63 | 93 | 0 | 39 | 25 | 9 | 152 | 4A | 41 |
| Octal | 350 | 143 | 223 | 0 | 71 | 45 | 11 | 522 | 112 | 101 |
| Binary | 11101000 | 1100011 | 10010011 | 0 | 111001 | 100101 | 1001 | 101010010 | 1001010 | 1000001 |
Color Harmonies of #E86393
Complementary color
Monochromatic Colors of #E86393
Black with #E86393
Text Example
Text Example
White with #E86393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86393; }
p { color: rgb(232,99,147); }
H1.HeaderClassName
{
color: #E86393;
}
.AnyTagClassName
{
color: #E86393;
}
</style>
background-color css
<style>
a { background-color: #E86393; }
a { background-color: rgb(232,99,147); }
div.DivClassName
{
background-color: #E86393;
}
.BgClassName
{
background-color: #E86393;
}
</style>
border-color css
<style>
span { border-color: #E86393; }
span { border-color: rgb(232,99,147); }
td.TdClassName
{
border-color: #E86393;
}
.TagClassName
{
border-color: #E86393;
}
</style>