Shades of Violet Red #E6469E
Tints of Violet Red #E6469E
RGB
CMYK
RGB Variations
Color information
#E6469E (or 0xE6469E) is known color: Violet Red. HEX triplet: E6, 46 and 9E. RGB value is (230,70,158). Sum of RGB (Red+Green+Blue) = 230+70+158=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6469E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6469E is #19B961. Grayscale: #7F7F7F. Windows color (decimal): -1685858 or 10372838. OLE color: 10372838.
HSL color Cylindrical-coordinate representation of color #E6469E: hue angle of 327º 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 #E6469E is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 158 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.10 |
| HSL | 327º | 0.76% | 0.59% | - |
| HSV(B) | 327º | 0.7% | 0.9% | - |
| XYZ | 40.99 | 23.67 | 34.76 | - |
| YUV | 127.87 | 145.01 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 158 | 0 | 0.70 | 0.31 | 0.10 | 327 | 0.76 | 0.59 |
| Hex | E6 | 46 | 9E | 0 | 46 | 1F | A | 147 | 4C | 3B |
| Octal | 346 | 106 | 236 | 0 | 106 | 37 | 12 | 507 | 114 | 73 |
| Binary | 11100110 | 1000110 | 10011110 | 0 | 1000110 | 11111 | 1010 | 101000111 | 1001100 | 111011 |
Color Harmonies of #E6469E
Complementary color
Monochromatic Colors of #E6469E
Black with #E6469E
Text Example
Text Example
White with #E6469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6469E; }
p { color: rgb(230,70,158); }
H1.HeaderClassName
{
color: #E6469E;
}
.AnyTagClassName
{
color: #E6469E;
}
</style>
background-color css
<style>
a { background-color: #E6469E; }
a { background-color: rgb(230,70,158); }
div.DivClassName
{
background-color: #E6469E;
}
.BgClassName
{
background-color: #E6469E;
}
</style>
border-color css
<style>
span { border-color: #E6469E; }
span { border-color: rgb(230,70,158); }
td.TdClassName
{
border-color: #E6469E;
}
.TagClassName
{
border-color: #E6469E;
}
</style>