Shades of Pale Violet Red #E46A9E
Tints of Pale Violet Red #E46A9E
RGB
CMYK
RGB Variations
Color information
#E46A9E (or 0xE46A9E) is known color: Pale Violet Red. HEX triplet: E4, 6A and 9E. RGB value is (228,106,158). Sum of RGB (Red+Green+Blue) = 228+106+158=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46A9E is #1B9561. Grayscale: #949494. Windows color (decimal): -1807714 or 10382052. OLE color: 10382052.
HSL color Cylindrical-coordinate representation of color #E46A9E: hue angle of 334.43º degrees, saturation: 0.69, 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 #E46A9E is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 106 | 158 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.11 |
| HSL | 334.43º | 0.69% | 0.65% | - |
| HSV(B) | 334.43º | 0.54% | 0.89% | - |
| XYZ | 43.32 | 29.27 | 35.71 | - |
| YUV | 148.41 | 133.42 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 106 | 158 | 0 | 0.54 | 0.31 | 0.11 | 334.43 | 0.69 | 0.65 |
| Hex | E4 | 6A | 9E | 0 | 36 | 1F | B | 14E | 45 | 41 |
| Octal | 344 | 152 | 236 | 0 | 66 | 37 | 13 | 516 | 105 | 101 |
| Binary | 11100100 | 1101010 | 10011110 | 0 | 110110 | 11111 | 1011 | 101001110 | 1000101 | 1000001 |
Color Harmonies of #E46A9E
Complementary color
Monochromatic Colors of #E46A9E
Black with #E46A9E
Text Example
Text Example
White with #E46A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46A9E; }
p { color: rgb(228,106,158); }
H1.HeaderClassName
{
color: #E46A9E;
}
.AnyTagClassName
{
color: #E46A9E;
}
</style>
background-color css
<style>
a { background-color: #E46A9E; }
a { background-color: rgb(228,106,158); }
div.DivClassName
{
background-color: #E46A9E;
}
.BgClassName
{
background-color: #E46A9E;
}
</style>
border-color css
<style>
span { border-color: #E46A9E; }
span { border-color: rgb(228,106,158); }
td.TdClassName
{
border-color: #E46A9E;
}
.TagClassName
{
border-color: #E46A9E;
}
</style>