Shades of Violet Red #E6418D
Tints of Violet Red #E6418D
RGB
CMYK
RGB Variations
Color information
#E6418D (or 0xE6418D) is known color: Violet Red. HEX triplet: E6, 41 and 8D. RGB value is (230,65,141). Sum of RGB (Red+Green+Blue) = 230+65+141=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6418D is #19BE72. Grayscale: #7A7A7A. Windows color (decimal): -1687155 or 9257446. OLE color: 9257446.
HSL color Cylindrical-coordinate representation of color #E6418D: hue angle of 332.36º 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 #E6418D is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 141 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.10 |
| HSL | 332.36º | 0.77% | 0.58% | - |
| HSV(B) | 332.36º | 0.72% | 0.9% | - |
| XYZ | 39.33 | 22.53 | 27.47 | - |
| YUV | 123 | 138.16 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 141 | 0 | 0.72 | 0.39 | 0.10 | 332.36 | 0.77 | 0.58 |
| Hex | E6 | 41 | 8D | 0 | 48 | 27 | A | 14C | 4D | 3A |
| Octal | 346 | 101 | 215 | 0 | 110 | 47 | 12 | 514 | 115 | 72 |
| Binary | 11100110 | 1000001 | 10001101 | 0 | 1001000 | 100111 | 1010 | 101001100 | 1001101 | 111010 |
Color Harmonies of #E6418D
Complementary color
Monochromatic Colors of #E6418D
Black with #E6418D
Text Example
Text Example
White with #E6418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6418D; }
p { color: rgb(230,65,141); }
H1.HeaderClassName
{
color: #E6418D;
}
.AnyTagClassName
{
color: #E6418D;
}
</style>
background-color css
<style>
a { background-color: #E6418D; }
a { background-color: rgb(230,65,141); }
div.DivClassName
{
background-color: #E6418D;
}
.BgClassName
{
background-color: #E6418D;
}
</style>
border-color css
<style>
span { border-color: #E6418D; }
span { border-color: rgb(230,65,141); }
td.TdClassName
{
border-color: #E6418D;
}
.TagClassName
{
border-color: #E6418D;
}
</style>