Shades of Pale Violet Red #E66D9C
Tints of Pale Violet Red #E66D9C
RGB
CMYK
RGB Variations
Color information
#E66D9C (or 0xE66D9C) is known color: Pale Violet Red. HEX triplet: E6, 6D and 9C. RGB value is (230,109,156). Sum of RGB (Red+Green+Blue) = 230+109+156=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66D9C is #199263. Grayscale: #969696. Windows color (decimal): -1675876 or 10251750. OLE color: 10251750.
HSL color Cylindrical-coordinate representation of color #E66D9C: hue angle of 336.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 #E66D9C is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 156 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.10 |
| HSL | 336.69º | 0.71% | 0.66% | - |
| HSV(B) | 336.69º | 0.53% | 0.9% | - |
| XYZ | 44.1 | 30.16 | 34.95 | - |
| YUV | 150.54 | 131.09 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 156 | 0 | 0.53 | 0.32 | 0.10 | 336.69 | 0.71 | 0.66 |
| Hex | E6 | 6D | 9C | 0 | 35 | 20 | A | 151 | 47 | 42 |
| Octal | 346 | 155 | 234 | 0 | 65 | 40 | 12 | 521 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10011100 | 0 | 110101 | 100000 | 1010 | 101010001 | 1000111 | 1000010 |
Color Harmonies of #E66D9C
Complementary color
Monochromatic Colors of #E66D9C
Black with #E66D9C
Text Example
Text Example
White with #E66D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D9C; }
p { color: rgb(230,109,156); }
H1.HeaderClassName
{
color: #E66D9C;
}
.AnyTagClassName
{
color: #E66D9C;
}
</style>
background-color css
<style>
a { background-color: #E66D9C; }
a { background-color: rgb(230,109,156); }
div.DivClassName
{
background-color: #E66D9C;
}
.BgClassName
{
background-color: #E66D9C;
}
</style>
border-color css
<style>
span { border-color: #E66D9C; }
span { border-color: rgb(230,109,156); }
td.TdClassName
{
border-color: #E66D9C;
}
.TagClassName
{
border-color: #E66D9C;
}
</style>