Shades of Pale Violet Red #E07898
Tints of Pale Violet Red #E07898
RGB
CMYK
RGB Variations
Color information
#E07898 (or 0xE07898) is known color: Pale Violet Red. HEX triplet: E0, 78 and 98. RGB value is (224,120,152). Sum of RGB (Red+Green+Blue) = 224+120+152=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E07898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07898 is #1F8767. Grayscale: #9A9A9A. Windows color (decimal): -2066280 or 9992416. OLE color: 9992416.
HSL color Cylindrical-coordinate representation of color #E07898: hue angle of 341.54º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07898 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 152 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.12 |
| HSL | 341.54º | 0.63% | 0.67% | - |
| HSV(B) | 341.54º | 0.46% | 0.88% | - |
| XYZ | 43.12 | 31.55 | 33.52 | - |
| YUV | 154.74 | 126.46 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 152 | 0 | 0.46 | 0.32 | 0.12 | 341.54 | 0.63 | 0.67 |
| Hex | E0 | 78 | 98 | 0 | 2E | 20 | C | 156 | 3F | 43 |
| Octal | 340 | 170 | 230 | 0 | 56 | 40 | 14 | 526 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10011000 | 0 | 101110 | 100000 | 1100 | 101010110 | 111111 | 1000011 |
Color Harmonies of #E07898
Complementary color
Monochromatic Colors of #E07898
Black with #E07898
Text Example
Text Example
White with #E07898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07898; }
p { color: rgb(224,120,152); }
H1.HeaderClassName
{
color: #E07898;
}
.AnyTagClassName
{
color: #E07898;
}
</style>
background-color css
<style>
a { background-color: #E07898; }
a { background-color: rgb(224,120,152); }
div.DivClassName
{
background-color: #E07898;
}
.BgClassName
{
background-color: #E07898;
}
</style>
border-color css
<style>
span { border-color: #E07898; }
span { border-color: rgb(224,120,152); }
td.TdClassName
{
border-color: #E07898;
}
.TagClassName
{
border-color: #E07898;
}
</style>