Shades of Violet Red #E6479C
Tints of Violet Red #E6479C
RGB
CMYK
RGB Variations
Color information
#E6479C (or 0xE6479C) is known color: Violet Red. HEX triplet: E6, 47 and 9C. RGB value is (230,71,156). Sum of RGB (Red+Green+Blue) = 230+71+156=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6479C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6479C is #19B863. Grayscale: #808080. Windows color (decimal): -1685604 or 10242022. OLE color: 10242022.
HSL color Cylindrical-coordinate representation of color #E6479C: hue angle of 327.92º 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 #E6479C is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 156 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.10 |
| HSL | 327.92º | 0.76% | 0.59% | - |
| HSV(B) | 327.92º | 0.69% | 0.9% | - |
| XYZ | 40.89 | 23.73 | 33.88 | - |
| YUV | 128.23 | 143.68 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 156 | 0 | 0.69 | 0.32 | 0.10 | 327.92 | 0.76 | 0.59 |
| Hex | E6 | 47 | 9C | 0 | 45 | 20 | A | 148 | 4C | 3B |
| Octal | 346 | 107 | 234 | 0 | 105 | 40 | 12 | 510 | 114 | 73 |
| Binary | 11100110 | 1000111 | 10011100 | 0 | 1000101 | 100000 | 1010 | 101001000 | 1001100 | 111011 |
Color Harmonies of #E6479C
Complementary color
Monochromatic Colors of #E6479C
Black with #E6479C
Text Example
Text Example
White with #E6479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6479C; }
p { color: rgb(230,71,156); }
H1.HeaderClassName
{
color: #E6479C;
}
.AnyTagClassName
{
color: #E6479C;
}
</style>
background-color css
<style>
a { background-color: #E6479C; }
a { background-color: rgb(230,71,156); }
div.DivClassName
{
background-color: #E6479C;
}
.BgClassName
{
background-color: #E6479C;
}
</style>
border-color css
<style>
span { border-color: #E6479C; }
span { border-color: rgb(230,71,156); }
td.TdClassName
{
border-color: #E6479C;
}
.TagClassName
{
border-color: #E6479C;
}
</style>