Shades of Pale Violet Red #E06D9E
Tints of Pale Violet Red #E06D9E
RGB
CMYK
RGB Variations
Color information
#E06D9E (or 0xE06D9E) is known color: Pale Violet Red. HEX triplet: E0, 6D and 9E. RGB value is (224,109,158). Sum of RGB (Red+Green+Blue) = 224+109+158=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06D9E is #1F9261. Grayscale: #949494. Windows color (decimal): -2069090 or 10382816. OLE color: 10382816.
HSL color Cylindrical-coordinate representation of color #E06D9E: hue angle of 334.43º 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 #E06D9E is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 158 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.12 |
| HSL | 334.43º | 0.65% | 0.65% | - |
| HSV(B) | 334.43º | 0.51% | 0.88% | - |
| XYZ | 42.38 | 29.25 | 35.76 | - |
| YUV | 148.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 158 | 0 | 0.51 | 0.29 | 0.12 | 334.43 | 0.65 | 0.65 |
| Hex | E0 | 6D | 9E | 0 | 33 | 1D | C | 14E | 41 | 41 |
| Octal | 340 | 155 | 236 | 0 | 63 | 35 | 14 | 516 | 101 | 101 |
| Binary | 11100000 | 1101101 | 10011110 | 0 | 110011 | 11101 | 1100 | 101001110 | 1000001 | 1000001 |
Color Harmonies of #E06D9E
Complementary color
Monochromatic Colors of #E06D9E
Black with #E06D9E
Text Example
Text Example
White with #E06D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D9E; }
p { color: rgb(224,109,158); }
H1.HeaderClassName
{
color: #E06D9E;
}
.AnyTagClassName
{
color: #E06D9E;
}
</style>
background-color css
<style>
a { background-color: #E06D9E; }
a { background-color: rgb(224,109,158); }
div.DivClassName
{
background-color: #E06D9E;
}
.BgClassName
{
background-color: #E06D9E;
}
</style>
border-color css
<style>
span { border-color: #E06D9E; }
span { border-color: rgb(224,109,158); }
td.TdClassName
{
border-color: #E06D9E;
}
.TagClassName
{
border-color: #E06D9E;
}
</style>