Shades of Violet #E585DB
Tints of Violet #E585DB
RGB
CMYK
RGB Variations
Color information
#E585DB (or 0xE585DB) is known color: Violet. HEX triplet: E5, 85 and DB. RGB value is (229,133,219). Sum of RGB (Red+Green+Blue) = 229+133+219=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E585DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585DB is #1A7A24. Grayscale: #ABABAB. Windows color (decimal): -1735205 or 14386661. OLE color: 14386661.
HSL color Cylindrical-coordinate representation of color #E585DB: hue angle of 306.25º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E585DB is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 219 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.10 |
| HSL | 306.25º | 0.65% | 0.71% | - |
| HSV(B) | 306.25º | 0.42% | 0.9% | - |
| XYZ | 53.49 | 38.55 | 71.64 | - |
| YUV | 171.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 219 | 0 | 0.42 | 0.04 | 0.10 | 306.25 | 0.65 | 0.71 |
| Hex | E5 | 85 | DB | 0 | 2A | 4 | A | 132 | 41 | 47 |
| Octal | 345 | 205 | 333 | 0 | 52 | 4 | 12 | 462 | 101 | 107 |
| Binary | 11100101 | 10000101 | 11011011 | 0 | 101010 | 100 | 1010 | 100110010 | 1000001 | 1000111 |
Color Harmonies of #E585DB
Complementary color
Monochromatic Colors of #E585DB
Black with #E585DB
Text Example
Text Example
White with #E585DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E585DB; }
p { color: rgb(229,133,219); }
H1.HeaderClassName
{
color: #E585DB;
}
.AnyTagClassName
{
color: #E585DB;
}
</style>
background-color css
<style>
a { background-color: #E585DB; }
a { background-color: rgb(229,133,219); }
div.DivClassName
{
background-color: #E585DB;
}
.BgClassName
{
background-color: #E585DB;
}
</style>
border-color css
<style>
span { border-color: #E585DB; }
span { border-color: rgb(229,133,219); }
td.TdClassName
{
border-color: #E585DB;
}
.TagClassName
{
border-color: #E585DB;
}
</style>