Shades of Pale Violet Red #E46296
Tints of Pale Violet Red #E46296
RGB
CMYK
RGB Variations
Color information
#E46296 (or 0xE46296) is known color: Pale Violet Red. HEX triplet: E4, 62 and 96. RGB value is (228,98,150). Sum of RGB (Red+Green+Blue) = 228+98+150=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E46296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46296 is #1B9D69. Grayscale: #8E8E8E. Windows color (decimal): -1809770 or 9855716. OLE color: 9855716.
HSL color Cylindrical-coordinate representation of color #E46296: hue angle of 336º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E46296 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 98 | 150 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.11 |
| HSL | 336º | 0.71% | 0.64% | - |
| HSV(B) | 336º | 0.57% | 0.89% | - |
| XYZ | 41.87 | 27.43 | 31.94 | - |
| YUV | 142.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 98 | 150 | 0 | 0.57 | 0.34 | 0.11 | 336 | 0.71 | 0.64 |
| Hex | E4 | 62 | 96 | 0 | 39 | 22 | B | 150 | 47 | 40 |
| Octal | 344 | 142 | 226 | 0 | 71 | 42 | 13 | 520 | 107 | 100 |
| Binary | 11100100 | 1100010 | 10010110 | 0 | 111001 | 100010 | 1011 | 101010000 | 1000111 | 1000000 |
Color Harmonies of #E46296
Complementary color
Monochromatic Colors of #E46296
Black with #E46296
Text Example
Text Example
White with #E46296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46296; }
p { color: rgb(228,98,150); }
H1.HeaderClassName
{
color: #E46296;
}
.AnyTagClassName
{
color: #E46296;
}
</style>
background-color css
<style>
a { background-color: #E46296; }
a { background-color: rgb(228,98,150); }
div.DivClassName
{
background-color: #E46296;
}
.BgClassName
{
background-color: #E46296;
}
</style>
border-color css
<style>
span { border-color: #E46296; }
span { border-color: rgb(228,98,150); }
td.TdClassName
{
border-color: #E46296;
}
.TagClassName
{
border-color: #E46296;
}
</style>