Shades of Pale Violet Red #E66D9E
Tints of Pale Violet Red #E66D9E
RGB
CMYK
RGB Variations
Color information
#E66D9E (or 0xE66D9E) is known color: Pale Violet Red. HEX triplet: E6, 6D and 9E. RGB value is (230,109,158). Sum of RGB (Red+Green+Blue) = 230+109+158=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66D9E is #199261. Grayscale: #969696. Windows color (decimal): -1675874 or 10382822. OLE color: 10382822.
HSL color Cylindrical-coordinate representation of color #E66D9E: hue angle of 335.7º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66D9E is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 158 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.10 |
| HSL | 335.7º | 0.71% | 0.66% | - |
| HSV(B) | 335.7º | 0.53% | 0.9% | - |
| XYZ | 44.27 | 30.23 | 35.85 | - |
| YUV | 150.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 158 | 0 | 0.53 | 0.31 | 0.10 | 335.7 | 0.71 | 0.66 |
| Hex | E6 | 6D | 9E | 0 | 35 | 1F | A | 150 | 47 | 42 |
| Octal | 346 | 155 | 236 | 0 | 65 | 37 | 12 | 520 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10011110 | 0 | 110101 | 11111 | 1010 | 101010000 | 1000111 | 1000010 |
Color Harmonies of #E66D9E
Complementary color
Monochromatic Colors of #E66D9E
Black with #E66D9E
Text Example
Text Example
White with #E66D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D9E; }
p { color: rgb(230,109,158); }
H1.HeaderClassName
{
color: #E66D9E;
}
.AnyTagClassName
{
color: #E66D9E;
}
</style>
background-color css
<style>
a { background-color: #E66D9E; }
a { background-color: rgb(230,109,158); }
div.DivClassName
{
background-color: #E66D9E;
}
.BgClassName
{
background-color: #E66D9E;
}
</style>
border-color css
<style>
span { border-color: #E66D9E; }
span { border-color: rgb(230,109,158); }
td.TdClassName
{
border-color: #E66D9E;
}
.TagClassName
{
border-color: #E66D9E;
}
</style>