Shades of Pale Violet Red #E06992
Tints of Pale Violet Red #E06992
RGB
CMYK
RGB Variations
Color information
#E06992 (or 0xE06992) is known color: Pale Violet Red. HEX triplet: E0, 69 and 92. RGB value is (224,105,146). Sum of RGB (Red+Green+Blue) = 224+105+146=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E06992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06992 is #1F966D. Grayscale: #919191. Windows color (decimal): -2070126 or 9595360. OLE color: 9595360.
HSL color Cylindrical-coordinate representation of color #E06992: hue angle of 339.33º 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 #E06992 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 146 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.12 |
| HSL | 339.33º | 0.66% | 0.65% | - |
| HSV(B) | 339.33º | 0.53% | 0.88% | - |
| XYZ | 40.98 | 28.03 | 30.44 | - |
| YUV | 145.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 146 | 0 | 0.53 | 0.35 | 0.12 | 339.33 | 0.66 | 0.65 |
| Hex | E0 | 69 | 92 | 0 | 35 | 23 | C | 153 | 42 | 41 |
| Octal | 340 | 151 | 222 | 0 | 65 | 43 | 14 | 523 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10010010 | 0 | 110101 | 100011 | 1100 | 101010011 | 1000010 | 1000001 |
Color Harmonies of #E06992
Complementary color
Monochromatic Colors of #E06992
Black with #E06992
Text Example
Text Example
White with #E06992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06992; }
p { color: rgb(224,105,146); }
H1.HeaderClassName
{
color: #E06992;
}
.AnyTagClassName
{
color: #E06992;
}
</style>
background-color css
<style>
a { background-color: #E06992; }
a { background-color: rgb(224,105,146); }
div.DivClassName
{
background-color: #E06992;
}
.BgClassName
{
background-color: #E06992;
}
</style>
border-color css
<style>
span { border-color: #E06992; }
span { border-color: rgb(224,105,146); }
td.TdClassName
{
border-color: #E06992;
}
.TagClassName
{
border-color: #E06992;
}
</style>