Shades of Pale Violet Red #E07295
Tints of Pale Violet Red #E07295
RGB
CMYK
RGB Variations
Color information
#E07295 (or 0xE07295) is known color: Pale Violet Red. HEX triplet: E0, 72 and 95. RGB value is (224,114,149). Sum of RGB (Red+Green+Blue) = 224+114+149=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E07295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07295 is #1F8D6A. Grayscale: #969696. Windows color (decimal): -2067819 or 9794272. OLE color: 9794272.
HSL color Cylindrical-coordinate representation of color #E07295: hue angle of 340.91º 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 #E07295 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 149 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.12 |
| HSL | 340.91º | 0.64% | 0.66% | - |
| HSV(B) | 340.91º | 0.49% | 0.88% | - |
| XYZ | 42.18 | 30.05 | 32.01 | - |
| YUV | 150.88 | 126.94 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 149 | 0 | 0.49 | 0.33 | 0.12 | 340.91 | 0.64 | 0.66 |
| Hex | E0 | 72 | 95 | 0 | 31 | 21 | C | 155 | 40 | 42 |
| Octal | 340 | 162 | 225 | 0 | 61 | 41 | 14 | 525 | 100 | 102 |
| Binary | 11100000 | 1110010 | 10010101 | 0 | 110001 | 100001 | 1100 | 101010101 | 1000000 | 1000010 |
Color Harmonies of #E07295
Complementary color
Monochromatic Colors of #E07295
Black with #E07295
Text Example
Text Example
White with #E07295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07295; }
p { color: rgb(224,114,149); }
H1.HeaderClassName
{
color: #E07295;
}
.AnyTagClassName
{
color: #E07295;
}
</style>
background-color css
<style>
a { background-color: #E07295; }
a { background-color: rgb(224,114,149); }
div.DivClassName
{
background-color: #E07295;
}
.BgClassName
{
background-color: #E07295;
}
</style>
border-color css
<style>
span { border-color: #E07295; }
span { border-color: rgb(224,114,149); }
td.TdClassName
{
border-color: #E07295;
}
.TagClassName
{
border-color: #E07295;
}
</style>