Shades of Violet #E085DD
Tints of Violet #E085DD
RGB
CMYK
RGB Variations
Color information
#E085DD (or 0xE085DD) is known color: Violet. HEX triplet: E0, 85 and DD. RGB value is (224,133,221). Sum of RGB (Red+Green+Blue) = 224+133+221=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E085DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085DD is #1F7A22. Grayscale: #A9A9A9. Windows color (decimal): -2062883 or 14517728. OLE color: 14517728.
HSL color Cylindrical-coordinate representation of color #E085DD: hue angle of 301.98º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E085DD is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 221 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.12 |
| HSL | 301.98º | 0.59% | 0.7% | - |
| HSV(B) | 301.98º | 0.41% | 0.88% | - |
| XYZ | 52.18 | 37.84 | 72.96 | - |
| YUV | 170.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 221 | 0 | 0.41 | 0.01 | 0.12 | 301.98 | 0.59 | 0.7 |
| Hex | E0 | 85 | DD | 0 | 29 | 1 | C | 12E | 3B | 46 |
| Octal | 340 | 205 | 335 | 0 | 51 | 1 | 14 | 456 | 73 | 106 |
| Binary | 11100000 | 10000101 | 11011101 | 0 | 101001 | 1 | 1100 | 100101110 | 111011 | 1000110 |
Color Harmonies of #E085DD
Complementary color
Monochromatic Colors of #E085DD
Black with #E085DD
Text Example
Text Example
White with #E085DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E085DD; }
p { color: rgb(224,133,221); }
H1.HeaderClassName
{
color: #E085DD;
}
.AnyTagClassName
{
color: #E085DD;
}
</style>
background-color css
<style>
a { background-color: #E085DD; }
a { background-color: rgb(224,133,221); }
div.DivClassName
{
background-color: #E085DD;
}
.BgClassName
{
background-color: #E085DD;
}
</style>
border-color css
<style>
span { border-color: #E085DD; }
span { border-color: rgb(224,133,221); }
td.TdClassName
{
border-color: #E085DD;
}
.TagClassName
{
border-color: #E085DD;
}
</style>