Shades of Violet Red #E6458D
Tints of Violet Red #E6458D
RGB
CMYK
RGB Variations
Color information
#E6458D (or 0xE6458D) is known color: Violet Red. HEX triplet: E6, 45 and 8D. RGB value is (230,69,141). Sum of RGB (Red+Green+Blue) = 230+69+141=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6458D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6458D is #19BA72. Grayscale: #7D7D7D. Windows color (decimal): -1686131 or 9258470. OLE color: 9258470.
HSL color Cylindrical-coordinate representation of color #E6458D: hue angle of 333.17º 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 #E6458D is Cyan = 0, Magento = 0.7, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 141 | - |
| CMYK | 0 | 0.7 | 0.39 | 0.10 |
| HSL | 333.17º | 0.76% | 0.59% | - |
| HSV(B) | 333.17º | 0.7% | 0.9% | - |
| XYZ | 39.57 | 23 | 27.55 | - |
| YUV | 125.35 | 136.84 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 141 | 0 | 0.7 | 0.39 | 0.10 | 333.17 | 0.76 | 0.59 |
| Hex | E6 | 45 | 8D | 0 | 46 | 27 | A | 14D | 4C | 3B |
| Octal | 346 | 105 | 215 | 0 | 106 | 47 | 12 | 515 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10001101 | 0 | 1000110 | 100111 | 1010 | 101001101 | 1001100 | 111011 |
Color Harmonies of #E6458D
Complementary color
Monochromatic Colors of #E6458D
Black with #E6458D
Text Example
Text Example
White with #E6458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6458D; }
p { color: rgb(230,69,141); }
H1.HeaderClassName
{
color: #E6458D;
}
.AnyTagClassName
{
color: #E6458D;
}
</style>
background-color css
<style>
a { background-color: #E6458D; }
a { background-color: rgb(230,69,141); }
div.DivClassName
{
background-color: #E6458D;
}
.BgClassName
{
background-color: #E6458D;
}
</style>
border-color css
<style>
span { border-color: #E6458D; }
span { border-color: rgb(230,69,141); }
td.TdClassName
{
border-color: #E6458D;
}
.TagClassName
{
border-color: #E6458D;
}
</style>