Shades of Pale Violet Red #E76897
Tints of Pale Violet Red #E76897
RGB
CMYK
RGB Variations
Color information
#E76897 (or 0xE76897) is known color: Pale Violet Red. HEX triplet: E7, 68 and 97. RGB value is (231,104,151). Sum of RGB (Red+Green+Blue) = 231+104+151=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E76897 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76897 is #189768. Grayscale: #939393. Windows color (decimal): -1611625 or 9922791. OLE color: 9922791.
HSL color Cylindrical-coordinate representation of color #E76897: hue angle of 337.8º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76897 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 151 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.09 |
| HSL | 337.8º | 0.73% | 0.66% | - |
| HSV(B) | 337.8º | 0.55% | 0.91% | - |
| XYZ | 43.49 | 29.12 | 32.61 | - |
| YUV | 147.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 151 | 0 | 0.55 | 0.35 | 0.09 | 337.8 | 0.73 | 0.66 |
| Hex | E7 | 68 | 97 | 0 | 37 | 23 | 9 | 152 | 49 | 42 |
| Octal | 347 | 150 | 227 | 0 | 67 | 43 | 11 | 522 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10010111 | 0 | 110111 | 100011 | 1001 | 101010010 | 1001001 | 1000010 |
Color Harmonies of #E76897
Complementary color
Monochromatic Colors of #E76897
Black with #E76897
Text Example
Text Example
White with #E76897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76897; }
p { color: rgb(231,104,151); }
H1.HeaderClassName
{
color: #E76897;
}
.AnyTagClassName
{
color: #E76897;
}
</style>
background-color css
<style>
a { background-color: #E76897; }
a { background-color: rgb(231,104,151); }
div.DivClassName
{
background-color: #E76897;
}
.BgClassName
{
background-color: #E76897;
}
</style>
border-color css
<style>
span { border-color: #E76897; }
span { border-color: rgb(231,104,151); }
td.TdClassName
{
border-color: #E76897;
}
.TagClassName
{
border-color: #E76897;
}
</style>