Shades of Pale Violet Red #E86694
Tints of Pale Violet Red #E86694
RGB
CMYK
RGB Variations
Color information
#E86694 (or 0xE86694) is known color: Pale Violet Red. HEX triplet: E8, 66 and 94. RGB value is (232,102,148). Sum of RGB (Red+Green+Blue) = 232+102+148=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E86694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86694 is #17996B. Grayscale: #929292. Windows color (decimal): -1546604 or 9725672. OLE color: 9725672.
HSL color Cylindrical-coordinate representation of color #E86694: hue angle of 338.77º 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 #E86694 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 148 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.09 |
| HSL | 338.77º | 0.74% | 0.65% | - |
| HSV(B) | 338.77º | 0.56% | 0.91% | - |
| XYZ | 43.38 | 28.8 | 31.29 | - |
| YUV | 146.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 148 | 0 | 0.56 | 0.36 | 0.09 | 338.77 | 0.74 | 0.65 |
| Hex | E8 | 66 | 94 | 0 | 38 | 24 | 9 | 153 | 4A | 41 |
| Octal | 350 | 146 | 224 | 0 | 70 | 44 | 11 | 523 | 112 | 101 |
| Binary | 11101000 | 1100110 | 10010100 | 0 | 111000 | 100100 | 1001 | 101010011 | 1001010 | 1000001 |
Color Harmonies of #E86694
Complementary color
Monochromatic Colors of #E86694
Black with #E86694
Text Example
Text Example
White with #E86694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86694; }
p { color: rgb(232,102,148); }
H1.HeaderClassName
{
color: #E86694;
}
.AnyTagClassName
{
color: #E86694;
}
</style>
background-color css
<style>
a { background-color: #E86694; }
a { background-color: rgb(232,102,148); }
div.DivClassName
{
background-color: #E86694;
}
.BgClassName
{
background-color: #E86694;
}
</style>
border-color css
<style>
span { border-color: #E86694; }
span { border-color: rgb(232,102,148); }
td.TdClassName
{
border-color: #E86694;
}
.TagClassName
{
border-color: #E86694;
}
</style>