Shades of Violet Red #E7438E
Tints of Violet Red #E7438E
RGB
CMYK
RGB Variations
Color information
#E7438E (or 0xE7438E) is known color: Violet Red. HEX triplet: E7, 43 and 8E. RGB value is (231,67,142). Sum of RGB (Red+Green+Blue) = 231+67+142=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7438E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7438E is #18BC71. Grayscale: #7C7C7C. Windows color (decimal): -1621106 or 9323495. OLE color: 9323495.
HSL color Cylindrical-coordinate representation of color #E7438E: hue angle of 332.56º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7438E is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 67 | 142 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.09 |
| HSL | 332.56º | 0.77% | 0.58% | - |
| HSV(B) | 332.56º | 0.71% | 0.91% | - |
| XYZ | 39.84 | 22.96 | 27.92 | - |
| YUV | 124.59 | 137.83 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 67 | 142 | 0 | 0.71 | 0.39 | 0.09 | 332.56 | 0.77 | 0.58 |
| Hex | E7 | 43 | 8E | 0 | 47 | 27 | 9 | 14D | 4D | 3A |
| Octal | 347 | 103 | 216 | 0 | 107 | 47 | 11 | 515 | 115 | 72 |
| Binary | 11100111 | 1000011 | 10001110 | 0 | 1000111 | 100111 | 1001 | 101001101 | 1001101 | 111010 |
Color Harmonies of #E7438E
Complementary color
Monochromatic Colors of #E7438E
Black with #E7438E
Text Example
Text Example
White with #E7438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7438E; }
p { color: rgb(231,67,142); }
H1.HeaderClassName
{
color: #E7438E;
}
.AnyTagClassName
{
color: #E7438E;
}
</style>
background-color css
<style>
a { background-color: #E7438E; }
a { background-color: rgb(231,67,142); }
div.DivClassName
{
background-color: #E7438E;
}
.BgClassName
{
background-color: #E7438E;
}
</style>
border-color css
<style>
span { border-color: #E7438E; }
span { border-color: rgb(231,67,142); }
td.TdClassName
{
border-color: #E7438E;
}
.TagClassName
{
border-color: #E7438E;
}
</style>