Shades of Violet #E088DD
Tints of Violet #E088DD
RGB
CMYK
RGB Variations
Color information
#E088DD (or 0xE088DD) is known color: Violet. HEX triplet: E0, 88 and DD. RGB value is (224,136,221). Sum of RGB (Red+Green+Blue) = 224+136+221=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E088DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088DD is #1F7722. Grayscale: #ABABAB. Windows color (decimal): -2062115 or 14518496. OLE color: 14518496.
HSL color Cylindrical-coordinate representation of color #E088DD: hue angle of 302.05º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088DD is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 221 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.12 |
| HSL | 302.05º | 0.59% | 0.71% | - |
| HSV(B) | 302.05º | 0.39% | 0.88% | - |
| XYZ | 52.6 | 38.68 | 73.1 | - |
| YUV | 172 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 221 | 0 | 0.39 | 0.01 | 0.12 | 302.05 | 0.59 | 0.71 |
| Hex | E0 | 88 | DD | 0 | 27 | 1 | C | 12E | 3B | 47 |
| Octal | 340 | 210 | 335 | 0 | 47 | 1 | 14 | 456 | 73 | 107 |
| Binary | 11100000 | 10001000 | 11011101 | 0 | 100111 | 1 | 1100 | 100101110 | 111011 | 1000111 |
Color Harmonies of #E088DD
Complementary color
Monochromatic Colors of #E088DD
Black with #E088DD
Text Example
Text Example
White with #E088DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E088DD; }
p { color: rgb(224,136,221); }
H1.HeaderClassName
{
color: #E088DD;
}
.AnyTagClassName
{
color: #E088DD;
}
</style>
background-color css
<style>
a { background-color: #E088DD; }
a { background-color: rgb(224,136,221); }
div.DivClassName
{
background-color: #E088DD;
}
.BgClassName
{
background-color: #E088DD;
}
</style>
border-color css
<style>
span { border-color: #E088DD; }
span { border-color: rgb(224,136,221); }
td.TdClassName
{
border-color: #E088DD;
}
.TagClassName
{
border-color: #E088DD;
}
</style>