Shades of Pale Violet Red #E07797
Tints of Pale Violet Red #E07797
RGB
CMYK
RGB Variations
Color information
#E07797 (or 0xE07797) is known color: Pale Violet Red. HEX triplet: E0, 77 and 97. RGB value is (224,119,151). Sum of RGB (Red+Green+Blue) = 224+119+151=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E07797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07797 is #1F8868. Grayscale: #9A9A9A. Windows color (decimal): -2066537 or 9926624. OLE color: 9926624.
HSL color Cylindrical-coordinate representation of color #E07797: hue angle of 341.71º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07797 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 151 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.12 |
| HSL | 341.71º | 0.63% | 0.67% | - |
| HSV(B) | 341.71º | 0.47% | 0.88% | - |
| XYZ | 42.92 | 31.28 | 33.05 | - |
| YUV | 154.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 151 | 0 | 0.47 | 0.33 | 0.12 | 341.71 | 0.63 | 0.67 |
| Hex | E0 | 77 | 97 | 0 | 2F | 21 | C | 156 | 3F | 43 |
| Octal | 340 | 167 | 227 | 0 | 57 | 41 | 14 | 526 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10010111 | 0 | 101111 | 100001 | 1100 | 101010110 | 111111 | 1000011 |
Color Harmonies of #E07797
Complementary color
Monochromatic Colors of #E07797
Black with #E07797
Text Example
Text Example
White with #E07797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07797; }
p { color: rgb(224,119,151); }
H1.HeaderClassName
{
color: #E07797;
}
.AnyTagClassName
{
color: #E07797;
}
</style>
background-color css
<style>
a { background-color: #E07797; }
a { background-color: rgb(224,119,151); }
div.DivClassName
{
background-color: #E07797;
}
.BgClassName
{
background-color: #E07797;
}
</style>
border-color css
<style>
span { border-color: #E07797; }
span { border-color: rgb(224,119,151); }
td.TdClassName
{
border-color: #E07797;
}
.TagClassName
{
border-color: #E07797;
}
</style>