Shades of Violet Red #E6449D
Tints of Violet Red #E6449D
RGB
CMYK
RGB Variations
Color information
#E6449D (or 0xE6449D) is known color: Violet Red. HEX triplet: E6, 44 and 9D. RGB value is (230,68,157). Sum of RGB (Red+Green+Blue) = 230+68+157=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6449D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6449D is #19BB62. Grayscale: #7E7E7E. Windows color (decimal): -1686371 or 10306790. OLE color: 10306790.
HSL color Cylindrical-coordinate representation of color #E6449D: hue angle of 327.04º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6449D is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 157 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.10 |
| HSL | 327.04º | 0.76% | 0.58% | - |
| HSV(B) | 327.04º | 0.7% | 0.9% | - |
| XYZ | 40.79 | 23.39 | 34.26 | - |
| YUV | 126.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 157 | 0 | 0.70 | 0.32 | 0.10 | 327.04 | 0.76 | 0.58 |
| Hex | E6 | 44 | 9D | 0 | 46 | 20 | A | 147 | 4C | 3A |
| Octal | 346 | 104 | 235 | 0 | 106 | 40 | 12 | 507 | 114 | 72 |
| Binary | 11100110 | 1000100 | 10011101 | 0 | 1000110 | 100000 | 1010 | 101000111 | 1001100 | 111010 |
Color Harmonies of #E6449D
Complementary color
Monochromatic Colors of #E6449D
Black with #E6449D
Text Example
Text Example
White with #E6449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6449D; }
p { color: rgb(230,68,157); }
H1.HeaderClassName
{
color: #E6449D;
}
.AnyTagClassName
{
color: #E6449D;
}
</style>
background-color css
<style>
a { background-color: #E6449D; }
a { background-color: rgb(230,68,157); }
div.DivClassName
{
background-color: #E6449D;
}
.BgClassName
{
background-color: #E6449D;
}
</style>
border-color css
<style>
span { border-color: #E6449D; }
span { border-color: rgb(230,68,157); }
td.TdClassName
{
border-color: #E6449D;
}
.TagClassName
{
border-color: #E6449D;
}
</style>