Shades of Violet #E894FF
Tints of Violet #E894FF
RGB
CMYK
RGB Variations
Color information
#E894FF (or 0xE894FF) is known color: Violet. HEX triplet: E8, 94 and FF. RGB value is (232,148,255). Sum of RGB (Red+Green+Blue) = 232+148+255=635 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.54% from 635); Green value is 148 (58.20% from 255 or 23.31% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #E894FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E894FF is #176B00. Grayscale: #B8B8B8. Windows color (decimal): -1534721 or 16749800. OLE color: 16749800.
HSL color Cylindrical-coordinate representation of color #E894FF: hue angle of 287.1º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E894FF is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 148 | 255 | - |
| CMYK | 0.09 | 0.42 | 0 | 0 |
| HSL | 287.1º | 1% | 0.79% | - |
| HSV(B) | 287.1º | 0.42% | 1% | - |
| XYZ | 61.92 | 45.56 | 100.14 | - |
| YUV | 185.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 255 | 0.09 | 0.42 | 0 | 0 | 287.1 | 1 | 0.79 |
| Hex | E8 | 94 | FF | 9 | 2A | 0 | 0 | 11F | 64 | 4F |
| Octal | 350 | 224 | 377 | 11 | 52 | 0 | 0 | 437 | 144 | 117 |
| Binary | 11101000 | 10010100 | 11111111 | 1001 | 101010 | 0 | 0 | 100011111 | 1100100 | 1001111 |
Color Harmonies of #E894FF
Complementary color
Monochromatic Colors of #E894FF
Black with #E894FF
Text Example
Text Example
White with #E894FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E894FF; }
p { color: rgb(232,148,255); }
H1.HeaderClassName
{
color: #E894FF;
}
.AnyTagClassName
{
color: #E894FF;
}
</style>
background-color css
<style>
a { background-color: #E894FF; }
a { background-color: rgb(232,148,255); }
div.DivClassName
{
background-color: #E894FF;
}
.BgClassName
{
background-color: #E894FF;
}
</style>
border-color css
<style>
span { border-color: #E894FF; }
span { border-color: rgb(232,148,255); }
td.TdClassName
{
border-color: #E894FF;
}
.TagClassName
{
border-color: #E894FF;
}
</style>