Shades of Pale Violet Red #E07299
Tints of Pale Violet Red #E07299
RGB
CMYK
RGB Variations
Color information
#E07299 (or 0xE07299) is known color: Pale Violet Red. HEX triplet: E0, 72 and 99. RGB value is (224,114,153). Sum of RGB (Red+Green+Blue) = 224+114+153=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E07299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07299 is #1F8D66. Grayscale: #979797. Windows color (decimal): -2067815 or 10056416. OLE color: 10056416.
HSL color Cylindrical-coordinate representation of color #E07299: hue angle of 338.73º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07299 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 153 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.12 |
| HSL | 338.73º | 0.64% | 0.66% | - |
| HSV(B) | 338.73º | 0.49% | 0.88% | - |
| XYZ | 42.51 | 30.18 | 33.72 | - |
| YUV | 151.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 153 | 0 | 0.49 | 0.32 | 0.12 | 338.73 | 0.64 | 0.66 |
| Hex | E0 | 72 | 99 | 0 | 31 | 20 | C | 153 | 40 | 42 |
| Octal | 340 | 162 | 231 | 0 | 61 | 40 | 14 | 523 | 100 | 102 |
| Binary | 11100000 | 1110010 | 10011001 | 0 | 110001 | 100000 | 1100 | 101010011 | 1000000 | 1000010 |
Color Harmonies of #E07299
Complementary color
Monochromatic Colors of #E07299
Black with #E07299
Text Example
Text Example
White with #E07299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07299; }
p { color: rgb(224,114,153); }
H1.HeaderClassName
{
color: #E07299;
}
.AnyTagClassName
{
color: #E07299;
}
</style>
background-color css
<style>
a { background-color: #E07299; }
a { background-color: rgb(224,114,153); }
div.DivClassName
{
background-color: #E07299;
}
.BgClassName
{
background-color: #E07299;
}
</style>
border-color css
<style>
span { border-color: #E07299; }
span { border-color: rgb(224,114,153); }
td.TdClassName
{
border-color: #E07299;
}
.TagClassName
{
border-color: #E07299;
}
</style>