Shades of Violet #E890FC
Tints of Violet #E890FC
RGB
CMYK
RGB Variations
Color information
#E890FC (or 0xE890FC) is known color: Violet. HEX triplet: E8, 90 and FC. RGB value is (232,144,252). Sum of RGB (Red+Green+Blue) = 232+144+252=628 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.94% from 628); Green value is 144 (56.64% from 255 or 22.93% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #E890FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E890FC is #176F03. Grayscale: #B6B6B6. Windows color (decimal): -1535748 or 16552168. OLE color: 16552168.
HSL color Cylindrical-coordinate representation of color #E890FC: hue angle of 288.89º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E890FC is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 144 | 252 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.01 |
| HSL | 288.89º | 0.95% | 0.78% | - |
| HSV(B) | 288.89º | 0.43% | 0.99% | - |
| XYZ | 60.82 | 44.13 | 97.41 | - |
| YUV | 182.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 252 | 0.08 | 0.43 | 0 | 0.01 | 288.89 | 0.95 | 0.78 |
| Hex | E8 | 90 | FC | 8 | 2B | 0 | 1 | 121 | 5F | 4E |
| Octal | 350 | 220 | 374 | 10 | 53 | 0 | 1 | 441 | 137 | 116 |
| Binary | 11101000 | 10010000 | 11111100 | 1000 | 101011 | 0 | 1 | 100100001 | 1011111 | 1001110 |
Color Harmonies of #E890FC
Complementary color
Monochromatic Colors of #E890FC
Black with #E890FC
Text Example
Text Example
White with #E890FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890FC; }
p { color: rgb(232,144,252); }
H1.HeaderClassName
{
color: #E890FC;
}
.AnyTagClassName
{
color: #E890FC;
}
</style>
background-color css
<style>
a { background-color: #E890FC; }
a { background-color: rgb(232,144,252); }
div.DivClassName
{
background-color: #E890FC;
}
.BgClassName
{
background-color: #E890FC;
}
</style>
border-color css
<style>
span { border-color: #E890FC; }
span { border-color: rgb(232,144,252); }
td.TdClassName
{
border-color: #E890FC;
}
.TagClassName
{
border-color: #E890FC;
}
</style>