Shades of Pale Violet Red #E45E9E
Tints of Pale Violet Red #E45E9E
RGB
CMYK
RGB Variations
Color information
#E45E9E (or 0xE45E9E) is known color: Pale Violet Red. HEX triplet: E4, 5E and 9E. RGB value is (228,94,158). Sum of RGB (Red+Green+Blue) = 228+94+158=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E45E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45E9E is #1BA161. Grayscale: #8D8D8D. Windows color (decimal): -1810786 or 10378980. OLE color: 10378980.
HSL color Cylindrical-coordinate representation of color #E45E9E: hue angle of 331.34º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45E9E is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 94 | 158 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.11 |
| HSL | 331.34º | 0.71% | 0.63% | - |
| HSV(B) | 331.34º | 0.59% | 0.89% | - |
| XYZ | 42.17 | 26.97 | 35.33 | - |
| YUV | 141.36 | 137.39 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 94 | 158 | 0 | 0.59 | 0.31 | 0.11 | 331.34 | 0.71 | 0.63 |
| Hex | E4 | 5E | 9E | 0 | 3B | 1F | B | 14B | 47 | 3F |
| Octal | 344 | 136 | 236 | 0 | 73 | 37 | 13 | 513 | 107 | 77 |
| Binary | 11100100 | 1011110 | 10011110 | 0 | 111011 | 11111 | 1011 | 101001011 | 1000111 | 111111 |
Color Harmonies of #E45E9E
Complementary color
Monochromatic Colors of #E45E9E
Black with #E45E9E
Text Example
Text Example
White with #E45E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45E9E; }
p { color: rgb(228,94,158); }
H1.HeaderClassName
{
color: #E45E9E;
}
.AnyTagClassName
{
color: #E45E9E;
}
</style>
background-color css
<style>
a { background-color: #E45E9E; }
a { background-color: rgb(228,94,158); }
div.DivClassName
{
background-color: #E45E9E;
}
.BgClassName
{
background-color: #E45E9E;
}
</style>
border-color css
<style>
span { border-color: #E45E9E; }
span { border-color: rgb(228,94,158); }
td.TdClassName
{
border-color: #E45E9E;
}
.TagClassName
{
border-color: #E45E9E;
}
</style>