Shades of Pale Violet Red #E86CA2
Tints of Pale Violet Red #E86CA2
RGB
CMYK
RGB Variations
Color information
#E86CA2 (or 0xE86CA2) is known color: Pale Violet Red. HEX triplet: E8, 6C and A2. RGB value is (232,108,162). Sum of RGB (Red+Green+Blue) = 232+108+162=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86CA2 is #17935D. Grayscale: #979797. Windows color (decimal): -1545054 or 10644712. OLE color: 10644712.
HSL color Cylindrical-coordinate representation of color #E86CA2: hue angle of 333.87º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86CA2 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 162 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.09 |
| HSL | 333.87º | 0.73% | 0.67% | - |
| HSV(B) | 333.87º | 0.53% | 0.91% | - |
| XYZ | 45.16 | 30.49 | 37.69 | - |
| YUV | 151.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 162 | 0 | 0.53 | 0.30 | 0.09 | 333.87 | 0.73 | 0.67 |
| Hex | E8 | 6C | A2 | 0 | 35 | 1E | 9 | 14E | 49 | 43 |
| Octal | 350 | 154 | 242 | 0 | 65 | 36 | 11 | 516 | 111 | 103 |
| Binary | 11101000 | 1101100 | 10100010 | 0 | 110101 | 11110 | 1001 | 101001110 | 1001001 | 1000011 |
Color Harmonies of #E86CA2
Complementary color
Monochromatic Colors of #E86CA2
Black with #E86CA2
Text Example
Text Example
White with #E86CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86CA2; }
p { color: rgb(232,108,162); }
H1.HeaderClassName
{
color: #E86CA2;
}
.AnyTagClassName
{
color: #E86CA2;
}
</style>
background-color css
<style>
a { background-color: #E86CA2; }
a { background-color: rgb(232,108,162); }
div.DivClassName
{
background-color: #E86CA2;
}
.BgClassName
{
background-color: #E86CA2;
}
</style>
border-color css
<style>
span { border-color: #E86CA2; }
span { border-color: rgb(232,108,162); }
td.TdClassName
{
border-color: #E86CA2;
}
.TagClassName
{
border-color: #E86CA2;
}
</style>