Shades of Pale Violet Red #E07791
Tints of Pale Violet Red #E07791
RGB
CMYK
RGB Variations
Color information
#E07791 (or 0xE07791) is known color: Pale Violet Red. HEX triplet: E0, 77 and 91. RGB value is (224,119,145). Sum of RGB (Red+Green+Blue) = 224+119+145=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E07791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07791 is #1F886E. Grayscale: #999999. Windows color (decimal): -2066543 or 9533408. OLE color: 9533408.
HSL color Cylindrical-coordinate representation of color #E07791: hue angle of 345.14º 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 #E07791 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 145 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.12 |
| HSL | 345.14º | 0.63% | 0.67% | - |
| HSV(B) | 345.14º | 0.47% | 0.88% | - |
| XYZ | 42.45 | 31.09 | 30.55 | - |
| YUV | 153.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 145 | 0 | 0.47 | 0.35 | 0.12 | 345.14 | 0.63 | 0.67 |
| Hex | E0 | 77 | 91 | 0 | 2F | 23 | C | 159 | 3F | 43 |
| Octal | 340 | 167 | 221 | 0 | 57 | 43 | 14 | 531 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10010001 | 0 | 101111 | 100011 | 1100 | 101011001 | 111111 | 1000011 |
Color Harmonies of #E07791
Complementary color
Monochromatic Colors of #E07791
Black with #E07791
Text Example
Text Example
White with #E07791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07791; }
p { color: rgb(224,119,145); }
H1.HeaderClassName
{
color: #E07791;
}
.AnyTagClassName
{
color: #E07791;
}
</style>
background-color css
<style>
a { background-color: #E07791; }
a { background-color: rgb(224,119,145); }
div.DivClassName
{
background-color: #E07791;
}
.BgClassName
{
background-color: #E07791;
}
</style>
border-color css
<style>
span { border-color: #E07791; }
span { border-color: rgb(224,119,145); }
td.TdClassName
{
border-color: #E07791;
}
.TagClassName
{
border-color: #E07791;
}
</style>