Shades of Violet #E890F0
Tints of Violet #E890F0
RGB
CMYK
RGB Variations
Color information
#E890F0 (or 0xE890F0) is known color: Violet. HEX triplet: E8, 90 and F0. RGB value is (232,144,240). Sum of RGB (Red+Green+Blue) = 232+144+240=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #E890F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E890F0 is #176F0F. Grayscale: #B4B4B4. Windows color (decimal): -1535760 or 15765736. OLE color: 15765736.
HSL color Cylindrical-coordinate representation of color #E890F0: hue angle of 295º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E890F0 is Cyan = 0.03, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 144 | 240 | - |
| CMYK | 0.03 | 0.4 | 0 | 0.06 |
| HSL | 295º | 0.76% | 0.75% | - |
| HSV(B) | 295º | 0.4% | 0.94% | - |
| XYZ | 58.98 | 43.39 | 87.71 | - |
| YUV | 181.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 240 | 0.03 | 0.4 | 0 | 0.06 | 295 | 0.76 | 0.75 |
| Hex | E8 | 90 | F0 | 3 | 28 | 0 | 6 | 127 | 4C | 4B |
| Octal | 350 | 220 | 360 | 3 | 50 | 0 | 6 | 447 | 114 | 113 |
| Binary | 11101000 | 10010000 | 11110000 | 11 | 101000 | 0 | 110 | 100100111 | 1001100 | 1001011 |
Color Harmonies of #E890F0
Complementary color
Monochromatic Colors of #E890F0
Black with #E890F0
Text Example
Text Example
White with #E890F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890F0; }
p { color: rgb(232,144,240); }
H1.HeaderClassName
{
color: #E890F0;
}
.AnyTagClassName
{
color: #E890F0;
}
</style>
background-color css
<style>
a { background-color: #E890F0; }
a { background-color: rgb(232,144,240); }
div.DivClassName
{
background-color: #E890F0;
}
.BgClassName
{
background-color: #E890F0;
}
</style>
border-color css
<style>
span { border-color: #E890F0; }
span { border-color: rgb(232,144,240); }
td.TdClassName
{
border-color: #E890F0;
}
.TagClassName
{
border-color: #E890F0;
}
</style>