Shades of Pale Violet Red #E96EA2
Tints of Pale Violet Red #E96EA2
RGB
CMYK
RGB Variations
Color information
#E96EA2 (or 0xE96EA2) is known color: Pale Violet Red. HEX triplet: E9, 6E and A2. RGB value is (233,110,162). Sum of RGB (Red+Green+Blue) = 233+110+162=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96EA2 is #16915D. Grayscale: #989898. Windows color (decimal): -1479006 or 10645225. OLE color: 10645225.
HSL color Cylindrical-coordinate representation of color #E96EA2: hue angle of 334.63º 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 #E96EA2 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 162 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.09 |
| HSL | 334.63º | 0.74% | 0.67% | - |
| HSV(B) | 334.63º | 0.53% | 0.91% | - |
| XYZ | 45.7 | 31.08 | 37.77 | - |
| YUV | 152.71 | 133.25 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 162 | 0 | 0.53 | 0.30 | 0.09 | 334.63 | 0.74 | 0.67 |
| Hex | E9 | 6E | A2 | 0 | 35 | 1E | 9 | 14F | 4A | 43 |
| Octal | 351 | 156 | 242 | 0 | 65 | 36 | 11 | 517 | 112 | 103 |
| Binary | 11101001 | 1101110 | 10100010 | 0 | 110101 | 11110 | 1001 | 101001111 | 1001010 | 1000011 |
Color Harmonies of #E96EA2
Complementary color
Monochromatic Colors of #E96EA2
Black with #E96EA2
Text Example
Text Example
White with #E96EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96EA2; }
p { color: rgb(233,110,162); }
H1.HeaderClassName
{
color: #E96EA2;
}
.AnyTagClassName
{
color: #E96EA2;
}
</style>
background-color css
<style>
a { background-color: #E96EA2; }
a { background-color: rgb(233,110,162); }
div.DivClassName
{
background-color: #E96EA2;
}
.BgClassName
{
background-color: #E96EA2;
}
</style>
border-color css
<style>
span { border-color: #E96EA2; }
span { border-color: rgb(233,110,162); }
td.TdClassName
{
border-color: #E96EA2;
}
.TagClassName
{
border-color: #E96EA2;
}
</style>