Shades of Pale Violet Red #E66E9F
Tints of Pale Violet Red #E66E9F
RGB
CMYK
RGB Variations
Color information
#E66E9F (or 0xE66E9F) is known color: Pale Violet Red. HEX triplet: E6, 6E and 9F. RGB value is (230,110,159). Sum of RGB (Red+Green+Blue) = 230+110+159=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66E9F is #199160. Grayscale: #979797. Windows color (decimal): -1675617 or 10448614. OLE color: 10448614.
HSL color Cylindrical-coordinate representation of color #E66E9F: hue angle of 335.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66E9F is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 159 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.10 |
| HSL | 335.5º | 0.71% | 0.67% | - |
| HSV(B) | 335.5º | 0.52% | 0.9% | - |
| XYZ | 44.47 | 30.48 | 36.34 | - |
| YUV | 151.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 159 | 0 | 0.52 | 0.31 | 0.10 | 335.5 | 0.71 | 0.67 |
| Hex | E6 | 6E | 9F | 0 | 34 | 1F | A | 150 | 47 | 43 |
| Octal | 346 | 156 | 237 | 0 | 64 | 37 | 12 | 520 | 107 | 103 |
| Binary | 11100110 | 1101110 | 10011111 | 0 | 110100 | 11111 | 1010 | 101010000 | 1000111 | 1000011 |
Color Harmonies of #E66E9F
Complementary color
Monochromatic Colors of #E66E9F
Black with #E66E9F
Text Example
Text Example
White with #E66E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66E9F; }
p { color: rgb(230,110,159); }
H1.HeaderClassName
{
color: #E66E9F;
}
.AnyTagClassName
{
color: #E66E9F;
}
</style>
background-color css
<style>
a { background-color: #E66E9F; }
a { background-color: rgb(230,110,159); }
div.DivClassName
{
background-color: #E66E9F;
}
.BgClassName
{
background-color: #E66E9F;
}
</style>
border-color css
<style>
span { border-color: #E66E9F; }
span { border-color: rgb(230,110,159); }
td.TdClassName
{
border-color: #E66E9F;
}
.TagClassName
{
border-color: #E66E9F;
}
</style>