Shades of Pale Violet Red #E45E9F
Tints of Pale Violet Red #E45E9F
RGB
CMYK
RGB Variations
Color information
#E45E9F (or 0xE45E9F) is known color: Pale Violet Red. HEX triplet: E4, 5E and 9F. RGB value is (228,94,159). Sum of RGB (Red+Green+Blue) = 228+94+159=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E45E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45E9F is #1BA160. Grayscale: #8D8D8D. Windows color (decimal): -1810785 or 10444516. OLE color: 10444516.
HSL color Cylindrical-coordinate representation of color #E45E9F: hue angle of 330.9º 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 #E45E9F is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 94 | 159 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.11 |
| HSL | 330.9º | 0.71% | 0.63% | - |
| HSV(B) | 330.9º | 0.59% | 0.89% | - |
| XYZ | 42.26 | 27 | 35.79 | - |
| YUV | 141.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 94 | 159 | 0 | 0.59 | 0.30 | 0.11 | 330.9 | 0.71 | 0.63 |
| Hex | E4 | 5E | 9F | 0 | 3B | 1E | B | 14B | 47 | 3F |
| Octal | 344 | 136 | 237 | 0 | 73 | 36 | 13 | 513 | 107 | 77 |
| Binary | 11100100 | 1011110 | 10011111 | 0 | 111011 | 11110 | 1011 | 101001011 | 1000111 | 111111 |
Color Harmonies of #E45E9F
Complementary color
Monochromatic Colors of #E45E9F
Black with #E45E9F
Text Example
Text Example
White with #E45E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45E9F; }
p { color: rgb(228,94,159); }
H1.HeaderClassName
{
color: #E45E9F;
}
.AnyTagClassName
{
color: #E45E9F;
}
</style>
background-color css
<style>
a { background-color: #E45E9F; }
a { background-color: rgb(228,94,159); }
div.DivClassName
{
background-color: #E45E9F;
}
.BgClassName
{
background-color: #E45E9F;
}
</style>
border-color css
<style>
span { border-color: #E45E9F; }
span { border-color: rgb(228,94,159); }
td.TdClassName
{
border-color: #E45E9F;
}
.TagClassName
{
border-color: #E45E9F;
}
</style>