Shades of Pale Violet Red #E869A2
Tints of Pale Violet Red #E869A2
RGB
CMYK
RGB Variations
Color information
#E869A2 (or 0xE869A2) is known color: Pale Violet Red. HEX triplet: E8, 69 and A2. RGB value is (232,105,162). Sum of RGB (Red+Green+Blue) = 232+105+162=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E869A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E869A2 is #17965D. Grayscale: #959595. Windows color (decimal): -1545822 or 10643944. OLE color: 10643944.
HSL color Cylindrical-coordinate representation of color #E869A2: hue angle of 333.07º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E869A2 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 162 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.09 |
| HSL | 333.07º | 0.73% | 0.66% | - |
| HSV(B) | 333.07º | 0.55% | 0.91% | - |
| XYZ | 44.85 | 29.87 | 37.58 | - |
| YUV | 149.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 162 | 0 | 0.55 | 0.30 | 0.09 | 333.07 | 0.73 | 0.66 |
| Hex | E8 | 69 | A2 | 0 | 37 | 1E | 9 | 14D | 49 | 42 |
| Octal | 350 | 151 | 242 | 0 | 67 | 36 | 11 | 515 | 111 | 102 |
| Binary | 11101000 | 1101001 | 10100010 | 0 | 110111 | 11110 | 1001 | 101001101 | 1001001 | 1000010 |
Color Harmonies of #E869A2
Complementary color
Monochromatic Colors of #E869A2
Black with #E869A2
Text Example
Text Example
White with #E869A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E869A2; }
p { color: rgb(232,105,162); }
H1.HeaderClassName
{
color: #E869A2;
}
.AnyTagClassName
{
color: #E869A2;
}
</style>
background-color css
<style>
a { background-color: #E869A2; }
a { background-color: rgb(232,105,162); }
div.DivClassName
{
background-color: #E869A2;
}
.BgClassName
{
background-color: #E869A2;
}
</style>
border-color css
<style>
span { border-color: #E869A2; }
span { border-color: rgb(232,105,162); }
td.TdClassName
{
border-color: #E869A2;
}
.TagClassName
{
border-color: #E869A2;
}
</style>