Shades of Violet Red #E5438E
Tints of Violet Red #E5438E
RGB
CMYK
RGB Variations
Color information
#E5438E (or 0xE5438E) is known color: Violet Red. HEX triplet: E5, 43 and 8E. RGB value is (229,67,142). Sum of RGB (Red+Green+Blue) = 229+67+142=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5438E is #1ABC71. Grayscale: #7B7B7B. Windows color (decimal): -1752178 or 9323493. OLE color: 9323493.
HSL color Cylindrical-coordinate representation of color #E5438E: hue angle of 332.22º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5438E is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 142 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.10 |
| HSL | 332.22º | 0.76% | 0.58% | - |
| HSV(B) | 332.22º | 0.71% | 0.9% | - |
| XYZ | 39.2 | 22.63 | 27.89 | - |
| YUV | 123.99 | 138.17 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 142 | 0 | 0.71 | 0.38 | 0.10 | 332.22 | 0.76 | 0.58 |
| Hex | E5 | 43 | 8E | 0 | 47 | 26 | A | 14C | 4C | 3A |
| Octal | 345 | 103 | 216 | 0 | 107 | 46 | 12 | 514 | 114 | 72 |
| Binary | 11100101 | 1000011 | 10001110 | 0 | 1000111 | 100110 | 1010 | 101001100 | 1001100 | 111010 |
Color Harmonies of #E5438E
Complementary color
Monochromatic Colors of #E5438E
Black with #E5438E
Text Example
Text Example
White with #E5438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5438E; }
p { color: rgb(229,67,142); }
H1.HeaderClassName
{
color: #E5438E;
}
.AnyTagClassName
{
color: #E5438E;
}
</style>
background-color css
<style>
a { background-color: #E5438E; }
a { background-color: rgb(229,67,142); }
div.DivClassName
{
background-color: #E5438E;
}
.BgClassName
{
background-color: #E5438E;
}
</style>
border-color css
<style>
span { border-color: #E5438E; }
span { border-color: rgb(229,67,142); }
td.TdClassName
{
border-color: #E5438E;
}
.TagClassName
{
border-color: #E5438E;
}
</style>