Shades of Pale Violet Red #E86593
Tints of Pale Violet Red #E86593
RGB
CMYK
RGB Variations
Color information
#E86593 (or 0xE86593) is known color: Pale Violet Red. HEX triplet: E8, 65 and 93. RGB value is (232,101,147). Sum of RGB (Red+Green+Blue) = 232+101+147=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E86593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86593 is #179A6C. Grayscale: #919191. Windows color (decimal): -1546861 or 9659880. OLE color: 9659880.
HSL color Cylindrical-coordinate representation of color #E86593: hue angle of 338.93º 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 #E86593 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 147 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.09 |
| HSL | 338.93º | 0.74% | 0.65% | - |
| HSV(B) | 338.93º | 0.56% | 0.91% | - |
| XYZ | 43.2 | 28.57 | 30.84 | - |
| YUV | 145.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 147 | 0 | 0.56 | 0.37 | 0.09 | 338.93 | 0.74 | 0.65 |
| Hex | E8 | 65 | 93 | 0 | 38 | 25 | 9 | 153 | 4A | 41 |
| Octal | 350 | 145 | 223 | 0 | 70 | 45 | 11 | 523 | 112 | 101 |
| Binary | 11101000 | 1100101 | 10010011 | 0 | 111000 | 100101 | 1001 | 101010011 | 1001010 | 1000001 |
Color Harmonies of #E86593
Complementary color
Monochromatic Colors of #E86593
Black with #E86593
Text Example
Text Example
White with #E86593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86593; }
p { color: rgb(232,101,147); }
H1.HeaderClassName
{
color: #E86593;
}
.AnyTagClassName
{
color: #E86593;
}
</style>
background-color css
<style>
a { background-color: #E86593; }
a { background-color: rgb(232,101,147); }
div.DivClassName
{
background-color: #E86593;
}
.BgClassName
{
background-color: #E86593;
}
</style>
border-color css
<style>
span { border-color: #E86593; }
span { border-color: rgb(232,101,147); }
td.TdClassName
{
border-color: #E86593;
}
.TagClassName
{
border-color: #E86593;
}
</style>