Shades of Pale Violet Red #E66199
Tints of Pale Violet Red #E66199
RGB
CMYK
RGB Variations
Color information
#E66199 (or 0xE66199) is known color: Pale Violet Red. HEX triplet: E6, 61 and 99. RGB value is (230,97,153). Sum of RGB (Red+Green+Blue) = 230+97+153=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E66199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66199 is #199E66. Grayscale: #8F8F8F. Windows color (decimal): -1678951 or 10052070. OLE color: 10052070.
HSL color Cylindrical-coordinate representation of color #E66199: hue angle of 334.74º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66199 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 153 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.10 |
| HSL | 334.74º | 0.73% | 0.64% | - |
| HSV(B) | 334.74º | 0.58% | 0.9% | - |
| XYZ | 42.66 | 27.67 | 33.23 | - |
| YUV | 143.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 153 | 0 | 0.58 | 0.33 | 0.10 | 334.74 | 0.73 | 0.64 |
| Hex | E6 | 61 | 99 | 0 | 3A | 21 | A | 14F | 49 | 40 |
| Octal | 346 | 141 | 231 | 0 | 72 | 41 | 12 | 517 | 111 | 100 |
| Binary | 11100110 | 1100001 | 10011001 | 0 | 111010 | 100001 | 1010 | 101001111 | 1001001 | 1000000 |
Color Harmonies of #E66199
Complementary color
Monochromatic Colors of #E66199
Black with #E66199
Text Example
Text Example
White with #E66199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66199; }
p { color: rgb(230,97,153); }
H1.HeaderClassName
{
color: #E66199;
}
.AnyTagClassName
{
color: #E66199;
}
</style>
background-color css
<style>
a { background-color: #E66199; }
a { background-color: rgb(230,97,153); }
div.DivClassName
{
background-color: #E66199;
}
.BgClassName
{
background-color: #E66199;
}
</style>
border-color css
<style>
span { border-color: #E66199; }
span { border-color: rgb(230,97,153); }
td.TdClassName
{
border-color: #E66199;
}
.TagClassName
{
border-color: #E66199;
}
</style>