Shades of Violet #E890FA
Tints of Violet #E890FA
RGB
CMYK
RGB Variations
Color information
#E890FA (or 0xE890FA) is known color: Violet. HEX triplet: E8, 90 and FA. RGB value is (232,144,250). Sum of RGB (Red+Green+Blue) = 232+144+250=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 144 (56.64% from 255 or 23.00% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #E890FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E890FA is #176F05. Grayscale: #B6B6B6. Windows color (decimal): -1535750 or 16421096. OLE color: 16421096.
HSL color Cylindrical-coordinate representation of color #E890FA: hue angle of 289.81º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E890FA is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 144 | 250 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.02 |
| HSL | 289.81º | 0.91% | 0.77% | - |
| HSV(B) | 289.81º | 0.42% | 0.98% | - |
| XYZ | 60.51 | 44 | 95.75 | - |
| YUV | 182.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 250 | 0.07 | 0.42 | 0 | 0.02 | 289.81 | 0.91 | 0.77 |
| Hex | E8 | 90 | FA | 7 | 2A | 0 | 2 | 122 | 5B | 4D |
| Octal | 350 | 220 | 372 | 7 | 52 | 0 | 2 | 442 | 133 | 115 |
| Binary | 11101000 | 10010000 | 11111010 | 111 | 101010 | 0 | 10 | 100100010 | 1011011 | 1001101 |
Color Harmonies of #E890FA
Complementary color
Monochromatic Colors of #E890FA
Black with #E890FA
Text Example
Text Example
White with #E890FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890FA; }
p { color: rgb(232,144,250); }
H1.HeaderClassName
{
color: #E890FA;
}
.AnyTagClassName
{
color: #E890FA;
}
</style>
background-color css
<style>
a { background-color: #E890FA; }
a { background-color: rgb(232,144,250); }
div.DivClassName
{
background-color: #E890FA;
}
.BgClassName
{
background-color: #E890FA;
}
</style>
border-color css
<style>
span { border-color: #E890FA; }
span { border-color: rgb(232,144,250); }
td.TdClassName
{
border-color: #E890FA;
}
.TagClassName
{
border-color: #E890FA;
}
</style>