Shades of Violet Red #E7438A
Tints of Violet Red #E7438A
RGB
CMYK
RGB Variations
Color information
#E7438A (or 0xE7438A) is known color: Violet Red. HEX triplet: E7, 43 and 8A. RGB value is (231,67,138). Sum of RGB (Red+Green+Blue) = 231+67+138=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7438A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7438A is #18BC75. Grayscale: #7C7C7C. Windows color (decimal): -1621110 or 9061351. OLE color: 9061351.
HSL color Cylindrical-coordinate representation of color #E7438A: hue angle of 334.02º 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 #E7438A is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 67 | 138 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.09 |
| HSL | 334.02º | 0.77% | 0.58% | - |
| HSV(B) | 334.02º | 0.71% | 0.91% | - |
| XYZ | 39.55 | 22.84 | 26.37 | - |
| YUV | 124.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 67 | 138 | 0 | 0.71 | 0.40 | 0.09 | 334.02 | 0.77 | 0.58 |
| Hex | E7 | 43 | 8A | 0 | 47 | 28 | 9 | 14E | 4D | 3A |
| Octal | 347 | 103 | 212 | 0 | 107 | 50 | 11 | 516 | 115 | 72 |
| Binary | 11100111 | 1000011 | 10001010 | 0 | 1000111 | 101000 | 1001 | 101001110 | 1001101 | 111010 |
Color Harmonies of #E7438A
Complementary color
Monochromatic Colors of #E7438A
Black with #E7438A
Text Example
Text Example
White with #E7438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7438A; }
p { color: rgb(231,67,138); }
H1.HeaderClassName
{
color: #E7438A;
}
.AnyTagClassName
{
color: #E7438A;
}
</style>
background-color css
<style>
a { background-color: #E7438A; }
a { background-color: rgb(231,67,138); }
div.DivClassName
{
background-color: #E7438A;
}
.BgClassName
{
background-color: #E7438A;
}
</style>
border-color css
<style>
span { border-color: #E7438A; }
span { border-color: rgb(231,67,138); }
td.TdClassName
{
border-color: #E7438A;
}
.TagClassName
{
border-color: #E7438A;
}
</style>