Shades of Pale Violet Red #E07497
Tints of Pale Violet Red #E07497
RGB
CMYK
RGB Variations
Color information
#E07497 (or 0xE07497) is known color: Pale Violet Red. HEX triplet: E0, 74 and 97. RGB value is (224,116,151). Sum of RGB (Red+Green+Blue) = 224+116+151=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E07497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07497 is #1F8B68. Grayscale: #989898. Windows color (decimal): -2067305 or 9925856. OLE color: 9925856.
HSL color Cylindrical-coordinate representation of color #E07497: hue angle of 340.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07497 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 151 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.12 |
| HSL | 340.56º | 0.64% | 0.67% | - |
| HSV(B) | 340.56º | 0.48% | 0.88% | - |
| XYZ | 42.57 | 30.57 | 32.94 | - |
| YUV | 152.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 151 | 0 | 0.48 | 0.33 | 0.12 | 340.56 | 0.64 | 0.67 |
| Hex | E0 | 74 | 97 | 0 | 30 | 21 | C | 155 | 40 | 43 |
| Octal | 340 | 164 | 227 | 0 | 60 | 41 | 14 | 525 | 100 | 103 |
| Binary | 11100000 | 1110100 | 10010111 | 0 | 110000 | 100001 | 1100 | 101010101 | 1000000 | 1000011 |
Color Harmonies of #E07497
Complementary color
Monochromatic Colors of #E07497
Black with #E07497
Text Example
Text Example
White with #E07497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07497; }
p { color: rgb(224,116,151); }
H1.HeaderClassName
{
color: #E07497;
}
.AnyTagClassName
{
color: #E07497;
}
</style>
background-color css
<style>
a { background-color: #E07497; }
a { background-color: rgb(224,116,151); }
div.DivClassName
{
background-color: #E07497;
}
.BgClassName
{
background-color: #E07497;
}
</style>
border-color css
<style>
span { border-color: #E07497; }
span { border-color: rgb(224,116,151); }
td.TdClassName
{
border-color: #E07497;
}
.TagClassName
{
border-color: #E07497;
}
</style>