Shades of Violet #E484DE
Tints of Violet #E484DE
RGB
CMYK
RGB Variations
Color information
#E484DE (or 0xE484DE) is known color: Violet. HEX triplet: E4, 84 and DE. RGB value is (228,132,222). Sum of RGB (Red+Green+Blue) = 228+132+222=582 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.18% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 228 - color contains mainly: red. Hex color #E484DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484DE is #1B7B21. Grayscale: #AAAAAA. Windows color (decimal): -1800994 or 14583012. OLE color: 14583012.
HSL color Cylindrical-coordinate representation of color #E484DE: hue angle of 303.75º 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 #E484DE is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 222 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.11 |
| HSL | 303.75º | 0.64% | 0.71% | - |
| HSV(B) | 303.75º | 0.42% | 0.89% | - |
| XYZ | 53.43 | 38.27 | 73.68 | - |
| YUV | 170.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 222 | 0 | 0.42 | 0.03 | 0.11 | 303.75 | 0.64 | 0.71 |
| Hex | E4 | 84 | DE | 0 | 2A | 3 | B | 130 | 40 | 47 |
| Octal | 344 | 204 | 336 | 0 | 52 | 3 | 13 | 460 | 100 | 107 |
| Binary | 11100100 | 10000100 | 11011110 | 0 | 101010 | 11 | 1011 | 100110000 | 1000000 | 1000111 |
Color Harmonies of #E484DE
Complementary color
Monochromatic Colors of #E484DE
Black with #E484DE
Text Example
Text Example
White with #E484DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484DE; }
p { color: rgb(228,132,222); }
H1.HeaderClassName
{
color: #E484DE;
}
.AnyTagClassName
{
color: #E484DE;
}
</style>
background-color css
<style>
a { background-color: #E484DE; }
a { background-color: rgb(228,132,222); }
div.DivClassName
{
background-color: #E484DE;
}
.BgClassName
{
background-color: #E484DE;
}
</style>
border-color css
<style>
span { border-color: #E484DE; }
span { border-color: rgb(228,132,222); }
td.TdClassName
{
border-color: #E484DE;
}
.TagClassName
{
border-color: #E484DE;
}
</style>