Shades of Pale Violet Red #E07090
Tints of Pale Violet Red #E07090
RGB
CMYK
RGB Variations
Color information
#E07090 (or 0xE07090) is known color: Pale Violet Red. HEX triplet: E0, 70 and 90. RGB value is (224,112,144). Sum of RGB (Red+Green+Blue) = 224+112+144=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E07090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07090 is #1F8F6F. Grayscale: #959595. Windows color (decimal): -2068336 or 9466080. OLE color: 9466080.
HSL color Cylindrical-coordinate representation of color #E07090: hue angle of 342.86º 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 #E07090 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 144 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.12 |
| HSL | 342.86º | 0.64% | 0.66% | - |
| HSV(B) | 342.86º | 0.5% | 0.88% | - |
| XYZ | 41.57 | 29.45 | 29.88 | - |
| YUV | 149.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 144 | 0 | 0.50 | 0.36 | 0.12 | 342.86 | 0.64 | 0.66 |
| Hex | E0 | 70 | 90 | 0 | 32 | 24 | C | 157 | 40 | 42 |
| Octal | 340 | 160 | 220 | 0 | 62 | 44 | 14 | 527 | 100 | 102 |
| Binary | 11100000 | 1110000 | 10010000 | 0 | 110010 | 100100 | 1100 | 101010111 | 1000000 | 1000010 |
Color Harmonies of #E07090
Complementary color
Monochromatic Colors of #E07090
Black with #E07090
Text Example
Text Example
White with #E07090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07090; }
p { color: rgb(224,112,144); }
H1.HeaderClassName
{
color: #E07090;
}
.AnyTagClassName
{
color: #E07090;
}
</style>
background-color css
<style>
a { background-color: #E07090; }
a { background-color: rgb(224,112,144); }
div.DivClassName
{
background-color: #E07090;
}
.BgClassName
{
background-color: #E07090;
}
</style>
border-color css
<style>
span { border-color: #E07090; }
span { border-color: rgb(224,112,144); }
td.TdClassName
{
border-color: #E07090;
}
.TagClassName
{
border-color: #E07090;
}
</style>