Shades of Violet #E484E0
Tints of Violet #E484E0
RGB
CMYK
RGB Variations
Color information
#E484E0 (or 0xE484E0) is known color: Violet. HEX triplet: E4, 84 and E0. RGB value is (228,132,224). Sum of RGB (Red+Green+Blue) = 228+132+224=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 132 (51.95% from 255 or 22.60% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 228 - color contains mainly: red. Hex color #E484E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484E0 is #1B7B1F. Grayscale: #AAAAAA. Windows color (decimal): -1800992 or 14714084. OLE color: 14714084.
HSL color Cylindrical-coordinate representation of color #E484E0: hue angle of 302.5º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E484E0 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 224 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.11 |
| HSL | 302.5º | 0.64% | 0.71% | - |
| HSV(B) | 302.5º | 0.42% | 0.89% | - |
| XYZ | 53.7 | 38.38 | 75.1 | - |
| YUV | 171.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 224 | 0 | 0.42 | 0.02 | 0.11 | 302.5 | 0.64 | 0.71 |
| Hex | E4 | 84 | E0 | 0 | 2A | 2 | B | 12E | 40 | 47 |
| Octal | 344 | 204 | 340 | 0 | 52 | 2 | 13 | 456 | 100 | 107 |
| Binary | 11100100 | 10000100 | 11100000 | 0 | 101010 | 10 | 1011 | 100101110 | 1000000 | 1000111 |
Color Harmonies of #E484E0
Complementary color
Monochromatic Colors of #E484E0
Black with #E484E0
Text Example
Text Example
White with #E484E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484E0; }
p { color: rgb(228,132,224); }
H1.HeaderClassName
{
color: #E484E0;
}
.AnyTagClassName
{
color: #E484E0;
}
</style>
background-color css
<style>
a { background-color: #E484E0; }
a { background-color: rgb(228,132,224); }
div.DivClassName
{
background-color: #E484E0;
}
.BgClassName
{
background-color: #E484E0;
}
</style>
border-color css
<style>
span { border-color: #E484E0; }
span { border-color: rgb(228,132,224); }
td.TdClassName
{
border-color: #E484E0;
}
.TagClassName
{
border-color: #E484E0;
}
</style>