Shades of Pale Violet Red #E06A90
Tints of Pale Violet Red #E06A90
RGB
CMYK
RGB Variations
Color information
#E06A90 (or 0xE06A90) is known color: Pale Violet Red. HEX triplet: E0, 6A and 90. RGB value is (224,106,144). Sum of RGB (Red+Green+Blue) = 224+106+144=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06A90 is #1F956F. Grayscale: #919191. Windows color (decimal): -2069872 or 9464544. OLE color: 9464544.
HSL color Cylindrical-coordinate representation of color #E06A90: hue angle of 340.68º 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 #E06A90 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 144 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.12 |
| HSL | 340.68º | 0.66% | 0.65% | - |
| HSV(B) | 340.68º | 0.53% | 0.88% | - |
| XYZ | 40.93 | 28.17 | 29.67 | - |
| YUV | 145.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 144 | 0 | 0.53 | 0.36 | 0.12 | 340.68 | 0.66 | 0.65 |
| Hex | E0 | 6A | 90 | 0 | 35 | 24 | C | 155 | 42 | 41 |
| Octal | 340 | 152 | 220 | 0 | 65 | 44 | 14 | 525 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10010000 | 0 | 110101 | 100100 | 1100 | 101010101 | 1000010 | 1000001 |
Color Harmonies of #E06A90
Complementary color
Monochromatic Colors of #E06A90
Black with #E06A90
Text Example
Text Example
White with #E06A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A90; }
p { color: rgb(224,106,144); }
H1.HeaderClassName
{
color: #E06A90;
}
.AnyTagClassName
{
color: #E06A90;
}
</style>
background-color css
<style>
a { background-color: #E06A90; }
a { background-color: rgb(224,106,144); }
div.DivClassName
{
background-color: #E06A90;
}
.BgClassName
{
background-color: #E06A90;
}
</style>
border-color css
<style>
span { border-color: #E06A90; }
span { border-color: rgb(224,106,144); }
td.TdClassName
{
border-color: #E06A90;
}
.TagClassName
{
border-color: #E06A90;
}
</style>