Shades of Pale Violet Red #E06993
Tints of Pale Violet Red #E06993
RGB
CMYK
RGB Variations
Color information
#E06993 (or 0xE06993) is known color: Pale Violet Red. HEX triplet: E0, 69 and 93. RGB value is (224,105,147). Sum of RGB (Red+Green+Blue) = 224+105+147=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E06993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06993 is #1F966C. Grayscale: #919191. Windows color (decimal): -2070125 or 9660896. OLE color: 9660896.
HSL color Cylindrical-coordinate representation of color #E06993: hue angle of 338.82º 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 #E06993 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 147 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.12 |
| HSL | 338.82º | 0.66% | 0.65% | - |
| HSV(B) | 338.82º | 0.53% | 0.88% | - |
| XYZ | 41.06 | 28.06 | 30.86 | - |
| YUV | 145.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 147 | 0 | 0.53 | 0.34 | 0.12 | 338.82 | 0.66 | 0.65 |
| Hex | E0 | 69 | 93 | 0 | 35 | 22 | C | 153 | 42 | 41 |
| Octal | 340 | 151 | 223 | 0 | 65 | 42 | 14 | 523 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10010011 | 0 | 110101 | 100010 | 1100 | 101010011 | 1000010 | 1000001 |
Color Harmonies of #E06993
Complementary color
Monochromatic Colors of #E06993
Black with #E06993
Text Example
Text Example
White with #E06993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06993; }
p { color: rgb(224,105,147); }
H1.HeaderClassName
{
color: #E06993;
}
.AnyTagClassName
{
color: #E06993;
}
</style>
background-color css
<style>
a { background-color: #E06993; }
a { background-color: rgb(224,105,147); }
div.DivClassName
{
background-color: #E06993;
}
.BgClassName
{
background-color: #E06993;
}
</style>
border-color css
<style>
span { border-color: #E06993; }
span { border-color: rgb(224,105,147); }
td.TdClassName
{
border-color: #E06993;
}
.TagClassName
{
border-color: #E06993;
}
</style>