Shades of Violet #E189EC
Tints of Violet #E189EC
RGB
CMYK
RGB Variations
Color information
#E189EC (or 0xE189EC) is known color: Violet. HEX triplet: E1, 89 and EC. RGB value is (225,137,236). Sum of RGB (Red+Green+Blue) = 225+137+236=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 137 (53.91% from 255 or 22.91% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #E189EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E189EC is #1E7613. Grayscale: #AEAEAE. Windows color (decimal): -1996308 or 15501793. OLE color: 15501793.
HSL color Cylindrical-coordinate representation of color #E189EC: hue angle of 293.33º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E189EC is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 137 | 236 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.07 |
| HSL | 293.33º | 0.72% | 0.73% | - |
| HSV(B) | 293.33º | 0.42% | 0.93% | - |
| XYZ | 55.14 | 39.96 | 84.16 | - |
| YUV | 174.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 236 | 0.05 | 0.42 | 0 | 0.07 | 293.33 | 0.72 | 0.73 |
| Hex | E1 | 89 | EC | 5 | 2A | 0 | 7 | 125 | 48 | 49 |
| Octal | 341 | 211 | 354 | 5 | 52 | 0 | 7 | 445 | 110 | 111 |
| Binary | 11100001 | 10001001 | 11101100 | 101 | 101010 | 0 | 111 | 100100101 | 1001000 | 1001001 |
Color Harmonies of #E189EC
Complementary color
Monochromatic Colors of #E189EC
Black with #E189EC
Text Example
Text Example
White with #E189EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E189EC; }
p { color: rgb(225,137,236); }
H1.HeaderClassName
{
color: #E189EC;
}
.AnyTagClassName
{
color: #E189EC;
}
</style>
background-color css
<style>
a { background-color: #E189EC; }
a { background-color: rgb(225,137,236); }
div.DivClassName
{
background-color: #E189EC;
}
.BgClassName
{
background-color: #E189EC;
}
</style>
border-color css
<style>
span { border-color: #E189EC; }
span { border-color: rgb(225,137,236); }
td.TdClassName
{
border-color: #E189EC;
}
.TagClassName
{
border-color: #E189EC;
}
</style>