Shades of Pale Violet Red #E96097
Tints of Pale Violet Red #E96097
RGB
CMYK
RGB Variations
Color information
#E96097 (or 0xE96097) is known color: Pale Violet Red. HEX triplet: E9, 60 and 97. RGB value is (233,96,151). Sum of RGB (Red+Green+Blue) = 233+96+151=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E96097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96097 is #169F68. Grayscale: #8F8F8F. Windows color (decimal): -1482601 or 9920745. OLE color: 9920745.
HSL color Cylindrical-coordinate representation of color #E96097: hue angle of 335.91º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E96097 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 151 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.09 |
| HSL | 335.91º | 0.76% | 0.65% | - |
| HSV(B) | 335.91º | 0.59% | 0.91% | - |
| XYZ | 43.37 | 27.92 | 32.38 | - |
| YUV | 143.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 151 | 0 | 0.59 | 0.35 | 0.09 | 335.91 | 0.76 | 0.65 |
| Hex | E9 | 60 | 97 | 0 | 3B | 23 | 9 | 150 | 4C | 41 |
| Octal | 351 | 140 | 227 | 0 | 73 | 43 | 11 | 520 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10010111 | 0 | 111011 | 100011 | 1001 | 101010000 | 1001100 | 1000001 |
Color Harmonies of #E96097
Complementary color
Monochromatic Colors of #E96097
Black with #E96097
Text Example
Text Example
White with #E96097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96097; }
p { color: rgb(233,96,151); }
H1.HeaderClassName
{
color: #E96097;
}
.AnyTagClassName
{
color: #E96097;
}
</style>
background-color css
<style>
a { background-color: #E96097; }
a { background-color: rgb(233,96,151); }
div.DivClassName
{
background-color: #E96097;
}
.BgClassName
{
background-color: #E96097;
}
</style>
border-color css
<style>
span { border-color: #E96097; }
span { border-color: rgb(233,96,151); }
td.TdClassName
{
border-color: #E96097;
}
.TagClassName
{
border-color: #E96097;
}
</style>