Shades of Violet #E894EF
Tints of Violet #E894EF
RGB
CMYK
RGB Variations
Color information
#E894EF (or 0xE894EF) is known color: Violet. HEX triplet: E8, 94 and EF. RGB value is (232,148,239). Sum of RGB (Red+Green+Blue) = 232+148+239=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #E894EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E894EF is #176B10. Grayscale: #B7B7B7. Windows color (decimal): -1534737 or 15701224. OLE color: 15701224.
HSL color Cylindrical-coordinate representation of color #E894EF: hue angle of 295.38º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E894EF is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 148 | 239 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.06 |
| HSL | 295.38º | 0.74% | 0.76% | - |
| HSV(B) | 295.38º | 0.38% | 0.94% | - |
| XYZ | 59.45 | 44.57 | 87.13 | - |
| YUV | 183.49 | 159.33 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 239 | 0.03 | 0.38 | 0 | 0.06 | 295.38 | 0.74 | 0.76 |
| Hex | E8 | 94 | EF | 3 | 26 | 0 | 6 | 127 | 4A | 4C |
| Octal | 350 | 224 | 357 | 3 | 46 | 0 | 6 | 447 | 112 | 114 |
| Binary | 11101000 | 10010100 | 11101111 | 11 | 100110 | 0 | 110 | 100100111 | 1001010 | 1001100 |
Color Harmonies of #E894EF
Complementary color
Monochromatic Colors of #E894EF
Black with #E894EF
Text Example
Text Example
White with #E894EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E894EF; }
p { color: rgb(232,148,239); }
H1.HeaderClassName
{
color: #E894EF;
}
.AnyTagClassName
{
color: #E894EF;
}
</style>
background-color css
<style>
a { background-color: #E894EF; }
a { background-color: rgb(232,148,239); }
div.DivClassName
{
background-color: #E894EF;
}
.BgClassName
{
background-color: #E894EF;
}
</style>
border-color css
<style>
span { border-color: #E894EF; }
span { border-color: rgb(232,148,239); }
td.TdClassName
{
border-color: #E894EF;
}
.TagClassName
{
border-color: #E894EF;
}
</style>