Shades of Pale Violet Red #E06C92
Tints of Pale Violet Red #E06C92
RGB
CMYK
RGB Variations
Color information
#E06C92 (or 0xE06C92) is known color: Pale Violet Red. HEX triplet: E0, 6C and 92. RGB value is (224,108,146). Sum of RGB (Red+Green+Blue) = 224+108+146=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06C92 is #1F936D. Grayscale: #929292. Windows color (decimal): -2069358 or 9596128. OLE color: 9596128.
HSL color Cylindrical-coordinate representation of color #E06C92: hue angle of 340.34º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06C92 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 146 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.12 |
| HSL | 340.34º | 0.65% | 0.65% | - |
| HSV(B) | 340.34º | 0.52% | 0.88% | - |
| XYZ | 41.29 | 28.65 | 30.55 | - |
| YUV | 147.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 146 | 0 | 0.52 | 0.35 | 0.12 | 340.34 | 0.65 | 0.65 |
| Hex | E0 | 6C | 92 | 0 | 34 | 23 | C | 154 | 41 | 41 |
| Octal | 340 | 154 | 222 | 0 | 64 | 43 | 14 | 524 | 101 | 101 |
| Binary | 11100000 | 1101100 | 10010010 | 0 | 110100 | 100011 | 1100 | 101010100 | 1000001 | 1000001 |
Color Harmonies of #E06C92
Complementary color
Monochromatic Colors of #E06C92
Black with #E06C92
Text Example
Text Example
White with #E06C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C92; }
p { color: rgb(224,108,146); }
H1.HeaderClassName
{
color: #E06C92;
}
.AnyTagClassName
{
color: #E06C92;
}
</style>
background-color css
<style>
a { background-color: #E06C92; }
a { background-color: rgb(224,108,146); }
div.DivClassName
{
background-color: #E06C92;
}
.BgClassName
{
background-color: #E06C92;
}
</style>
border-color css
<style>
span { border-color: #E06C92; }
span { border-color: rgb(224,108,146); }
td.TdClassName
{
border-color: #E06C92;
}
.TagClassName
{
border-color: #E06C92;
}
</style>