Shades of Pale Violet Red #E07697
Tints of Pale Violet Red #E07697
RGB
CMYK
RGB Variations
Color information
#E07697 (or 0xE07697) is known color: Pale Violet Red. HEX triplet: E0, 76 and 97. RGB value is (224,118,151). Sum of RGB (Red+Green+Blue) = 224+118+151=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E07697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07697 is #1F8968. Grayscale: #999999. Windows color (decimal): -2066793 or 9926368. OLE color: 9926368.
HSL color Cylindrical-coordinate representation of color #E07697: hue angle of 341.32º 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 #E07697 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 151 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.12 |
| HSL | 341.32º | 0.63% | 0.67% | - |
| HSV(B) | 341.32º | 0.47% | 0.88% | - |
| XYZ | 42.8 | 31.04 | 33.01 | - |
| YUV | 153.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 151 | 0 | 0.47 | 0.33 | 0.12 | 341.32 | 0.63 | 0.67 |
| Hex | E0 | 76 | 97 | 0 | 2F | 21 | C | 155 | 3F | 43 |
| Octal | 340 | 166 | 227 | 0 | 57 | 41 | 14 | 525 | 77 | 103 |
| Binary | 11100000 | 1110110 | 10010111 | 0 | 101111 | 100001 | 1100 | 101010101 | 111111 | 1000011 |
Color Harmonies of #E07697
Complementary color
Monochromatic Colors of #E07697
Black with #E07697
Text Example
Text Example
White with #E07697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07697; }
p { color: rgb(224,118,151); }
H1.HeaderClassName
{
color: #E07697;
}
.AnyTagClassName
{
color: #E07697;
}
</style>
background-color css
<style>
a { background-color: #E07697; }
a { background-color: rgb(224,118,151); }
div.DivClassName
{
background-color: #E07697;
}
.BgClassName
{
background-color: #E07697;
}
</style>
border-color css
<style>
span { border-color: #E07697; }
span { border-color: rgb(224,118,151); }
td.TdClassName
{
border-color: #E07697;
}
.TagClassName
{
border-color: #E07697;
}
</style>