Shades of Violet Red #E5469C
Tints of Violet Red #E5469C
RGB
CMYK
RGB Variations
Color information
#E5469C (or 0xE5469C) is known color: Violet Red. HEX triplet: E5, 46 and 9C. RGB value is (229,70,156). Sum of RGB (Red+Green+Blue) = 229+70+156=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5469C is #1AB963. Grayscale: #7F7F7F. Windows color (decimal): -1751396 or 10241765. OLE color: 10241765.
HSL color Cylindrical-coordinate representation of color #E5469C: hue angle of 327.55º 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 #E5469C is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 156 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.10 |
| HSL | 327.55º | 0.75% | 0.59% | - |
| HSV(B) | 327.55º | 0.69% | 0.9% | - |
| XYZ | 40.5 | 23.44 | 33.84 | - |
| YUV | 127.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 156 | 0 | 0.69 | 0.32 | 0.10 | 327.55 | 0.75 | 0.59 |
| Hex | E5 | 46 | 9C | 0 | 45 | 20 | A | 148 | 4B | 3B |
| Octal | 345 | 106 | 234 | 0 | 105 | 40 | 12 | 510 | 113 | 73 |
| Binary | 11100101 | 1000110 | 10011100 | 0 | 1000101 | 100000 | 1010 | 101001000 | 1001011 | 111011 |
Color Harmonies of #E5469C
Complementary color
Monochromatic Colors of #E5469C
Black with #E5469C
Text Example
Text Example
White with #E5469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5469C; }
p { color: rgb(229,70,156); }
H1.HeaderClassName
{
color: #E5469C;
}
.AnyTagClassName
{
color: #E5469C;
}
</style>
background-color css
<style>
a { background-color: #E5469C; }
a { background-color: rgb(229,70,156); }
div.DivClassName
{
background-color: #E5469C;
}
.BgClassName
{
background-color: #E5469C;
}
</style>
border-color css
<style>
span { border-color: #E5469C; }
span { border-color: rgb(229,70,156); }
td.TdClassName
{
border-color: #E5469C;
}
.TagClassName
{
border-color: #E5469C;
}
</style>