Shades of Pale Violet Red #E06E93
Tints of Pale Violet Red #E06E93
RGB
CMYK
RGB Variations
Color information
#E06E93 (or 0xE06E93) is known color: Pale Violet Red. HEX triplet: E0, 6E and 93. RGB value is (224,110,147). Sum of RGB (Red+Green+Blue) = 224+110+147=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06E93 is #1F916C. Grayscale: #949494. Windows color (decimal): -2068845 or 9662176. OLE color: 9662176.
HSL color Cylindrical-coordinate representation of color #E06E93: hue angle of 340.53º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06E93 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 147 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.12 |
| HSL | 340.53º | 0.65% | 0.65% | - |
| HSV(B) | 340.53º | 0.51% | 0.88% | - |
| XYZ | 41.58 | 29.11 | 31.03 | - |
| YUV | 148.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 147 | 0 | 0.51 | 0.34 | 0.12 | 340.53 | 0.65 | 0.65 |
| Hex | E0 | 6E | 93 | 0 | 33 | 22 | C | 155 | 41 | 41 |
| Octal | 340 | 156 | 223 | 0 | 63 | 42 | 14 | 525 | 101 | 101 |
| Binary | 11100000 | 1101110 | 10010011 | 0 | 110011 | 100010 | 1100 | 101010101 | 1000001 | 1000001 |
Color Harmonies of #E06E93
Complementary color
Monochromatic Colors of #E06E93
Black with #E06E93
Text Example
Text Example
White with #E06E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E93; }
p { color: rgb(224,110,147); }
H1.HeaderClassName
{
color: #E06E93;
}
.AnyTagClassName
{
color: #E06E93;
}
</style>
background-color css
<style>
a { background-color: #E06E93; }
a { background-color: rgb(224,110,147); }
div.DivClassName
{
background-color: #E06E93;
}
.BgClassName
{
background-color: #E06E93;
}
</style>
border-color css
<style>
span { border-color: #E06E93; }
span { border-color: rgb(224,110,147); }
td.TdClassName
{
border-color: #E06E93;
}
.TagClassName
{
border-color: #E06E93;
}
</style>