Shades of Violet Red #E6479E
Tints of Violet Red #E6479E
RGB
CMYK
RGB Variations
Color information
#E6479E (or 0xE6479E) is known color: Violet Red. HEX triplet: E6, 47 and 9E. RGB value is (230,71,158). Sum of RGB (Red+Green+Blue) = 230+71+158=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6479E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6479E is #19B861. Grayscale: #808080. Windows color (decimal): -1685602 or 10373094. OLE color: 10373094.
HSL color Cylindrical-coordinate representation of color #E6479E: hue angle of 327.17º degrees, saturation: 0.76, 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 #E6479E is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 158 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.10 |
| HSL | 327.17º | 0.76% | 0.59% | - |
| HSV(B) | 327.17º | 0.69% | 0.9% | - |
| XYZ | 41.06 | 23.8 | 34.78 | - |
| YUV | 128.46 | 144.68 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 158 | 0 | 0.69 | 0.31 | 0.10 | 327.17 | 0.76 | 0.59 |
| Hex | E6 | 47 | 9E | 0 | 45 | 1F | A | 147 | 4C | 3B |
| Octal | 346 | 107 | 236 | 0 | 105 | 37 | 12 | 507 | 114 | 73 |
| Binary | 11100110 | 1000111 | 10011110 | 0 | 1000101 | 11111 | 1010 | 101000111 | 1001100 | 111011 |
Color Harmonies of #E6479E
Complementary color
Monochromatic Colors of #E6479E
Black with #E6479E
Text Example
Text Example
White with #E6479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6479E; }
p { color: rgb(230,71,158); }
H1.HeaderClassName
{
color: #E6479E;
}
.AnyTagClassName
{
color: #E6479E;
}
</style>
background-color css
<style>
a { background-color: #E6479E; }
a { background-color: rgb(230,71,158); }
div.DivClassName
{
background-color: #E6479E;
}
.BgClassName
{
background-color: #E6479E;
}
</style>
border-color css
<style>
span { border-color: #E6479E; }
span { border-color: rgb(230,71,158); }
td.TdClassName
{
border-color: #E6479E;
}
.TagClassName
{
border-color: #E6479E;
}
</style>