Shades of Pale Violet Red #E66C9E
Tints of Pale Violet Red #E66C9E
RGB
CMYK
RGB Variations
Color information
#E66C9E (or 0xE66C9E) is known color: Pale Violet Red. HEX triplet: E6, 6C and 9E. RGB value is (230,108,158). Sum of RGB (Red+Green+Blue) = 230+108+158=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66C9E is #199361. Grayscale: #969696. Windows color (decimal): -1676130 or 10382566. OLE color: 10382566.
HSL color Cylindrical-coordinate representation of color #E66C9E: hue angle of 335.41º 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 #E66C9E is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 158 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.10 |
| HSL | 335.41º | 0.71% | 0.66% | - |
| HSV(B) | 335.41º | 0.53% | 0.9% | - |
| XYZ | 44.17 | 30.02 | 35.81 | - |
| YUV | 150.18 | 132.42 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 158 | 0 | 0.53 | 0.31 | 0.10 | 335.41 | 0.71 | 0.66 |
| Hex | E6 | 6C | 9E | 0 | 35 | 1F | A | 14F | 47 | 42 |
| Octal | 346 | 154 | 236 | 0 | 65 | 37 | 12 | 517 | 107 | 102 |
| Binary | 11100110 | 1101100 | 10011110 | 0 | 110101 | 11111 | 1010 | 101001111 | 1000111 | 1000010 |
Color Harmonies of #E66C9E
Complementary color
Monochromatic Colors of #E66C9E
Black with #E66C9E
Text Example
Text Example
White with #E66C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C9E; }
p { color: rgb(230,108,158); }
H1.HeaderClassName
{
color: #E66C9E;
}
.AnyTagClassName
{
color: #E66C9E;
}
</style>
background-color css
<style>
a { background-color: #E66C9E; }
a { background-color: rgb(230,108,158); }
div.DivClassName
{
background-color: #E66C9E;
}
.BgClassName
{
background-color: #E66C9E;
}
</style>
border-color css
<style>
span { border-color: #E66C9E; }
span { border-color: rgb(230,108,158); }
td.TdClassName
{
border-color: #E66C9E;
}
.TagClassName
{
border-color: #E66C9E;
}
</style>