Shades of Violet #E390FA
Tints of Violet #E390FA
RGB
CMYK
RGB Variations
Color information
#E390FA (or 0xE390FA) is known color: Violet. HEX triplet: E3, 90 and FA. RGB value is (227,144,250). Sum of RGB (Red+Green+Blue) = 227+144+250=621 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.55% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #E390FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390FA is #1C6F05. Grayscale: #B4B4B4. Windows color (decimal): -1863430 or 16421091. OLE color: 16421091.
HSL color Cylindrical-coordinate representation of color #E390FA: hue angle of 286.98º 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 #E390FA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 144 | 250 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.02 |
| HSL | 286.98º | 0.91% | 0.77% | - |
| HSV(B) | 286.98º | 0.42% | 0.98% | - |
| XYZ | 58.91 | 43.18 | 95.67 | - |
| YUV | 180.9 | 167 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 250 | 0.09 | 0.42 | 0 | 0.02 | 286.98 | 0.91 | 0.77 |
| Hex | E3 | 90 | FA | 9 | 2A | 0 | 2 | 11F | 5B | 4D |
| Octal | 343 | 220 | 372 | 11 | 52 | 0 | 2 | 437 | 133 | 115 |
| Binary | 11100011 | 10010000 | 11111010 | 1001 | 101010 | 0 | 10 | 100011111 | 1011011 | 1001101 |
Color Harmonies of #E390FA
Complementary color
Monochromatic Colors of #E390FA
Black with #E390FA
Text Example
Text Example
White with #E390FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390FA; }
p { color: rgb(227,144,250); }
H1.HeaderClassName
{
color: #E390FA;
}
.AnyTagClassName
{
color: #E390FA;
}
</style>
background-color css
<style>
a { background-color: #E390FA; }
a { background-color: rgb(227,144,250); }
div.DivClassName
{
background-color: #E390FA;
}
.BgClassName
{
background-color: #E390FA;
}
</style>
border-color css
<style>
span { border-color: #E390FA; }
span { border-color: rgb(227,144,250); }
td.TdClassName
{
border-color: #E390FA;
}
.TagClassName
{
border-color: #E390FA;
}
</style>