Shades of Violet Red #E6469D
Tints of Violet Red #E6469D
RGB
CMYK
RGB Variations
Color information
#E6469D (or 0xE6469D) is known color: Violet Red. HEX triplet: E6, 46 and 9D. RGB value is (230,70,157). Sum of RGB (Red+Green+Blue) = 230+70+157=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6469D is #19B962. Grayscale: #7F7F7F. Windows color (decimal): -1685859 or 10307302. OLE color: 10307302.
HSL color Cylindrical-coordinate representation of color #E6469D: hue angle of 327.38º 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 #E6469D is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 157 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.10 |
| HSL | 327.38º | 0.76% | 0.59% | - |
| HSV(B) | 327.38º | 0.7% | 0.9% | - |
| XYZ | 40.91 | 23.64 | 34.3 | - |
| YUV | 127.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 157 | 0 | 0.70 | 0.32 | 0.10 | 327.38 | 0.76 | 0.59 |
| Hex | E6 | 46 | 9D | 0 | 46 | 20 | A | 147 | 4C | 3B |
| Octal | 346 | 106 | 235 | 0 | 106 | 40 | 12 | 507 | 114 | 73 |
| Binary | 11100110 | 1000110 | 10011101 | 0 | 1000110 | 100000 | 1010 | 101000111 | 1001100 | 111011 |
Color Harmonies of #E6469D
Complementary color
Monochromatic Colors of #E6469D
Black with #E6469D
Text Example
Text Example
White with #E6469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6469D; }
p { color: rgb(230,70,157); }
H1.HeaderClassName
{
color: #E6469D;
}
.AnyTagClassName
{
color: #E6469D;
}
</style>
background-color css
<style>
a { background-color: #E6469D; }
a { background-color: rgb(230,70,157); }
div.DivClassName
{
background-color: #E6469D;
}
.BgClassName
{
background-color: #E6469D;
}
</style>
border-color css
<style>
span { border-color: #E6469D; }
span { border-color: rgb(230,70,157); }
td.TdClassName
{
border-color: #E6469D;
}
.TagClassName
{
border-color: #E6469D;
}
</style>