Shades of Pale Violet Red #E96EA0
Tints of Pale Violet Red #E96EA0
RGB
CMYK
RGB Variations
Color information
#E96EA0 (or 0xE96EA0) is known color: Pale Violet Red. HEX triplet: E9, 6E and A0. RGB value is (233,110,160). Sum of RGB (Red+Green+Blue) = 233+110+160=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96EA0 is #16915F. Grayscale: #989898. Windows color (decimal): -1479008 or 10514153. OLE color: 10514153.
HSL color Cylindrical-coordinate representation of color #E96EA0: hue angle of 335.61º degrees, saturation: 0.74, 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 #E96EA0 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 160 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.09 |
| HSL | 335.61º | 0.74% | 0.67% | - |
| HSV(B) | 335.61º | 0.53% | 0.91% | - |
| XYZ | 45.53 | 31.01 | 36.84 | - |
| YUV | 152.48 | 132.25 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 160 | 0 | 0.53 | 0.31 | 0.09 | 335.61 | 0.74 | 0.67 |
| Hex | E9 | 6E | A0 | 0 | 35 | 1F | 9 | 150 | 4A | 43 |
| Octal | 351 | 156 | 240 | 0 | 65 | 37 | 11 | 520 | 112 | 103 |
| Binary | 11101001 | 1101110 | 10100000 | 0 | 110101 | 11111 | 1001 | 101010000 | 1001010 | 1000011 |
Color Harmonies of #E96EA0
Complementary color
Monochromatic Colors of #E96EA0
Black with #E96EA0
Text Example
Text Example
White with #E96EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96EA0; }
p { color: rgb(233,110,160); }
H1.HeaderClassName
{
color: #E96EA0;
}
.AnyTagClassName
{
color: #E96EA0;
}
</style>
background-color css
<style>
a { background-color: #E96EA0; }
a { background-color: rgb(233,110,160); }
div.DivClassName
{
background-color: #E96EA0;
}
.BgClassName
{
background-color: #E96EA0;
}
</style>
border-color css
<style>
span { border-color: #E96EA0; }
span { border-color: rgb(233,110,160); }
td.TdClassName
{
border-color: #E96EA0;
}
.TagClassName
{
border-color: #E96EA0;
}
</style>