Shades of Violet #E484DB
Tints of Violet #E484DB
RGB
CMYK
RGB Variations
Color information
#E484DB (or 0xE484DB) is known color: Violet. HEX triplet: E4, 84 and DB. RGB value is (228,132,219). Sum of RGB (Red+Green+Blue) = 228+132+219=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 228 - color contains mainly: red. Hex color #E484DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484DB is #1B7B24. Grayscale: #AAAAAA. Windows color (decimal): -1800997 or 14386404. OLE color: 14386404.
HSL color Cylindrical-coordinate representation of color #E484DB: hue angle of 305.62º 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 #E484DB is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 219 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.11 |
| HSL | 305.63º | 0.64% | 0.71% | - |
| HSV(B) | 305.63º | 0.42% | 0.89% | - |
| XYZ | 53.03 | 38.11 | 71.58 | - |
| YUV | 170.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 219 | 0 | 0.42 | 0.04 | 0.11 | 305.63 | 0.64 | 0.71 |
| Hex | E4 | 84 | DB | 0 | 2A | 4 | B | 132 | 40 | 47 |
| Octal | 344 | 204 | 333 | 0 | 52 | 4 | 13 | 462 | 100 | 107 |
| Binary | 11100100 | 10000100 | 11011011 | 0 | 101010 | 100 | 1011 | 100110010 | 1000000 | 1000111 |
Color Harmonies of #E484DB
Complementary color
Monochromatic Colors of #E484DB
Black with #E484DB
Text Example
Text Example
White with #E484DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484DB; }
p { color: rgb(228,132,219); }
H1.HeaderClassName
{
color: #E484DB;
}
.AnyTagClassName
{
color: #E484DB;
}
</style>
background-color css
<style>
a { background-color: #E484DB; }
a { background-color: rgb(228,132,219); }
div.DivClassName
{
background-color: #E484DB;
}
.BgClassName
{
background-color: #E484DB;
}
</style>
border-color css
<style>
span { border-color: #E484DB; }
span { border-color: rgb(228,132,219); }
td.TdClassName
{
border-color: #E484DB;
}
.TagClassName
{
border-color: #E484DB;
}
</style>