Shades of Pale Violet Red #E66A9D
Tints of Pale Violet Red #E66A9D
RGB
CMYK
RGB Variations
Color information
#E66A9D (or 0xE66A9D) is known color: Pale Violet Red. HEX triplet: E6, 6A and 9D. RGB value is (230,106,157). Sum of RGB (Red+Green+Blue) = 230+106+157=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66A9D is #199562. Grayscale: #949494. Windows color (decimal): -1676643 or 10316518. OLE color: 10316518.
HSL color Cylindrical-coordinate representation of color #E66A9D: hue angle of 335.32º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66A9D is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 157 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.10 |
| HSL | 335.32º | 0.71% | 0.66% | - |
| HSV(B) | 335.32º | 0.54% | 0.9% | - |
| XYZ | 43.87 | 29.57 | 35.29 | - |
| YUV | 148.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 157 | 0 | 0.54 | 0.32 | 0.10 | 335.32 | 0.71 | 0.66 |
| Hex | E6 | 6A | 9D | 0 | 36 | 20 | A | 14F | 47 | 42 |
| Octal | 346 | 152 | 235 | 0 | 66 | 40 | 12 | 517 | 107 | 102 |
| Binary | 11100110 | 1101010 | 10011101 | 0 | 110110 | 100000 | 1010 | 101001111 | 1000111 | 1000010 |
Color Harmonies of #E66A9D
Complementary color
Monochromatic Colors of #E66A9D
Black with #E66A9D
Text Example
Text Example
White with #E66A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A9D; }
p { color: rgb(230,106,157); }
H1.HeaderClassName
{
color: #E66A9D;
}
.AnyTagClassName
{
color: #E66A9D;
}
</style>
background-color css
<style>
a { background-color: #E66A9D; }
a { background-color: rgb(230,106,157); }
div.DivClassName
{
background-color: #E66A9D;
}
.BgClassName
{
background-color: #E66A9D;
}
</style>
border-color css
<style>
span { border-color: #E66A9D; }
span { border-color: rgb(230,106,157); }
td.TdClassName
{
border-color: #E66A9D;
}
.TagClassName
{
border-color: #E66A9D;
}
</style>