Shades of Pale Violet Red #E06990
Tints of Pale Violet Red #E06990
RGB
CMYK
RGB Variations
Color information
#E06990 (or 0xE06990) is known color: Pale Violet Red. HEX triplet: E0, 69 and 90. RGB value is (224,105,144). Sum of RGB (Red+Green+Blue) = 224+105+144=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E06990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06990 is #1F966F. Grayscale: #909090. Windows color (decimal): -2070128 or 9464288. OLE color: 9464288.
HSL color Cylindrical-coordinate representation of color #E06990: hue angle of 340.34º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06990 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 144 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.12 |
| HSL | 340.34º | 0.66% | 0.65% | - |
| HSV(B) | 340.34º | 0.53% | 0.88% | - |
| XYZ | 40.83 | 27.96 | 29.63 | - |
| YUV | 145.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 144 | 0 | 0.53 | 0.36 | 0.12 | 340.34 | 0.66 | 0.65 |
| Hex | E0 | 69 | 90 | 0 | 35 | 24 | C | 154 | 42 | 41 |
| Octal | 340 | 151 | 220 | 0 | 65 | 44 | 14 | 524 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10010000 | 0 | 110101 | 100100 | 1100 | 101010100 | 1000010 | 1000001 |
Color Harmonies of #E06990
Complementary color
Monochromatic Colors of #E06990
Black with #E06990
Text Example
Text Example
White with #E06990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06990; }
p { color: rgb(224,105,144); }
H1.HeaderClassName
{
color: #E06990;
}
.AnyTagClassName
{
color: #E06990;
}
</style>
background-color css
<style>
a { background-color: #E06990; }
a { background-color: rgb(224,105,144); }
div.DivClassName
{
background-color: #E06990;
}
.BgClassName
{
background-color: #E06990;
}
</style>
border-color css
<style>
span { border-color: #E06990; }
span { border-color: rgb(224,105,144); }
td.TdClassName
{
border-color: #E06990;
}
.TagClassName
{
border-color: #E06990;
}
</style>