Shades of Violet Red #E6418B
Tints of Violet Red #E6418B
RGB
CMYK
RGB Variations
Color information
#E6418B (or 0xE6418B) is known color: Violet Red. HEX triplet: E6, 41 and 8B. RGB value is (230,65,139). Sum of RGB (Red+Green+Blue) = 230+65+139=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E6418B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6418B is #19BE74. Grayscale: #7A7A7A. Windows color (decimal): -1687157 or 9126374. OLE color: 9126374.
HSL color Cylindrical-coordinate representation of color #E6418B: hue angle of 333.09º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6418B is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 139 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.10 |
| HSL | 333.09º | 0.77% | 0.58% | - |
| HSV(B) | 333.09º | 0.72% | 0.9% | - |
| XYZ | 39.18 | 22.47 | 26.7 | - |
| YUV | 122.77 | 137.16 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 139 | 0 | 0.72 | 0.40 | 0.10 | 333.09 | 0.77 | 0.58 |
| Hex | E6 | 41 | 8B | 0 | 48 | 28 | A | 14D | 4D | 3A |
| Octal | 346 | 101 | 213 | 0 | 110 | 50 | 12 | 515 | 115 | 72 |
| Binary | 11100110 | 1000001 | 10001011 | 0 | 1001000 | 101000 | 1010 | 101001101 | 1001101 | 111010 |
Color Harmonies of #E6418B
Complementary color
Monochromatic Colors of #E6418B
Black with #E6418B
Text Example
Text Example
White with #E6418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6418B; }
p { color: rgb(230,65,139); }
H1.HeaderClassName
{
color: #E6418B;
}
.AnyTagClassName
{
color: #E6418B;
}
</style>
background-color css
<style>
a { background-color: #E6418B; }
a { background-color: rgb(230,65,139); }
div.DivClassName
{
background-color: #E6418B;
}
.BgClassName
{
background-color: #E6418B;
}
</style>
border-color css
<style>
span { border-color: #E6418B; }
span { border-color: rgb(230,65,139); }
td.TdClassName
{
border-color: #E6418B;
}
.TagClassName
{
border-color: #E6418B;
}
</style>