Shades of Violet Red #E8479B
Tints of Violet Red #E8479B
RGB
CMYK
RGB Variations
Color information
#E8479B (or 0xE8479B) is known color: Violet Red. HEX triplet: E8, 47 and 9B. RGB value is (232,71,155). Sum of RGB (Red+Green+Blue) = 232+71+155=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E8479B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8479B is #17B864. Grayscale: #808080. Windows color (decimal): -1554533 or 10176488. OLE color: 10176488.
HSL color Cylindrical-coordinate representation of color #E8479B: hue angle of 328.7º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8479B is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 71 | 155 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.09 |
| HSL | 328.7º | 0.78% | 0.59% | - |
| HSV(B) | 328.7º | 0.69% | 0.91% | - |
| XYZ | 41.45 | 24.03 | 33.46 | - |
| YUV | 128.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 71 | 155 | 0 | 0.69 | 0.33 | 0.09 | 328.7 | 0.78 | 0.59 |
| Hex | E8 | 47 | 9B | 0 | 45 | 21 | 9 | 149 | 4E | 3B |
| Octal | 350 | 107 | 233 | 0 | 105 | 41 | 11 | 511 | 116 | 73 |
| Binary | 11101000 | 1000111 | 10011011 | 0 | 1000101 | 100001 | 1001 | 101001001 | 1001110 | 111011 |
Color Harmonies of #E8479B
Complementary color
Monochromatic Colors of #E8479B
Black with #E8479B
Text Example
Text Example
White with #E8479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8479B; }
p { color: rgb(232,71,155); }
H1.HeaderClassName
{
color: #E8479B;
}
.AnyTagClassName
{
color: #E8479B;
}
</style>
background-color css
<style>
a { background-color: #E8479B; }
a { background-color: rgb(232,71,155); }
div.DivClassName
{
background-color: #E8479B;
}
.BgClassName
{
background-color: #E8479B;
}
</style>
border-color css
<style>
span { border-color: #E8479B; }
span { border-color: rgb(232,71,155); }
td.TdClassName
{
border-color: #E8479B;
}
.TagClassName
{
border-color: #E8479B;
}
</style>