Shades of Pale Violet Red #E862A0
Tints of Pale Violet Red #E862A0
RGB
CMYK
RGB Variations
Color information
#E862A0 (or 0xE862A0) is known color: Pale Violet Red. HEX triplet: E8, 62 and A0. RGB value is (232,98,160). Sum of RGB (Red+Green+Blue) = 232+98+160=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E862A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E862A0 is #179D5F. Grayscale: #919191. Windows color (decimal): -1547616 or 10511080. OLE color: 10511080.
HSL color Cylindrical-coordinate representation of color #E862A0: hue angle of 332.24º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E862A0 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 98 | 160 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.09 |
| HSL | 332.24º | 0.74% | 0.65% | - |
| HSV(B) | 332.24º | 0.58% | 0.91% | - |
| XYZ | 43.99 | 28.43 | 36.43 | - |
| YUV | 145.13 | 136.39 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 98 | 160 | 0 | 0.58 | 0.31 | 0.09 | 332.24 | 0.74 | 0.65 |
| Hex | E8 | 62 | A0 | 0 | 3A | 1F | 9 | 14C | 4A | 41 |
| Octal | 350 | 142 | 240 | 0 | 72 | 37 | 11 | 514 | 112 | 101 |
| Binary | 11101000 | 1100010 | 10100000 | 0 | 111010 | 11111 | 1001 | 101001100 | 1001010 | 1000001 |
Color Harmonies of #E862A0
Complementary color
Monochromatic Colors of #E862A0
Black with #E862A0
Text Example
Text Example
White with #E862A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E862A0; }
p { color: rgb(232,98,160); }
H1.HeaderClassName
{
color: #E862A0;
}
.AnyTagClassName
{
color: #E862A0;
}
</style>
background-color css
<style>
a { background-color: #E862A0; }
a { background-color: rgb(232,98,160); }
div.DivClassName
{
background-color: #E862A0;
}
.BgClassName
{
background-color: #E862A0;
}
</style>
border-color css
<style>
span { border-color: #E862A0; }
span { border-color: rgb(232,98,160); }
td.TdClassName
{
border-color: #E862A0;
}
.TagClassName
{
border-color: #E862A0;
}
</style>