Shades of Violet #E188DD
Tints of Violet #E188DD
RGB
CMYK
RGB Variations
Color information
#E188DD (or 0xE188DD) is known color: Violet. HEX triplet: E1, 88 and DD. RGB value is (225,136,221). Sum of RGB (Red+Green+Blue) = 225+136+221=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E188DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188DD is #1E7722. Grayscale: #ACACAC. Windows color (decimal): -1996579 or 14518497. OLE color: 14518497.
HSL color Cylindrical-coordinate representation of color #E188DD: hue angle of 302.7º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E188DD is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 221 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.12 |
| HSL | 302.7º | 0.6% | 0.71% | - |
| HSV(B) | 302.7º | 0.4% | 0.88% | - |
| XYZ | 52.91 | 38.84 | 73.11 | - |
| YUV | 172.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 221 | 0 | 0.40 | 0.02 | 0.12 | 302.7 | 0.6 | 0.71 |
| Hex | E1 | 88 | DD | 0 | 28 | 2 | C | 12F | 3C | 47 |
| Octal | 341 | 210 | 335 | 0 | 50 | 2 | 14 | 457 | 74 | 107 |
| Binary | 11100001 | 10001000 | 11011101 | 0 | 101000 | 10 | 1100 | 100101111 | 111100 | 1000111 |
Color Harmonies of #E188DD
Complementary color
Monochromatic Colors of #E188DD
Black with #E188DD
Text Example
Text Example
White with #E188DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188DD; }
p { color: rgb(225,136,221); }
H1.HeaderClassName
{
color: #E188DD;
}
.AnyTagClassName
{
color: #E188DD;
}
</style>
background-color css
<style>
a { background-color: #E188DD; }
a { background-color: rgb(225,136,221); }
div.DivClassName
{
background-color: #E188DD;
}
.BgClassName
{
background-color: #E188DD;
}
</style>
border-color css
<style>
span { border-color: #E188DD; }
span { border-color: rgb(225,136,221); }
td.TdClassName
{
border-color: #E188DD;
}
.TagClassName
{
border-color: #E188DD;
}
</style>