Shades of Violet Red #E84184
Tints of Violet Red #E84184
RGB
CMYK
RGB Variations
Color information
#E84184 (or 0xE84184) is known color: Violet Red. HEX triplet: E8, 41 and 84. RGB value is (232,65,132). Sum of RGB (Red+Green+Blue) = 232+65+132=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E84184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84184 is #17BE7B. Grayscale: #7A7A7A. Windows color (decimal): -1556092 or 8667624. OLE color: 8667624.
HSL color Cylindrical-coordinate representation of color #E84184: hue angle of 335.93º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E84184 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 132 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.09 |
| HSL | 335.93º | 0.78% | 0.58% | - |
| HSV(B) | 335.93º | 0.72% | 0.91% | - |
| XYZ | 39.33 | 22.6 | 24.12 | - |
| YUV | 122.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 132 | 0 | 0.72 | 0.43 | 0.09 | 335.93 | 0.78 | 0.58 |
| Hex | E8 | 41 | 84 | 0 | 48 | 2B | 9 | 150 | 4E | 3A |
| Octal | 350 | 101 | 204 | 0 | 110 | 53 | 11 | 520 | 116 | 72 |
| Binary | 11101000 | 1000001 | 10000100 | 0 | 1001000 | 101011 | 1001 | 101010000 | 1001110 | 111010 |
Color Harmonies of #E84184
Complementary color
Monochromatic Colors of #E84184
Black with #E84184
Text Example
Text Example
White with #E84184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84184; }
p { color: rgb(232,65,132); }
H1.HeaderClassName
{
color: #E84184;
}
.AnyTagClassName
{
color: #E84184;
}
</style>
background-color css
<style>
a { background-color: #E84184; }
a { background-color: rgb(232,65,132); }
div.DivClassName
{
background-color: #E84184;
}
.BgClassName
{
background-color: #E84184;
}
</style>
border-color css
<style>
span { border-color: #E84184; }
span { border-color: rgb(232,65,132); }
td.TdClassName
{
border-color: #E84184;
}
.TagClassName
{
border-color: #E84184;
}
</style>