Shades of Pale Violet Red #E96497
Tints of Pale Violet Red #E96497
RGB
CMYK
RGB Variations
Color information
#E96497 (or 0xE96497) is known color: Pale Violet Red. HEX triplet: E9, 64 and 97. RGB value is (233,100,151). Sum of RGB (Red+Green+Blue) = 233+100+151=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E96497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96497 is #169B68. Grayscale: #919191. Windows color (decimal): -1481577 or 9921769. OLE color: 9921769.
HSL color Cylindrical-coordinate representation of color #E96497: hue angle of 336.99º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E96497 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 151 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.09 |
| HSL | 336.99º | 0.75% | 0.65% | - |
| HSV(B) | 336.99º | 0.57% | 0.91% | - |
| XYZ | 43.75 | 28.67 | 32.51 | - |
| YUV | 145.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 151 | 0 | 0.57 | 0.35 | 0.09 | 336.99 | 0.75 | 0.65 |
| Hex | E9 | 64 | 97 | 0 | 39 | 23 | 9 | 151 | 4B | 41 |
| Octal | 351 | 144 | 227 | 0 | 71 | 43 | 11 | 521 | 113 | 101 |
| Binary | 11101001 | 1100100 | 10010111 | 0 | 111001 | 100011 | 1001 | 101010001 | 1001011 | 1000001 |
Color Harmonies of #E96497
Complementary color
Monochromatic Colors of #E96497
Black with #E96497
Text Example
Text Example
White with #E96497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96497; }
p { color: rgb(233,100,151); }
H1.HeaderClassName
{
color: #E96497;
}
.AnyTagClassName
{
color: #E96497;
}
</style>
background-color css
<style>
a { background-color: #E96497; }
a { background-color: rgb(233,100,151); }
div.DivClassName
{
background-color: #E96497;
}
.BgClassName
{
background-color: #E96497;
}
</style>
border-color css
<style>
span { border-color: #E96497; }
span { border-color: rgb(233,100,151); }
td.TdClassName
{
border-color: #E96497;
}
.TagClassName
{
border-color: #E96497;
}
</style>