Shades of Pale Violet Red #E97397
Tints of Pale Violet Red #E97397
RGB
CMYK
RGB Variations
Color information
#E97397 (or 0xE97397) is known color: Pale Violet Red. HEX triplet: E9, 73 and 97. RGB value is (233,115,151). Sum of RGB (Red+Green+Blue) = 233+115+151=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E97397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97397 is #168C68. Grayscale: #9A9A9A. Windows color (decimal): -1477737 or 9925609. OLE color: 9925609.
HSL color Cylindrical-coordinate representation of color #E97397: hue angle of 341.69º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E97397 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 151 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.09 |
| HSL | 341.69º | 0.73% | 0.68% | - |
| HSV(B) | 341.69º | 0.51% | 0.91% | - |
| XYZ | 45.32 | 31.82 | 33.03 | - |
| YUV | 154.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 151 | 0 | 0.51 | 0.35 | 0.09 | 341.69 | 0.73 | 0.68 |
| Hex | E9 | 73 | 97 | 0 | 33 | 23 | 9 | 156 | 49 | 44 |
| Octal | 351 | 163 | 227 | 0 | 63 | 43 | 11 | 526 | 111 | 104 |
| Binary | 11101001 | 1110011 | 10010111 | 0 | 110011 | 100011 | 1001 | 101010110 | 1001001 | 1000100 |
Color Harmonies of #E97397
Complementary color
Monochromatic Colors of #E97397
Black with #E97397
Text Example
Text Example
White with #E97397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97397; }
p { color: rgb(233,115,151); }
H1.HeaderClassName
{
color: #E97397;
}
.AnyTagClassName
{
color: #E97397;
}
</style>
background-color css
<style>
a { background-color: #E97397; }
a { background-color: rgb(233,115,151); }
div.DivClassName
{
background-color: #E97397;
}
.BgClassName
{
background-color: #E97397;
}
</style>
border-color css
<style>
span { border-color: #E97397; }
span { border-color: rgb(233,115,151); }
td.TdClassName
{
border-color: #E97397;
}
.TagClassName
{
border-color: #E97397;
}
</style>