Shades of Violet #E188DB
Tints of Violet #E188DB
RGB
CMYK
RGB Variations
Color information
#E188DB (or 0xE188DB) is known color: Violet. HEX triplet: E1, 88 and DB. RGB value is (225,136,219). Sum of RGB (Red+Green+Blue) = 225+136+219=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E188DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188DB is #1E7724. Grayscale: #ABABAB. Windows color (decimal): -1996581 or 14387425. OLE color: 14387425.
HSL color Cylindrical-coordinate representation of color #E188DB: hue angle of 304.04º 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 #E188DB is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 219 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.12 |
| HSL | 304.05º | 0.6% | 0.71% | - |
| HSV(B) | 304.05º | 0.4% | 0.88% | - |
| XYZ | 52.64 | 38.73 | 71.72 | - |
| YUV | 172.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 219 | 0 | 0.40 | 0.03 | 0.12 | 304.05 | 0.6 | 0.71 |
| Hex | E1 | 88 | DB | 0 | 28 | 3 | C | 130 | 3C | 47 |
| Octal | 341 | 210 | 333 | 0 | 50 | 3 | 14 | 460 | 74 | 107 |
| Binary | 11100001 | 10001000 | 11011011 | 0 | 101000 | 11 | 1100 | 100110000 | 111100 | 1000111 |
Color Harmonies of #E188DB
Complementary color
Monochromatic Colors of #E188DB
Black with #E188DB
Text Example
Text Example
White with #E188DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188DB; }
p { color: rgb(225,136,219); }
H1.HeaderClassName
{
color: #E188DB;
}
.AnyTagClassName
{
color: #E188DB;
}
</style>
background-color css
<style>
a { background-color: #E188DB; }
a { background-color: rgb(225,136,219); }
div.DivClassName
{
background-color: #E188DB;
}
.BgClassName
{
background-color: #E188DB;
}
</style>
border-color css
<style>
span { border-color: #E188DB; }
span { border-color: rgb(225,136,219); }
td.TdClassName
{
border-color: #E188DB;
}
.TagClassName
{
border-color: #E188DB;
}
</style>