Shades of Pale Violet Red #E66896
Tints of Pale Violet Red #E66896
RGB
CMYK
RGB Variations
Color information
#E66896 (or 0xE66896) is known color: Pale Violet Red. HEX triplet: E6, 68 and 96. RGB value is (230,104,150). Sum of RGB (Red+Green+Blue) = 230+104+150=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E66896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66896 is #199769. Grayscale: #929292. Windows color (decimal): -1677162 or 9857254. OLE color: 9857254.
HSL color Cylindrical-coordinate representation of color #E66896: hue angle of 338.1º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E66896 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 150 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.10 |
| HSL | 338.1º | 0.72% | 0.65% | - |
| HSV(B) | 338.1º | 0.55% | 0.9% | - |
| XYZ | 43.09 | 28.93 | 32.17 | - |
| YUV | 146.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 150 | 0 | 0.55 | 0.35 | 0.10 | 338.1 | 0.72 | 0.65 |
| Hex | E6 | 68 | 96 | 0 | 37 | 23 | A | 152 | 48 | 41 |
| Octal | 346 | 150 | 226 | 0 | 67 | 43 | 12 | 522 | 110 | 101 |
| Binary | 11100110 | 1101000 | 10010110 | 0 | 110111 | 100011 | 1010 | 101010010 | 1001000 | 1000001 |
Color Harmonies of #E66896
Complementary color
Monochromatic Colors of #E66896
Black with #E66896
Text Example
Text Example
White with #E66896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66896; }
p { color: rgb(230,104,150); }
H1.HeaderClassName
{
color: #E66896;
}
.AnyTagClassName
{
color: #E66896;
}
</style>
background-color css
<style>
a { background-color: #E66896; }
a { background-color: rgb(230,104,150); }
div.DivClassName
{
background-color: #E66896;
}
.BgClassName
{
background-color: #E66896;
}
</style>
border-color css
<style>
span { border-color: #E66896; }
span { border-color: rgb(230,104,150); }
td.TdClassName
{
border-color: #E66896;
}
.TagClassName
{
border-color: #E66896;
}
</style>