Shades of Pale Violet Red #E07798
Tints of Pale Violet Red #E07798
RGB
CMYK
RGB Variations
Color information
#E07798 (or 0xE07798) is known color: Pale Violet Red. HEX triplet: E0, 77 and 98. RGB value is (224,119,152). Sum of RGB (Red+Green+Blue) = 224+119+152=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E07798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07798 is #1F8867. Grayscale: #9A9A9A. Windows color (decimal): -2066536 or 9992160. OLE color: 9992160.
HSL color Cylindrical-coordinate representation of color #E07798: hue angle of 341.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 #E07798 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 152 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.12 |
| HSL | 341.14º | 0.63% | 0.67% | - |
| HSV(B) | 341.14º | 0.47% | 0.88% | - |
| XYZ | 43 | 31.31 | 33.48 | - |
| YUV | 154.16 | 126.79 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 152 | 0 | 0.47 | 0.32 | 0.12 | 341.14 | 0.63 | 0.67 |
| Hex | E0 | 77 | 98 | 0 | 2F | 20 | C | 155 | 3F | 43 |
| Octal | 340 | 167 | 230 | 0 | 57 | 40 | 14 | 525 | 77 | 103 |
| Binary | 11100000 | 1110111 | 10011000 | 0 | 101111 | 100000 | 1100 | 101010101 | 111111 | 1000011 |
Color Harmonies of #E07798
Complementary color
Monochromatic Colors of #E07798
Black with #E07798
Text Example
Text Example
White with #E07798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07798; }
p { color: rgb(224,119,152); }
H1.HeaderClassName
{
color: #E07798;
}
.AnyTagClassName
{
color: #E07798;
}
</style>
background-color css
<style>
a { background-color: #E07798; }
a { background-color: rgb(224,119,152); }
div.DivClassName
{
background-color: #E07798;
}
.BgClassName
{
background-color: #E07798;
}
</style>
border-color css
<style>
span { border-color: #E07798; }
span { border-color: rgb(224,119,152); }
td.TdClassName
{
border-color: #E07798;
}
.TagClassName
{
border-color: #E07798;
}
</style>