Shades of Pale Violet Red #E86693
Tints of Pale Violet Red #E86693
RGB
CMYK
RGB Variations
Color information
#E86693 (or 0xE86693) is known color: Pale Violet Red. HEX triplet: E8, 66 and 93. RGB value is (232,102,147). Sum of RGB (Red+Green+Blue) = 232+102+147=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E86693 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86693 is #17996C. Grayscale: #919191. Windows color (decimal): -1546605 or 9660136. OLE color: 9660136.
HSL color Cylindrical-coordinate representation of color #E86693: hue angle of 339.23º 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 #E86693 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 147 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.09 |
| HSL | 339.23º | 0.74% | 0.65% | - |
| HSV(B) | 339.23º | 0.56% | 0.91% | - |
| XYZ | 43.3 | 28.77 | 30.87 | - |
| YUV | 146 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 147 | 0 | 0.56 | 0.37 | 0.09 | 339.23 | 0.74 | 0.65 |
| Hex | E8 | 66 | 93 | 0 | 38 | 25 | 9 | 153 | 4A | 41 |
| Octal | 350 | 146 | 223 | 0 | 70 | 45 | 11 | 523 | 112 | 101 |
| Binary | 11101000 | 1100110 | 10010011 | 0 | 111000 | 100101 | 1001 | 101010011 | 1001010 | 1000001 |
Color Harmonies of #E86693
Complementary color
Monochromatic Colors of #E86693
Black with #E86693
Text Example
Text Example
White with #E86693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86693; }
p { color: rgb(232,102,147); }
H1.HeaderClassName
{
color: #E86693;
}
.AnyTagClassName
{
color: #E86693;
}
</style>
background-color css
<style>
a { background-color: #E86693; }
a { background-color: rgb(232,102,147); }
div.DivClassName
{
background-color: #E86693;
}
.BgClassName
{
background-color: #E86693;
}
</style>
border-color css
<style>
span { border-color: #E86693; }
span { border-color: rgb(232,102,147); }
td.TdClassName
{
border-color: #E86693;
}
.TagClassName
{
border-color: #E86693;
}
</style>