Shades of Pale Violet Red #E07795
Tints of Pale Violet Red #E07795
RGB
CMYK
RGB Variations
Color information
#E07795 (or 0xE07795) is known color: Pale Violet Red. HEX triplet: E0, 77 and 95. RGB value is (224,119,149). Sum of RGB (Red+Green+Blue) = 224+119+149=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E07795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07795 is #1F886A. Grayscale: #999999. Windows color (decimal): -2066539 or 9795552. OLE color: 9795552.
HSL color Cylindrical-coordinate representation of color #E07795: hue angle of 342.86º 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 #E07795 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 149 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.12 |
| HSL | 342.86º | 0.63% | 0.67% | - |
| HSV(B) | 342.86º | 0.47% | 0.88% | - |
| XYZ | 42.76 | 31.21 | 32.2 | - |
| YUV | 153.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 149 | 0 | 0.47 | 0.33 | 0.12 | 342.86 | 0.63 | 0.67 |
| Hex | E0 | 77 | 95 | 0 | 2F | 21 | C | 157 | 3F | 43 |
| Octal | 340 | 167 | 225 | 0 | 57 | 41 | 14 | 527 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10010101 | 0 | 101111 | 100001 | 1100 | 101010111 | 111111 | 1000011 |
Color Harmonies of #E07795
Complementary color
Monochromatic Colors of #E07795
Black with #E07795
Text Example
Text Example
White with #E07795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07795; }
p { color: rgb(224,119,149); }
H1.HeaderClassName
{
color: #E07795;
}
.AnyTagClassName
{
color: #E07795;
}
</style>
background-color css
<style>
a { background-color: #E07795; }
a { background-color: rgb(224,119,149); }
div.DivClassName
{
background-color: #E07795;
}
.BgClassName
{
background-color: #E07795;
}
</style>
border-color css
<style>
span { border-color: #E07795; }
span { border-color: rgb(224,119,149); }
td.TdClassName
{
border-color: #E07795;
}
.TagClassName
{
border-color: #E07795;
}
</style>