Shades of Pale Violet Red #E96AA2
Tints of Pale Violet Red #E96AA2
RGB
CMYK
RGB Variations
Color information
#E96AA2 (or 0xE96AA2) is known color: Pale Violet Red. HEX triplet: E9, 6A and A2. RGB value is (233,106,162). Sum of RGB (Red+Green+Blue) = 233+106+162=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96AA2 is #16955D. Grayscale: #969696. Windows color (decimal): -1480030 or 10644201. OLE color: 10644201.
HSL color Cylindrical-coordinate representation of color #E96AA2: hue angle of 333.54º degrees, saturation: 0.74, 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 #E96AA2 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 162 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.09 |
| HSL | 333.54º | 0.74% | 0.66% | - |
| HSV(B) | 333.54º | 0.55% | 0.91% | - |
| XYZ | 45.28 | 30.24 | 37.63 | - |
| YUV | 150.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 162 | 0 | 0.55 | 0.30 | 0.09 | 333.54 | 0.74 | 0.66 |
| Hex | E9 | 6A | A2 | 0 | 37 | 1E | 9 | 14E | 4A | 42 |
| Octal | 351 | 152 | 242 | 0 | 67 | 36 | 11 | 516 | 112 | 102 |
| Binary | 11101001 | 1101010 | 10100010 | 0 | 110111 | 11110 | 1001 | 101001110 | 1001010 | 1000010 |
Color Harmonies of #E96AA2
Complementary color
Monochromatic Colors of #E96AA2
Black with #E96AA2
Text Example
Text Example
White with #E96AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96AA2; }
p { color: rgb(233,106,162); }
H1.HeaderClassName
{
color: #E96AA2;
}
.AnyTagClassName
{
color: #E96AA2;
}
</style>
background-color css
<style>
a { background-color: #E96AA2; }
a { background-color: rgb(233,106,162); }
div.DivClassName
{
background-color: #E96AA2;
}
.BgClassName
{
background-color: #E96AA2;
}
</style>
border-color css
<style>
span { border-color: #E96AA2; }
span { border-color: rgb(233,106,162); }
td.TdClassName
{
border-color: #E96AA2;
}
.TagClassName
{
border-color: #E96AA2;
}
</style>