Shades of Pale Violet Red #E06E9D
Tints of Pale Violet Red #E06E9D
RGB
CMYK
RGB Variations
Color information
#E06E9D (or 0xE06E9D) is known color: Pale Violet Red. HEX triplet: E0, 6E and 9D. RGB value is (224,110,157). Sum of RGB (Red+Green+Blue) = 224+110+157=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06E9D is #1F9162. Grayscale: #959595. Windows color (decimal): -2068835 or 10317536. OLE color: 10317536.
HSL color Cylindrical-coordinate representation of color #E06E9D: hue angle of 335.26º 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 #E06E9D is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 157 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.12 |
| HSL | 335.26º | 0.65% | 0.65% | - |
| HSV(B) | 335.26º | 0.51% | 0.88% | - |
| XYZ | 42.4 | 29.43 | 35.34 | - |
| YUV | 149.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 157 | 0 | 0.51 | 0.30 | 0.12 | 335.26 | 0.65 | 0.65 |
| Hex | E0 | 6E | 9D | 0 | 33 | 1E | C | 14F | 41 | 41 |
| Octal | 340 | 156 | 235 | 0 | 63 | 36 | 14 | 517 | 101 | 101 |
| Binary | 11100000 | 1101110 | 10011101 | 0 | 110011 | 11110 | 1100 | 101001111 | 1000001 | 1000001 |
Color Harmonies of #E06E9D
Complementary color
Monochromatic Colors of #E06E9D
Black with #E06E9D
Text Example
Text Example
White with #E06E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E9D; }
p { color: rgb(224,110,157); }
H1.HeaderClassName
{
color: #E06E9D;
}
.AnyTagClassName
{
color: #E06E9D;
}
</style>
background-color css
<style>
a { background-color: #E06E9D; }
a { background-color: rgb(224,110,157); }
div.DivClassName
{
background-color: #E06E9D;
}
.BgClassName
{
background-color: #E06E9D;
}
</style>
border-color css
<style>
span { border-color: #E06E9D; }
span { border-color: rgb(224,110,157); }
td.TdClassName
{
border-color: #E06E9D;
}
.TagClassName
{
border-color: #E06E9D;
}
</style>