Shades of Violet Red #E74484
Tints of Violet Red #E74484
RGB
CMYK
RGB Variations
Color information
#E74484 (or 0xE74484) is known color: Violet Red. HEX triplet: E7, 44 and 84. RGB value is (231,68,132). Sum of RGB (Red+Green+Blue) = 231+68+132=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E74484 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74484 is #18BB7B. Grayscale: #7B7B7B. Windows color (decimal): -1620860 or 8668391. OLE color: 8668391.
HSL color Cylindrical-coordinate representation of color #E74484: hue angle of 336.44º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74484 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 132 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.09 |
| HSL | 336.44º | 0.77% | 0.59% | - |
| HSV(B) | 336.44º | 0.71% | 0.91% | - |
| XYZ | 39.19 | 22.79 | 24.16 | - |
| YUV | 124.03 | 132.5 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 132 | 0 | 0.71 | 0.43 | 0.09 | 336.44 | 0.77 | 0.59 |
| Hex | E7 | 44 | 84 | 0 | 47 | 2B | 9 | 150 | 4D | 3B |
| Octal | 347 | 104 | 204 | 0 | 107 | 53 | 11 | 520 | 115 | 73 |
| Binary | 11100111 | 1000100 | 10000100 | 0 | 1000111 | 101011 | 1001 | 101010000 | 1001101 | 111011 |
Color Harmonies of #E74484
Complementary color
Monochromatic Colors of #E74484
Black with #E74484
Text Example
Text Example
White with #E74484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74484; }
p { color: rgb(231,68,132); }
H1.HeaderClassName
{
color: #E74484;
}
.AnyTagClassName
{
color: #E74484;
}
</style>
background-color css
<style>
a { background-color: #E74484; }
a { background-color: rgb(231,68,132); }
div.DivClassName
{
background-color: #E74484;
}
.BgClassName
{
background-color: #E74484;
}
</style>
border-color css
<style>
span { border-color: #E74484; }
span { border-color: rgb(231,68,132); }
td.TdClassName
{
border-color: #E74484;
}
.TagClassName
{
border-color: #E74484;
}
</style>