Shades of Violet #E484DD
Tints of Violet #E484DD
RGB
CMYK
RGB Variations
Color information
#E484DD (or 0xE484DD) is known color: Violet. HEX triplet: E4, 84 and DD. RGB value is (228,132,221). Sum of RGB (Red+Green+Blue) = 228+132+221=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 228 - color contains mainly: red. Hex color #E484DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484DD is #1B7B22. Grayscale: #AAAAAA. Windows color (decimal): -1800995 or 14517476. OLE color: 14517476.
HSL color Cylindrical-coordinate representation of color #E484DD: hue angle of 304.38º 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 #E484DD is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 221 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.11 |
| HSL | 304.38º | 0.64% | 0.71% | - |
| HSV(B) | 304.38º | 0.42% | 0.89% | - |
| XYZ | 53.3 | 38.22 | 72.97 | - |
| YUV | 170.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 221 | 0 | 0.42 | 0.03 | 0.11 | 304.38 | 0.64 | 0.71 |
| Hex | E4 | 84 | DD | 0 | 2A | 3 | B | 130 | 40 | 47 |
| Octal | 344 | 204 | 335 | 0 | 52 | 3 | 13 | 460 | 100 | 107 |
| Binary | 11100100 | 10000100 | 11011101 | 0 | 101010 | 11 | 1011 | 100110000 | 1000000 | 1000111 |
Color Harmonies of #E484DD
Complementary color
Monochromatic Colors of #E484DD
Black with #E484DD
Text Example
Text Example
White with #E484DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484DD; }
p { color: rgb(228,132,221); }
H1.HeaderClassName
{
color: #E484DD;
}
.AnyTagClassName
{
color: #E484DD;
}
</style>
background-color css
<style>
a { background-color: #E484DD; }
a { background-color: rgb(228,132,221); }
div.DivClassName
{
background-color: #E484DD;
}
.BgClassName
{
background-color: #E484DD;
}
</style>
border-color css
<style>
span { border-color: #E484DD; }
span { border-color: rgb(228,132,221); }
td.TdClassName
{
border-color: #E484DD;
}
.TagClassName
{
border-color: #E484DD;
}
</style>