Shades of Violet Red #E5469F
Tints of Violet Red #E5469F
RGB
CMYK
RGB Variations
Color information
#E5469F (or 0xE5469F) is known color: Violet Red. HEX triplet: E5, 46 and 9F. RGB value is (229,70,159). Sum of RGB (Red+Green+Blue) = 229+70+159=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5469F is #1AB960. Grayscale: #7F7F7F. Windows color (decimal): -1751393 or 10438373. OLE color: 10438373.
HSL color Cylindrical-coordinate representation of color #E5469F: hue angle of 326.42º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5469F is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 159 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.10 |
| HSL | 326.42º | 0.75% | 0.59% | - |
| HSV(B) | 326.42º | 0.69% | 0.9% | - |
| XYZ | 40.76 | 23.54 | 35.2 | - |
| YUV | 127.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 159 | 0 | 0.69 | 0.31 | 0.10 | 326.42 | 0.75 | 0.59 |
| Hex | E5 | 46 | 9F | 0 | 45 | 1F | A | 146 | 4B | 3B |
| Octal | 345 | 106 | 237 | 0 | 105 | 37 | 12 | 506 | 113 | 73 |
| Binary | 11100101 | 1000110 | 10011111 | 0 | 1000101 | 11111 | 1010 | 101000110 | 1001011 | 111011 |
Color Harmonies of #E5469F
Complementary color
Monochromatic Colors of #E5469F
Black with #E5469F
Text Example
Text Example
White with #E5469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5469F; }
p { color: rgb(229,70,159); }
H1.HeaderClassName
{
color: #E5469F;
}
.AnyTagClassName
{
color: #E5469F;
}
</style>
background-color css
<style>
a { background-color: #E5469F; }
a { background-color: rgb(229,70,159); }
div.DivClassName
{
background-color: #E5469F;
}
.BgClassName
{
background-color: #E5469F;
}
</style>
border-color css
<style>
span { border-color: #E5469F; }
span { border-color: rgb(229,70,159); }
td.TdClassName
{
border-color: #E5469F;
}
.TagClassName
{
border-color: #E5469F;
}
</style>