Shades of Violet Red #E7418D
Tints of Violet Red #E7418D
RGB
CMYK
RGB Variations
Color information
#E7418D (or 0xE7418D) is known color: Violet Red. HEX triplet: E7, 41 and 8D. RGB value is (231,65,141). Sum of RGB (Red+Green+Blue) = 231+65+141=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7418D is #18BE72. Grayscale: #7B7B7B. Windows color (decimal): -1621619 or 9257447. OLE color: 9257447.
HSL color Cylindrical-coordinate representation of color #E7418D: hue angle of 332.53º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7418D is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 141 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.09 |
| HSL | 332.53º | 0.78% | 0.58% | - |
| HSV(B) | 332.53º | 0.72% | 0.91% | - |
| XYZ | 39.65 | 22.69 | 27.49 | - |
| YUV | 123.3 | 138 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 141 | 0 | 0.72 | 0.39 | 0.09 | 332.53 | 0.78 | 0.58 |
| Hex | E7 | 41 | 8D | 0 | 48 | 27 | 9 | 14D | 4E | 3A |
| Octal | 347 | 101 | 215 | 0 | 110 | 47 | 11 | 515 | 116 | 72 |
| Binary | 11100111 | 1000001 | 10001101 | 0 | 1001000 | 100111 | 1001 | 101001101 | 1001110 | 111010 |
Color Harmonies of #E7418D
Complementary color
Monochromatic Colors of #E7418D
Black with #E7418D
Text Example
Text Example
White with #E7418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7418D; }
p { color: rgb(231,65,141); }
H1.HeaderClassName
{
color: #E7418D;
}
.AnyTagClassName
{
color: #E7418D;
}
</style>
background-color css
<style>
a { background-color: #E7418D; }
a { background-color: rgb(231,65,141); }
div.DivClassName
{
background-color: #E7418D;
}
.BgClassName
{
background-color: #E7418D;
}
</style>
border-color css
<style>
span { border-color: #E7418D; }
span { border-color: rgb(231,65,141); }
td.TdClassName
{
border-color: #E7418D;
}
.TagClassName
{
border-color: #E7418D;
}
</style>