Shades of Violet Red #E5449F
Tints of Violet Red #E5449F
RGB
CMYK
RGB Variations
Color information
#E5449F (or 0xE5449F) is known color: Violet Red. HEX triplet: E5, 44 and 9F. RGB value is (229,68,159). Sum of RGB (Red+Green+Blue) = 229+68+159=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5449F is #1ABB60. Grayscale: #7E7E7E. Windows color (decimal): -1751905 or 10437861. OLE color: 10437861.
HSL color Cylindrical-coordinate representation of color #E5449F: hue angle of 326.09º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5449F is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 159 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.10 |
| HSL | 326.09º | 0.76% | 0.58% | - |
| HSV(B) | 326.09º | 0.7% | 0.9% | - |
| XYZ | 40.64 | 23.3 | 35.16 | - |
| YUV | 126.51 | 146.34 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 159 | 0 | 0.70 | 0.31 | 0.10 | 326.09 | 0.76 | 0.58 |
| Hex | E5 | 44 | 9F | 0 | 46 | 1F | A | 146 | 4C | 3A |
| Octal | 345 | 104 | 237 | 0 | 106 | 37 | 12 | 506 | 114 | 72 |
| Binary | 11100101 | 1000100 | 10011111 | 0 | 1000110 | 11111 | 1010 | 101000110 | 1001100 | 111010 |
Color Harmonies of #E5449F
Complementary color
Monochromatic Colors of #E5449F
Black with #E5449F
Text Example
Text Example
White with #E5449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5449F; }
p { color: rgb(229,68,159); }
H1.HeaderClassName
{
color: #E5449F;
}
.AnyTagClassName
{
color: #E5449F;
}
</style>
background-color css
<style>
a { background-color: #E5449F; }
a { background-color: rgb(229,68,159); }
div.DivClassName
{
background-color: #E5449F;
}
.BgClassName
{
background-color: #E5449F;
}
</style>
border-color css
<style>
span { border-color: #E5449F; }
span { border-color: rgb(229,68,159); }
td.TdClassName
{
border-color: #E5449F;
}
.TagClassName
{
border-color: #E5449F;
}
</style>