Shades of Violet #E484DF
Tints of Violet #E484DF
RGB
CMYK
RGB Variations
Color information
#E484DF (or 0xE484DF) is known color: Violet. HEX triplet: E4, 84 and DF. RGB value is (228,132,223). Sum of RGB (Red+Green+Blue) = 228+132+223=583 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.11% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 228 - color contains mainly: red. Hex color #E484DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484DF is #1B7B20. Grayscale: #AAAAAA. Windows color (decimal): -1800993 or 14648548. OLE color: 14648548.
HSL color Cylindrical-coordinate representation of color #E484DF: hue angle of 303.12º 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 #E484DF is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 223 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.11 |
| HSL | 303.13º | 0.64% | 0.71% | - |
| HSV(B) | 303.13º | 0.42% | 0.89% | - |
| XYZ | 53.57 | 38.32 | 74.39 | - |
| YUV | 171.08 | 157.3 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 223 | 0 | 0.42 | 0.02 | 0.11 | 303.13 | 0.64 | 0.71 |
| Hex | E4 | 84 | DF | 0 | 2A | 2 | B | 12F | 40 | 47 |
| Octal | 344 | 204 | 337 | 0 | 52 | 2 | 13 | 457 | 100 | 107 |
| Binary | 11100100 | 10000100 | 11011111 | 0 | 101010 | 10 | 1011 | 100101111 | 1000000 | 1000111 |
Color Harmonies of #E484DF
Complementary color
Monochromatic Colors of #E484DF
Black with #E484DF
Text Example
Text Example
White with #E484DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484DF; }
p { color: rgb(228,132,223); }
H1.HeaderClassName
{
color: #E484DF;
}
.AnyTagClassName
{
color: #E484DF;
}
</style>
background-color css
<style>
a { background-color: #E484DF; }
a { background-color: rgb(228,132,223); }
div.DivClassName
{
background-color: #E484DF;
}
.BgClassName
{
background-color: #E484DF;
}
</style>
border-color css
<style>
span { border-color: #E484DF; }
span { border-color: rgb(228,132,223); }
td.TdClassName
{
border-color: #E484DF;
}
.TagClassName
{
border-color: #E484DF;
}
</style>