Shades of Violet Red #E74384
Tints of Violet Red #E74384
RGB
CMYK
RGB Variations
Color information
#E74384 (or 0xE74384) is known color: Violet Red. HEX triplet: E7, 43 and 84. RGB value is (231,67,132). Sum of RGB (Red+Green+Blue) = 231+67+132=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E74384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74384 is #18BC7B. Grayscale: #7B7B7B. Windows color (decimal): -1621116 or 8668135. OLE color: 8668135.
HSL color Cylindrical-coordinate representation of color #E74384: hue angle of 336.22º 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 #E74384 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 67 | 132 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.09 |
| HSL | 336.22º | 0.77% | 0.58% | - |
| HSV(B) | 336.22º | 0.71% | 0.91% | - |
| XYZ | 39.13 | 22.67 | 24.14 | - |
| YUV | 123.45 | 132.83 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 67 | 132 | 0 | 0.71 | 0.43 | 0.09 | 336.22 | 0.77 | 0.58 |
| Hex | E7 | 43 | 84 | 0 | 47 | 2B | 9 | 150 | 4D | 3A |
| Octal | 347 | 103 | 204 | 0 | 107 | 53 | 11 | 520 | 115 | 72 |
| Binary | 11100111 | 1000011 | 10000100 | 0 | 1000111 | 101011 | 1001 | 101010000 | 1001101 | 111010 |
Color Harmonies of #E74384
Complementary color
Monochromatic Colors of #E74384
Black with #E74384
Text Example
Text Example
White with #E74384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74384; }
p { color: rgb(231,67,132); }
H1.HeaderClassName
{
color: #E74384;
}
.AnyTagClassName
{
color: #E74384;
}
</style>
background-color css
<style>
a { background-color: #E74384; }
a { background-color: rgb(231,67,132); }
div.DivClassName
{
background-color: #E74384;
}
.BgClassName
{
background-color: #E74384;
}
</style>
border-color css
<style>
span { border-color: #E74384; }
span { border-color: rgb(231,67,132); }
td.TdClassName
{
border-color: #E74384;
}
.TagClassName
{
border-color: #E74384;
}
</style>