Shades of Pale Violet Red #E863A2
Tints of Pale Violet Red #E863A2
RGB
CMYK
RGB Variations
Color information
#E863A2 (or 0xE863A2) is known color: Pale Violet Red. HEX triplet: E8, 63 and A2. RGB value is (232,99,162). Sum of RGB (Red+Green+Blue) = 232+99+162=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E863A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E863A2 is #179C5D. Grayscale: #919191. Windows color (decimal): -1547358 or 10642408. OLE color: 10642408.
HSL color Cylindrical-coordinate representation of color #E863A2: hue angle of 331.58º 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 #E863A2 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 162 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.09 |
| HSL | 331.58º | 0.74% | 0.65% | - |
| HSV(B) | 331.58º | 0.57% | 0.91% | - |
| XYZ | 44.26 | 28.69 | 37.39 | - |
| YUV | 145.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 162 | 0 | 0.57 | 0.30 | 0.09 | 331.58 | 0.74 | 0.65 |
| Hex | E8 | 63 | A2 | 0 | 39 | 1E | 9 | 14C | 4A | 41 |
| Octal | 350 | 143 | 242 | 0 | 71 | 36 | 11 | 514 | 112 | 101 |
| Binary | 11101000 | 1100011 | 10100010 | 0 | 111001 | 11110 | 1001 | 101001100 | 1001010 | 1000001 |
Color Harmonies of #E863A2
Complementary color
Monochromatic Colors of #E863A2
Black with #E863A2
Text Example
Text Example
White with #E863A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E863A2; }
p { color: rgb(232,99,162); }
H1.HeaderClassName
{
color: #E863A2;
}
.AnyTagClassName
{
color: #E863A2;
}
</style>
background-color css
<style>
a { background-color: #E863A2; }
a { background-color: rgb(232,99,162); }
div.DivClassName
{
background-color: #E863A2;
}
.BgClassName
{
background-color: #E863A2;
}
</style>
border-color css
<style>
span { border-color: #E863A2; }
span { border-color: rgb(232,99,162); }
td.TdClassName
{
border-color: #E863A2;
}
.TagClassName
{
border-color: #E863A2;
}
</style>