Shades of Violet Red #E7449F
Tints of Violet Red #E7449F
RGB
CMYK
RGB Variations
Color information
#E7449F (or 0xE7449F) is known color: Violet Red. HEX triplet: E7, 44 and 9F. RGB value is (231,68,159). Sum of RGB (Red+Green+Blue) = 231+68+159=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E7449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7449F is #18BB60. Grayscale: #7E7E7E. Windows color (decimal): -1620833 or 10437863. OLE color: 10437863.
HSL color Cylindrical-coordinate representation of color #E7449F: hue angle of 326.5º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7449F is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 159 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.09 |
| HSL | 326.5º | 0.77% | 0.59% | - |
| HSV(B) | 326.5º | 0.71% | 0.91% | - |
| XYZ | 41.28 | 23.63 | 35.19 | - |
| YUV | 127.11 | 146 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 159 | 0 | 0.71 | 0.31 | 0.09 | 326.5 | 0.77 | 0.59 |
| Hex | E7 | 44 | 9F | 0 | 47 | 1F | 9 | 147 | 4D | 3B |
| Octal | 347 | 104 | 237 | 0 | 107 | 37 | 11 | 507 | 115 | 73 |
| Binary | 11100111 | 1000100 | 10011111 | 0 | 1000111 | 11111 | 1001 | 101000111 | 1001101 | 111011 |
Color Harmonies of #E7449F
Complementary color
Monochromatic Colors of #E7449F
Black with #E7449F
Text Example
Text Example
White with #E7449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7449F; }
p { color: rgb(231,68,159); }
H1.HeaderClassName
{
color: #E7449F;
}
.AnyTagClassName
{
color: #E7449F;
}
</style>
background-color css
<style>
a { background-color: #E7449F; }
a { background-color: rgb(231,68,159); }
div.DivClassName
{
background-color: #E7449F;
}
.BgClassName
{
background-color: #E7449F;
}
</style>
border-color css
<style>
span { border-color: #E7449F; }
span { border-color: rgb(231,68,159); }
td.TdClassName
{
border-color: #E7449F;
}
.TagClassName
{
border-color: #E7449F;
}
</style>