Shades of Violet #E484ED
Tints of Violet #E484ED
RGB
CMYK
RGB Variations
Color information
#E484ED (or 0xE484ED) is known color: Violet. HEX triplet: E4, 84 and ED. RGB value is (228,132,237). Sum of RGB (Red+Green+Blue) = 228+132+237=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #E484ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E484ED is #1B7B12. Grayscale: #ACACAC. Windows color (decimal): -1800979 or 15566052. OLE color: 15566052.
HSL color Cylindrical-coordinate representation of color #E484ED: hue angle of 294.86º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E484ED is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 132 | 237 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.07 |
| HSL | 294.86º | 0.74% | 0.72% | - |
| HSV(B) | 294.86º | 0.44% | 0.93% | - |
| XYZ | 55.53 | 39.11 | 84.74 | - |
| YUV | 172.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 237 | 0.04 | 0.44 | 0 | 0.07 | 294.86 | 0.74 | 0.72 |
| Hex | E4 | 84 | ED | 4 | 2C | 0 | 7 | 127 | 4A | 48 |
| Octal | 344 | 204 | 355 | 4 | 54 | 0 | 7 | 447 | 112 | 110 |
| Binary | 11100100 | 10000100 | 11101101 | 100 | 101100 | 0 | 111 | 100100111 | 1001010 | 1001000 |
Color Harmonies of #E484ED
Complementary color
Monochromatic Colors of #E484ED
Black with #E484ED
Text Example
Text Example
White with #E484ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484ED; }
p { color: rgb(228,132,237); }
H1.HeaderClassName
{
color: #E484ED;
}
.AnyTagClassName
{
color: #E484ED;
}
</style>
background-color css
<style>
a { background-color: #E484ED; }
a { background-color: rgb(228,132,237); }
div.DivClassName
{
background-color: #E484ED;
}
.BgClassName
{
background-color: #E484ED;
}
</style>
border-color css
<style>
span { border-color: #E484ED; }
span { border-color: rgb(228,132,237); }
td.TdClassName
{
border-color: #E484ED;
}
.TagClassName
{
border-color: #E484ED;
}
</style>