Shades of Violet Red #E6459E
Tints of Violet Red #E6459E
RGB
CMYK
RGB Variations
Color information
#E6459E (or 0xE6459E) is known color: Violet Red. HEX triplet: E6, 45 and 9E. RGB value is (230,69,158). Sum of RGB (Red+Green+Blue) = 230+69+158=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6459E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6459E is #19BA61. Grayscale: #7F7F7F. Windows color (decimal): -1686114 or 10372582. OLE color: 10372582.
HSL color Cylindrical-coordinate representation of color #E6459E: hue angle of 326.83º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6459E is Cyan = 0, Magento = 0.7, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 158 | - |
| CMYK | 0 | 0.7 | 0.31 | 0.10 |
| HSL | 326.83º | 0.76% | 0.59% | - |
| HSV(B) | 326.83º | 0.7% | 0.9% | - |
| XYZ | 40.93 | 23.55 | 34.74 | - |
| YUV | 127.29 | 145.34 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 158 | 0 | 0.7 | 0.31 | 0.10 | 326.83 | 0.76 | 0.59 |
| Hex | E6 | 45 | 9E | 0 | 46 | 1F | A | 147 | 4C | 3B |
| Octal | 346 | 105 | 236 | 0 | 106 | 37 | 12 | 507 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10011110 | 0 | 1000110 | 11111 | 1010 | 101000111 | 1001100 | 111011 |
Color Harmonies of #E6459E
Complementary color
Monochromatic Colors of #E6459E
Black with #E6459E
Text Example
Text Example
White with #E6459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6459E; }
p { color: rgb(230,69,158); }
H1.HeaderClassName
{
color: #E6459E;
}
.AnyTagClassName
{
color: #E6459E;
}
</style>
background-color css
<style>
a { background-color: #E6459E; }
a { background-color: rgb(230,69,158); }
div.DivClassName
{
background-color: #E6459E;
}
.BgClassName
{
background-color: #E6459E;
}
</style>
border-color css
<style>
span { border-color: #E6459E; }
span { border-color: rgb(230,69,158); }
td.TdClassName
{
border-color: #E6459E;
}
.TagClassName
{
border-color: #E6459E;
}
</style>