Shades of Pale Violet Red #E66D9D
Tints of Pale Violet Red #E66D9D
RGB
CMYK
RGB Variations
Color information
#E66D9D (or 0xE66D9D) is known color: Pale Violet Red. HEX triplet: E6, 6D and 9D. RGB value is (230,109,157). Sum of RGB (Red+Green+Blue) = 230+109+157=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66D9D is #199262. Grayscale: #969696. Windows color (decimal): -1675875 or 10317286. OLE color: 10317286.
HSL color Cylindrical-coordinate representation of color #E66D9D: hue angle of 336.2º 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 #E66D9D is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 157 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.10 |
| HSL | 336.2º | 0.71% | 0.66% | - |
| HSV(B) | 336.2º | 0.53% | 0.9% | - |
| XYZ | 44.19 | 30.19 | 35.4 | - |
| YUV | 150.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 157 | 0 | 0.53 | 0.32 | 0.10 | 336.2 | 0.71 | 0.66 |
| Hex | E6 | 6D | 9D | 0 | 35 | 20 | A | 150 | 47 | 42 |
| Octal | 346 | 155 | 235 | 0 | 65 | 40 | 12 | 520 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10011101 | 0 | 110101 | 100000 | 1010 | 101010000 | 1000111 | 1000010 |
Color Harmonies of #E66D9D
Complementary color
Monochromatic Colors of #E66D9D
Black with #E66D9D
Text Example
Text Example
White with #E66D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D9D; }
p { color: rgb(230,109,157); }
H1.HeaderClassName
{
color: #E66D9D;
}
.AnyTagClassName
{
color: #E66D9D;
}
</style>
background-color css
<style>
a { background-color: #E66D9D; }
a { background-color: rgb(230,109,157); }
div.DivClassName
{
background-color: #E66D9D;
}
.BgClassName
{
background-color: #E66D9D;
}
</style>
border-color css
<style>
span { border-color: #E66D9D; }
span { border-color: rgb(230,109,157); }
td.TdClassName
{
border-color: #E66D9D;
}
.TagClassName
{
border-color: #E66D9D;
}
</style>