Shades of Pale Violet Red #E96BA0
Tints of Pale Violet Red #E96BA0
RGB
CMYK
RGB Variations
Color information
#E96BA0 (or 0xE96BA0) is known color: Pale Violet Red. HEX triplet: E9, 6B and A0. RGB value is (233,107,160). Sum of RGB (Red+Green+Blue) = 233+107+160=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96BA0 is #16945F. Grayscale: #969696. Windows color (decimal): -1479776 or 10513385. OLE color: 10513385.
HSL color Cylindrical-coordinate representation of color #E96BA0: hue angle of 334.76º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96BA0 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 160 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.09 |
| HSL | 334.76º | 0.74% | 0.67% | - |
| HSV(B) | 334.76º | 0.54% | 0.91% | - |
| XYZ | 45.21 | 30.38 | 36.74 | - |
| YUV | 150.72 | 133.24 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 160 | 0 | 0.54 | 0.31 | 0.09 | 334.76 | 0.74 | 0.67 |
| Hex | E9 | 6B | A0 | 0 | 36 | 1F | 9 | 14F | 4A | 43 |
| Octal | 351 | 153 | 240 | 0 | 66 | 37 | 11 | 517 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10100000 | 0 | 110110 | 11111 | 1001 | 101001111 | 1001010 | 1000011 |
Color Harmonies of #E96BA0
Complementary color
Monochromatic Colors of #E96BA0
Black with #E96BA0
Text Example
Text Example
White with #E96BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BA0; }
p { color: rgb(233,107,160); }
H1.HeaderClassName
{
color: #E96BA0;
}
.AnyTagClassName
{
color: #E96BA0;
}
</style>
background-color css
<style>
a { background-color: #E96BA0; }
a { background-color: rgb(233,107,160); }
div.DivClassName
{
background-color: #E96BA0;
}
.BgClassName
{
background-color: #E96BA0;
}
</style>
border-color css
<style>
span { border-color: #E96BA0; }
span { border-color: rgb(233,107,160); }
td.TdClassName
{
border-color: #E96BA0;
}
.TagClassName
{
border-color: #E96BA0;
}
</style>