Shades of Violet Red #E6469B
Tints of Violet Red #E6469B
RGB
CMYK
RGB Variations
Color information
#E6469B (or 0xE6469B) is known color: Violet Red. HEX triplet: E6, 46 and 9B. RGB value is (230,70,155). Sum of RGB (Red+Green+Blue) = 230+70+155=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6469B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6469B is #19B964. Grayscale: #7F7F7F. Windows color (decimal): -1685861 or 10176230. OLE color: 10176230.
HSL color Cylindrical-coordinate representation of color #E6469B: hue angle of 328.12º 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 #E6469B is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 155 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.10 |
| HSL | 328.13º | 0.76% | 0.59% | - |
| HSV(B) | 328.13º | 0.7% | 0.9% | - |
| XYZ | 40.74 | 23.57 | 33.41 | - |
| YUV | 127.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 155 | 0 | 0.70 | 0.33 | 0.10 | 328.13 | 0.76 | 0.59 |
| Hex | E6 | 46 | 9B | 0 | 46 | 21 | A | 148 | 4C | 3B |
| Octal | 346 | 106 | 233 | 0 | 106 | 41 | 12 | 510 | 114 | 73 |
| Binary | 11100110 | 1000110 | 10011011 | 0 | 1000110 | 100001 | 1010 | 101001000 | 1001100 | 111011 |
Color Harmonies of #E6469B
Complementary color
Monochromatic Colors of #E6469B
Black with #E6469B
Text Example
Text Example
White with #E6469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6469B; }
p { color: rgb(230,70,155); }
H1.HeaderClassName
{
color: #E6469B;
}
.AnyTagClassName
{
color: #E6469B;
}
</style>
background-color css
<style>
a { background-color: #E6469B; }
a { background-color: rgb(230,70,155); }
div.DivClassName
{
background-color: #E6469B;
}
.BgClassName
{
background-color: #E6469B;
}
</style>
border-color css
<style>
span { border-color: #E6469B; }
span { border-color: rgb(230,70,155); }
td.TdClassName
{
border-color: #E6469B;
}
.TagClassName
{
border-color: #E6469B;
}
</style>