Shades of Pale Violet Red #E66D9A
Tints of Pale Violet Red #E66D9A
RGB
CMYK
RGB Variations
Color information
#E66D9A (or 0xE66D9A) is known color: Pale Violet Red. HEX triplet: E6, 6D and 9A. RGB value is (230,109,154). Sum of RGB (Red+Green+Blue) = 230+109+154=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66D9A is #199265. Grayscale: #969696. Windows color (decimal): -1675878 or 10120678. OLE color: 10120678.
HSL color Cylindrical-coordinate representation of color #E66D9A: hue angle of 337.69º 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 #E66D9A is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 154 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.10 |
| HSL | 337.69º | 0.71% | 0.66% | - |
| HSV(B) | 337.69º | 0.53% | 0.9% | - |
| XYZ | 43.93 | 30.09 | 34.06 | - |
| YUV | 150.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 154 | 0 | 0.53 | 0.33 | 0.10 | 337.69 | 0.71 | 0.66 |
| Hex | E6 | 6D | 9A | 0 | 35 | 21 | A | 152 | 47 | 42 |
| Octal | 346 | 155 | 232 | 0 | 65 | 41 | 12 | 522 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10011010 | 0 | 110101 | 100001 | 1010 | 101010010 | 1000111 | 1000010 |
Color Harmonies of #E66D9A
Complementary color
Monochromatic Colors of #E66D9A
Black with #E66D9A
Text Example
Text Example
White with #E66D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D9A; }
p { color: rgb(230,109,154); }
H1.HeaderClassName
{
color: #E66D9A;
}
.AnyTagClassName
{
color: #E66D9A;
}
</style>
background-color css
<style>
a { background-color: #E66D9A; }
a { background-color: rgb(230,109,154); }
div.DivClassName
{
background-color: #E66D9A;
}
.BgClassName
{
background-color: #E66D9A;
}
</style>
border-color css
<style>
span { border-color: #E66D9A; }
span { border-color: rgb(230,109,154); }
td.TdClassName
{
border-color: #E66D9A;
}
.TagClassName
{
border-color: #E66D9A;
}
</style>