Shades of Violet Red #E6458F
Tints of Violet Red #E6458F
RGB
CMYK
RGB Variations
Color information
#E6458F (or 0xE6458F) is known color: Violet Red. HEX triplet: E6, 45 and 8F. RGB value is (230,69,143). Sum of RGB (Red+Green+Blue) = 230+69+143=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6458F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6458F is #19BA70. Grayscale: #7D7D7D. Windows color (decimal): -1686129 or 9389542. OLE color: 9389542.
HSL color Cylindrical-coordinate representation of color #E6458F: hue angle of 332.42º 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 #E6458F is Cyan = 0, Magento = 0.7, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 143 | - |
| CMYK | 0 | 0.7 | 0.38 | 0.10 |
| HSL | 332.42º | 0.76% | 0.59% | - |
| HSV(B) | 332.42º | 0.7% | 0.9% | - |
| XYZ | 39.72 | 23.06 | 28.34 | - |
| YUV | 125.58 | 137.84 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 143 | 0 | 0.7 | 0.38 | 0.10 | 332.42 | 0.76 | 0.59 |
| Hex | E6 | 45 | 8F | 0 | 46 | 26 | A | 14C | 4C | 3B |
| Octal | 346 | 105 | 217 | 0 | 106 | 46 | 12 | 514 | 114 | 73 |
| Binary | 11100110 | 1000101 | 10001111 | 0 | 1000110 | 100110 | 1010 | 101001100 | 1001100 | 111011 |
Color Harmonies of #E6458F
Complementary color
Monochromatic Colors of #E6458F
Black with #E6458F
Text Example
Text Example
White with #E6458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6458F; }
p { color: rgb(230,69,143); }
H1.HeaderClassName
{
color: #E6458F;
}
.AnyTagClassName
{
color: #E6458F;
}
</style>
background-color css
<style>
a { background-color: #E6458F; }
a { background-color: rgb(230,69,143); }
div.DivClassName
{
background-color: #E6458F;
}
.BgClassName
{
background-color: #E6458F;
}
</style>
border-color css
<style>
span { border-color: #E6458F; }
span { border-color: rgb(230,69,143); }
td.TdClassName
{
border-color: #E6458F;
}
.TagClassName
{
border-color: #E6458F;
}
</style>