Shades of Violet Red #E6459B
Tints of Violet Red #E6459B
RGB
CMYK
RGB Variations
Color information
#E6459B (or 0xE6459B) is known color: Violet Red. HEX triplet: E6, 45 and 9B. RGB value is (230,69,155). Sum of RGB (Red+Green+Blue) = 230+69+155=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6459B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6459B is #19BA64. Grayscale: #7E7E7E. Windows color (decimal): -1686117 or 10175974. OLE color: 10175974.
HSL color Cylindrical-coordinate representation of color #E6459B: hue angle of 327.95º 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 #E6459B is Cyan = 0, Magento = 0.7, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 155 | - |
| CMYK | 0 | 0.7 | 0.33 | 0.10 |
| HSL | 327.95º | 0.76% | 0.59% | - |
| HSV(B) | 327.95º | 0.7% | 0.9% | - |
| XYZ | 40.68 | 23.45 | 33.39 | - |
| YUV | 126.94 | 143.84 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 155 | 0 | 0.7 | 0.33 | 0.10 | 327.95 | 0.76 | 0.59 |
| Hex | E6 | 45 | 9B | 0 | 46 | 21 | A | 148 | 4C | 3B |
| Octal | 346 | 105 | 233 | 0 | 106 | 41 | 12 | 510 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10011011 | 0 | 1000110 | 100001 | 1010 | 101001000 | 1001100 | 111011 |
Color Harmonies of #E6459B
Complementary color
Monochromatic Colors of #E6459B
Black with #E6459B
Text Example
Text Example
White with #E6459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6459B; }
p { color: rgb(230,69,155); }
H1.HeaderClassName
{
color: #E6459B;
}
.AnyTagClassName
{
color: #E6459B;
}
</style>
background-color css
<style>
a { background-color: #E6459B; }
a { background-color: rgb(230,69,155); }
div.DivClassName
{
background-color: #E6459B;
}
.BgClassName
{
background-color: #E6459B;
}
</style>
border-color css
<style>
span { border-color: #E6459B; }
span { border-color: rgb(230,69,155); }
td.TdClassName
{
border-color: #E6459B;
}
.TagClassName
{
border-color: #E6459B;
}
</style>