Shades of Violet #E585DD
Tints of Violet #E585DD
RGB
CMYK
RGB Variations
Color information
#E585DD (or 0xE585DD) is known color: Violet. HEX triplet: E5, 85 and DD. RGB value is (229,133,221). Sum of RGB (Red+Green+Blue) = 229+133+221=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E585DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585DD is #1A7A22. Grayscale: #ABABAB. Windows color (decimal): -1735203 or 14517733. OLE color: 14517733.
HSL color Cylindrical-coordinate representation of color #E585DD: hue angle of 305º 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 #E585DD is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 221 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.10 |
| HSL | 305º | 0.65% | 0.71% | - |
| HSV(B) | 305º | 0.42% | 0.9% | - |
| XYZ | 53.75 | 38.65 | 73.03 | - |
| YUV | 171.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 221 | 0 | 0.42 | 0.03 | 0.10 | 305 | 0.65 | 0.71 |
| Hex | E5 | 85 | DD | 0 | 2A | 3 | A | 131 | 41 | 47 |
| Octal | 345 | 205 | 335 | 0 | 52 | 3 | 12 | 461 | 101 | 107 |
| Binary | 11100101 | 10000101 | 11011101 | 0 | 101010 | 11 | 1010 | 100110001 | 1000001 | 1000111 |
Color Harmonies of #E585DD
Complementary color
Monochromatic Colors of #E585DD
Black with #E585DD
Text Example
Text Example
White with #E585DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E585DD; }
p { color: rgb(229,133,221); }
H1.HeaderClassName
{
color: #E585DD;
}
.AnyTagClassName
{
color: #E585DD;
}
</style>
background-color css
<style>
a { background-color: #E585DD; }
a { background-color: rgb(229,133,221); }
div.DivClassName
{
background-color: #E585DD;
}
.BgClassName
{
background-color: #E585DD;
}
</style>
border-color css
<style>
span { border-color: #E585DD; }
span { border-color: rgb(229,133,221); }
td.TdClassName
{
border-color: #E585DD;
}
.TagClassName
{
border-color: #E585DD;
}
</style>