Shades of Violet #E894EC
Tints of Violet #E894EC
RGB
CMYK
RGB Variations
Color information
#E894EC (or 0xE894EC) is known color: Violet. HEX triplet: E8, 94 and EC. RGB value is (232,148,236). Sum of RGB (Red+Green+Blue) = 232+148+236=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #E894EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E894EC is #176B13. Grayscale: #B6B6B6. Windows color (decimal): -1534740 or 15504616. OLE color: 15504616.
HSL color Cylindrical-coordinate representation of color #E894EC: hue angle of 297.27º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E894EC is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 148 | 236 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.07 |
| HSL | 297.27º | 0.7% | 0.75% | - |
| HSV(B) | 297.27º | 0.37% | 0.93% | - |
| XYZ | 59.01 | 44.39 | 84.82 | - |
| YUV | 183.15 | 157.83 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 236 | 0.02 | 0.37 | 0 | 0.07 | 297.27 | 0.7 | 0.75 |
| Hex | E8 | 94 | EC | 2 | 25 | 0 | 7 | 129 | 46 | 4B |
| Octal | 350 | 224 | 354 | 2 | 45 | 0 | 7 | 451 | 106 | 113 |
| Binary | 11101000 | 10010100 | 11101100 | 10 | 100101 | 0 | 111 | 100101001 | 1000110 | 1001011 |
Color Harmonies of #E894EC
Complementary color
Monochromatic Colors of #E894EC
Black with #E894EC
Text Example
Text Example
White with #E894EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E894EC; }
p { color: rgb(232,148,236); }
H1.HeaderClassName
{
color: #E894EC;
}
.AnyTagClassName
{
color: #E894EC;
}
</style>
background-color css
<style>
a { background-color: #E894EC; }
a { background-color: rgb(232,148,236); }
div.DivClassName
{
background-color: #E894EC;
}
.BgClassName
{
background-color: #E894EC;
}
</style>
border-color css
<style>
span { border-color: #E894EC; }
span { border-color: rgb(232,148,236); }
td.TdClassName
{
border-color: #E894EC;
}
.TagClassName
{
border-color: #E894EC;
}
</style>