Shades of Violet #E894F0
Tints of Violet #E894F0
RGB
CMYK
RGB Variations
Color information
#E894F0 (or 0xE894F0) is known color: Violet. HEX triplet: E8, 94 and F0. RGB value is (232,148,240). Sum of RGB (Red+Green+Blue) = 232+148+240=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 148 (58.20% from 255 or 23.87% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #E894F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E894F0 is #176B0F. Grayscale: #B7B7B7. Windows color (decimal): -1534736 or 15766760. OLE color: 15766760.
HSL color Cylindrical-coordinate representation of color #E894F0: hue angle of 294.78º degrees, saturation: 0.75, 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 #E894F0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 148 | 240 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.06 |
| HSL | 294.78º | 0.75% | 0.76% | - |
| HSV(B) | 294.78º | 0.38% | 0.94% | - |
| XYZ | 59.6 | 44.63 | 87.91 | - |
| YUV | 183.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 240 | 0.03 | 0.38 | 0 | 0.06 | 294.78 | 0.75 | 0.76 |
| Hex | E8 | 94 | F0 | 3 | 26 | 0 | 6 | 127 | 4B | 4C |
| Octal | 350 | 224 | 360 | 3 | 46 | 0 | 6 | 447 | 113 | 114 |
| Binary | 11101000 | 10010100 | 11110000 | 11 | 100110 | 0 | 110 | 100100111 | 1001011 | 1001100 |
Color Harmonies of #E894F0
Complementary color
Monochromatic Colors of #E894F0
Black with #E894F0
Text Example
Text Example
White with #E894F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E894F0; }
p { color: rgb(232,148,240); }
H1.HeaderClassName
{
color: #E894F0;
}
.AnyTagClassName
{
color: #E894F0;
}
</style>
background-color css
<style>
a { background-color: #E894F0; }
a { background-color: rgb(232,148,240); }
div.DivClassName
{
background-color: #E894F0;
}
.BgClassName
{
background-color: #E894F0;
}
</style>
border-color css
<style>
span { border-color: #E894F0; }
span { border-color: rgb(232,148,240); }
td.TdClassName
{
border-color: #E894F0;
}
.TagClassName
{
border-color: #E894F0;
}
</style>