Shades of Pale Violet Red #E07998
Tints of Pale Violet Red #E07998
RGB
CMYK
RGB Variations
Color information
#E07998 (or 0xE07998) is known color: Pale Violet Red. HEX triplet: E0, 79 and 98. RGB value is (224,121,152). Sum of RGB (Red+Green+Blue) = 224+121+152=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E07998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07998 is #1F8667. Grayscale: #9B9B9B. Windows color (decimal): -2066024 or 9992672. OLE color: 9992672.
HSL color Cylindrical-coordinate representation of color #E07998: hue angle of 341.94º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07998 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 152 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.12 |
| HSL | 341.94º | 0.62% | 0.68% | - |
| HSV(B) | 341.94º | 0.46% | 0.88% | - |
| XYZ | 43.25 | 31.79 | 33.56 | - |
| YUV | 155.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 152 | 0 | 0.46 | 0.32 | 0.12 | 341.94 | 0.62 | 0.68 |
| Hex | E0 | 79 | 98 | 0 | 2E | 20 | C | 156 | 3E | 44 |
| Octal | 340 | 171 | 230 | 0 | 56 | 40 | 14 | 526 | 76 | 104 |
| Binary | 11100000 | 1111001 | 10011000 | 0 | 101110 | 100000 | 1100 | 101010110 | 111110 | 1000100 |
Color Harmonies of #E07998
Complementary color
Monochromatic Colors of #E07998
Black with #E07998
Text Example
Text Example
White with #E07998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07998; }
p { color: rgb(224,121,152); }
H1.HeaderClassName
{
color: #E07998;
}
.AnyTagClassName
{
color: #E07998;
}
</style>
background-color css
<style>
a { background-color: #E07998; }
a { background-color: rgb(224,121,152); }
div.DivClassName
{
background-color: #E07998;
}
.BgClassName
{
background-color: #E07998;
}
</style>
border-color css
<style>
span { border-color: #E07998; }
span { border-color: rgb(224,121,152); }
td.TdClassName
{
border-color: #E07998;
}
.TagClassName
{
border-color: #E07998;
}
</style>