Shades of Pale Violet Red #E97398
Tints of Pale Violet Red #E97398
RGB
CMYK
RGB Variations
Color information
#E97398 (or 0xE97398) is known color: Pale Violet Red. HEX triplet: E9, 73 and 98. RGB value is (233,115,152). Sum of RGB (Red+Green+Blue) = 233+115+152=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E97398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97398 is #168C67. Grayscale: #9A9A9A. Windows color (decimal): -1477736 or 9991145. OLE color: 9991145.
HSL color Cylindrical-coordinate representation of color #E97398: hue angle of 341.19º 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 #E97398 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 152 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.09 |
| HSL | 341.19º | 0.73% | 0.68% | - |
| HSV(B) | 341.19º | 0.51% | 0.91% | - |
| XYZ | 45.4 | 31.85 | 33.46 | - |
| YUV | 154.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 152 | 0 | 0.51 | 0.35 | 0.09 | 341.19 | 0.73 | 0.68 |
| Hex | E9 | 73 | 98 | 0 | 33 | 23 | 9 | 155 | 49 | 44 |
| Octal | 351 | 163 | 230 | 0 | 63 | 43 | 11 | 525 | 111 | 104 |
| Binary | 11101001 | 1110011 | 10011000 | 0 | 110011 | 100011 | 1001 | 101010101 | 1001001 | 1000100 |
Color Harmonies of #E97398
Complementary color
Monochromatic Colors of #E97398
Black with #E97398
Text Example
Text Example
White with #E97398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97398; }
p { color: rgb(233,115,152); }
H1.HeaderClassName
{
color: #E97398;
}
.AnyTagClassName
{
color: #E97398;
}
</style>
background-color css
<style>
a { background-color: #E97398; }
a { background-color: rgb(233,115,152); }
div.DivClassName
{
background-color: #E97398;
}
.BgClassName
{
background-color: #E97398;
}
</style>
border-color css
<style>
span { border-color: #E97398; }
span { border-color: rgb(233,115,152); }
td.TdClassName
{
border-color: #E97398;
}
.TagClassName
{
border-color: #E97398;
}
</style>