Shades of Pale Violet Red #E07092
Tints of Pale Violet Red #E07092
RGB
CMYK
RGB Variations
Color information
#E07092 (or 0xE07092) is known color: Pale Violet Red. HEX triplet: E0, 70 and 92. RGB value is (224,112,146). Sum of RGB (Red+Green+Blue) = 224+112+146=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E07092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07092 is #1F8F6D. Grayscale: #959595. Windows color (decimal): -2068334 or 9597152. OLE color: 9597152.
HSL color Cylindrical-coordinate representation of color #E07092: hue angle of 341.79º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07092 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 146 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.12 |
| HSL | 341.79º | 0.64% | 0.66% | - |
| HSV(B) | 341.79º | 0.5% | 0.88% | - |
| XYZ | 41.72 | 29.51 | 30.69 | - |
| YUV | 149.36 | 126.11 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 146 | 0 | 0.50 | 0.35 | 0.12 | 341.79 | 0.64 | 0.66 |
| Hex | E0 | 70 | 92 | 0 | 32 | 23 | C | 156 | 40 | 42 |
| Octal | 340 | 160 | 222 | 0 | 62 | 43 | 14 | 526 | 100 | 102 |
| Binary | 11100000 | 1110000 | 10010010 | 0 | 110010 | 100011 | 1100 | 101010110 | 1000000 | 1000010 |
Color Harmonies of #E07092
Complementary color
Monochromatic Colors of #E07092
Black with #E07092
Text Example
Text Example
White with #E07092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07092; }
p { color: rgb(224,112,146); }
H1.HeaderClassName
{
color: #E07092;
}
.AnyTagClassName
{
color: #E07092;
}
</style>
background-color css
<style>
a { background-color: #E07092; }
a { background-color: rgb(224,112,146); }
div.DivClassName
{
background-color: #E07092;
}
.BgClassName
{
background-color: #E07092;
}
</style>
border-color css
<style>
span { border-color: #E07092; }
span { border-color: rgb(224,112,146); }
td.TdClassName
{
border-color: #E07092;
}
.TagClassName
{
border-color: #E07092;
}
</style>