Shades of Violet #E188DC
Tints of Violet #E188DC
RGB
CMYK
RGB Variations
Color information
#E188DC (or 0xE188DC) is known color: Violet. HEX triplet: E1, 88 and DC. RGB value is (225,136,220). Sum of RGB (Red+Green+Blue) = 225+136+220=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E188DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188DC is #1E7723. Grayscale: #ABABAB. Windows color (decimal): -1996580 or 14452961. OLE color: 14452961.
HSL color Cylindrical-coordinate representation of color #E188DC: hue angle of 303.37º 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 #E188DC is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 220 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.12 |
| HSL | 303.37º | 0.6% | 0.71% | - |
| HSV(B) | 303.37º | 0.4% | 0.88% | - |
| XYZ | 52.77 | 38.78 | 72.41 | - |
| YUV | 172.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 220 | 0 | 0.40 | 0.02 | 0.12 | 303.37 | 0.6 | 0.71 |
| Hex | E1 | 88 | DC | 0 | 28 | 2 | C | 12F | 3C | 47 |
| Octal | 341 | 210 | 334 | 0 | 50 | 2 | 14 | 457 | 74 | 107 |
| Binary | 11100001 | 10001000 | 11011100 | 0 | 101000 | 10 | 1100 | 100101111 | 111100 | 1000111 |
Color Harmonies of #E188DC
Complementary color
Monochromatic Colors of #E188DC
Black with #E188DC
Text Example
Text Example
White with #E188DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188DC; }
p { color: rgb(225,136,220); }
H1.HeaderClassName
{
color: #E188DC;
}
.AnyTagClassName
{
color: #E188DC;
}
</style>
background-color css
<style>
a { background-color: #E188DC; }
a { background-color: rgb(225,136,220); }
div.DivClassName
{
background-color: #E188DC;
}
.BgClassName
{
background-color: #E188DC;
}
</style>
border-color css
<style>
span { border-color: #E188DC; }
span { border-color: rgb(225,136,220); }
td.TdClassName
{
border-color: #E188DC;
}
.TagClassName
{
border-color: #E188DC;
}
</style>