Shades of Violet Red #E6458B
Tints of Violet Red #E6458B
RGB
CMYK
RGB Variations
Color information
#E6458B (or 0xE6458B) is known color: Violet Red. HEX triplet: E6, 45 and 8B. RGB value is (230,69,139). Sum of RGB (Red+Green+Blue) = 230+69+139=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6458B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6458B is #19BA74. Grayscale: #7D7D7D. Windows color (decimal): -1686133 or 9127398. OLE color: 9127398.
HSL color Cylindrical-coordinate representation of color #E6458B: hue angle of 333.91º 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 #E6458B is Cyan = 0, Magento = 0.7, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 139 | - |
| CMYK | 0 | 0.7 | 0.40 | 0.10 |
| HSL | 333.91º | 0.76% | 0.59% | - |
| HSV(B) | 333.91º | 0.7% | 0.9% | - |
| XYZ | 39.42 | 22.94 | 26.78 | - |
| YUV | 125.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 139 | 0 | 0.7 | 0.40 | 0.10 | 333.91 | 0.76 | 0.59 |
| Hex | E6 | 45 | 8B | 0 | 46 | 28 | A | 14E | 4C | 3B |
| Octal | 346 | 105 | 213 | 0 | 106 | 50 | 12 | 516 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10001011 | 0 | 1000110 | 101000 | 1010 | 101001110 | 1001100 | 111011 |
Color Harmonies of #E6458B
Complementary color
Monochromatic Colors of #E6458B
Black with #E6458B
Text Example
Text Example
White with #E6458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6458B; }
p { color: rgb(230,69,139); }
H1.HeaderClassName
{
color: #E6458B;
}
.AnyTagClassName
{
color: #E6458B;
}
</style>
background-color css
<style>
a { background-color: #E6458B; }
a { background-color: rgb(230,69,139); }
div.DivClassName
{
background-color: #E6458B;
}
.BgClassName
{
background-color: #E6458B;
}
</style>
border-color css
<style>
span { border-color: #E6458B; }
span { border-color: rgb(230,69,139); }
td.TdClassName
{
border-color: #E6458B;
}
.TagClassName
{
border-color: #E6458B;
}
</style>