Shades of Pale Violet Red #E07291
Tints of Pale Violet Red #E07291
RGB
CMYK
RGB Variations
Color information
#E07291 (or 0xE07291) is known color: Pale Violet Red. HEX triplet: E0, 72 and 91. RGB value is (224,114,145). Sum of RGB (Red+Green+Blue) = 224+114+145=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E07291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07291 is #1F8D6E. Grayscale: #969696. Windows color (decimal): -2067823 or 9532128. OLE color: 9532128.
HSL color Cylindrical-coordinate representation of color #E07291: hue angle of 343.09º 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 #E07291 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 145 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.12 |
| HSL | 343.09º | 0.64% | 0.66% | - |
| HSV(B) | 343.09º | 0.49% | 0.88% | - |
| XYZ | 41.87 | 29.93 | 30.36 | - |
| YUV | 150.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 145 | 0 | 0.49 | 0.35 | 0.12 | 343.09 | 0.64 | 0.66 |
| Hex | E0 | 72 | 91 | 0 | 31 | 23 | C | 157 | 40 | 42 |
| Octal | 340 | 162 | 221 | 0 | 61 | 43 | 14 | 527 | 100 | 102 |
| Binary | 11100000 | 1110010 | 10010001 | 0 | 110001 | 100011 | 1100 | 101010111 | 1000000 | 1000010 |
Color Harmonies of #E07291
Complementary color
Monochromatic Colors of #E07291
Black with #E07291
Text Example
Text Example
White with #E07291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07291; }
p { color: rgb(224,114,145); }
H1.HeaderClassName
{
color: #E07291;
}
.AnyTagClassName
{
color: #E07291;
}
</style>
background-color css
<style>
a { background-color: #E07291; }
a { background-color: rgb(224,114,145); }
div.DivClassName
{
background-color: #E07291;
}
.BgClassName
{
background-color: #E07291;
}
</style>
border-color css
<style>
span { border-color: #E07291; }
span { border-color: rgb(224,114,145); }
td.TdClassName
{
border-color: #E07291;
}
.TagClassName
{
border-color: #E07291;
}
</style>