Shades of Pale Violet Red #E46896
Tints of Pale Violet Red #E46896
RGB
CMYK
RGB Variations
Color information
#E46896 (or 0xE46896) is known color: Pale Violet Red. HEX triplet: E4, 68 and 96. RGB value is (228,104,150). Sum of RGB (Red+Green+Blue) = 228+104+150=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E46896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46896 is #1B9769. Grayscale: #929292. Windows color (decimal): -1808234 or 9857252. OLE color: 9857252.
HSL color Cylindrical-coordinate representation of color #E46896: hue angle of 337.74º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46896 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 104 | 150 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.11 |
| HSL | 337.74º | 0.7% | 0.65% | - |
| HSV(B) | 337.74º | 0.54% | 0.89% | - |
| XYZ | 42.45 | 28.6 | 32.14 | - |
| YUV | 146.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 150 | 0 | 0.54 | 0.34 | 0.11 | 337.74 | 0.7 | 0.65 |
| Hex | E4 | 68 | 96 | 0 | 36 | 22 | B | 152 | 46 | 41 |
| Octal | 344 | 150 | 226 | 0 | 66 | 42 | 13 | 522 | 106 | 101 |
| Binary | 11100100 | 1101000 | 10010110 | 0 | 110110 | 100010 | 1011 | 101010010 | 1000110 | 1000001 |
Color Harmonies of #E46896
Complementary color
Monochromatic Colors of #E46896
Black with #E46896
Text Example
Text Example
White with #E46896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46896; }
p { color: rgb(228,104,150); }
H1.HeaderClassName
{
color: #E46896;
}
.AnyTagClassName
{
color: #E46896;
}
</style>
background-color css
<style>
a { background-color: #E46896; }
a { background-color: rgb(228,104,150); }
div.DivClassName
{
background-color: #E46896;
}
.BgClassName
{
background-color: #E46896;
}
</style>
border-color css
<style>
span { border-color: #E46896; }
span { border-color: rgb(228,104,150); }
td.TdClassName
{
border-color: #E46896;
}
.TagClassName
{
border-color: #E46896;
}
</style>