Shades of Violet #E484EE
Tints of Violet #E484EE
RGB
CMYK
RGB Variations
Color information
#E484EE (or 0xE484EE) is known color: Violet. HEX triplet: E4, 84 and EE. RGB value is (228,132,238). Sum of RGB (Red+Green+Blue) = 228+132+238=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 132 (51.95% from 255 or 22.07% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #E484EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E484EE is #1B7B11. Grayscale: #ACACAC. Windows color (decimal): -1800978 or 15631588. OLE color: 15631588.
HSL color Cylindrical-coordinate representation of color #E484EE: hue angle of 294.34º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E484EE is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 132 | 238 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.07 |
| HSL | 294.34º | 0.76% | 0.73% | - |
| HSV(B) | 294.34º | 0.45% | 0.93% | - |
| XYZ | 55.68 | 39.17 | 85.51 | - |
| YUV | 172.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 238 | 0.04 | 0.45 | 0 | 0.07 | 294.34 | 0.76 | 0.73 |
| Hex | E4 | 84 | EE | 4 | 2D | 0 | 7 | 126 | 4C | 49 |
| Octal | 344 | 204 | 356 | 4 | 55 | 0 | 7 | 446 | 114 | 111 |
| Binary | 11100100 | 10000100 | 11101110 | 100 | 101101 | 0 | 111 | 100100110 | 1001100 | 1001001 |
Color Harmonies of #E484EE
Complementary color
Monochromatic Colors of #E484EE
Black with #E484EE
Text Example
Text Example
White with #E484EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484EE; }
p { color: rgb(228,132,238); }
H1.HeaderClassName
{
color: #E484EE;
}
.AnyTagClassName
{
color: #E484EE;
}
</style>
background-color css
<style>
a { background-color: #E484EE; }
a { background-color: rgb(228,132,238); }
div.DivClassName
{
background-color: #E484EE;
}
.BgClassName
{
background-color: #E484EE;
}
</style>
border-color css
<style>
span { border-color: #E484EE; }
span { border-color: rgb(228,132,238); }
td.TdClassName
{
border-color: #E484EE;
}
.TagClassName
{
border-color: #E484EE;
}
</style>