Shades of Heliotrope #E390FE
Tints of Heliotrope #E390FE
RGB
CMYK
RGB Variations
Color information
#E390FE (or 0xE390FE) is known color: Heliotrope. HEX triplet: E3, 90 and FE. RGB value is (227,144,254). Sum of RGB (Red+Green+Blue) = 227+144+254=625 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.32% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #E390FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390FE is #1C6F01. Grayscale: #B5B5B5. Windows color (decimal): -1863426 or 16683235. OLE color: 16683235.
HSL color Cylindrical-coordinate representation of color #E390FE: hue angle of 285.27º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E390FE is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 144 | 254 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.00 |
| HSL | 285.27º | 0.98% | 0.78% | - |
| HSV(B) | 285.27º | 0.43% | 1% | - |
| XYZ | 59.54 | 43.43 | 99.01 | - |
| YUV | 181.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 254 | 0.11 | 0.43 | 0 | 0.00 | 285.27 | 0.98 | 0.78 |
| Hex | E3 | 90 | FE | B | 2B | 0 | 0 | 11D | 62 | 4E |
| Octal | 343 | 220 | 376 | 13 | 53 | 0 | 0 | 435 | 142 | 116 |
| Binary | 11100011 | 10010000 | 11111110 | 1011 | 101011 | 0 | 0 | 100011101 | 1100010 | 1001110 |
Color Harmonies of #E390FE
Complementary color
Monochromatic Colors of #E390FE
Black with #E390FE
Text Example
Text Example
White with #E390FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390FE; }
p { color: rgb(227,144,254); }
H1.HeaderClassName
{
color: #E390FE;
}
.AnyTagClassName
{
color: #E390FE;
}
</style>
background-color css
<style>
a { background-color: #E390FE; }
a { background-color: rgb(227,144,254); }
div.DivClassName
{
background-color: #E390FE;
}
.BgClassName
{
background-color: #E390FE;
}
</style>
border-color css
<style>
span { border-color: #E390FE; }
span { border-color: rgb(227,144,254); }
td.TdClassName
{
border-color: #E390FE;
}
.TagClassName
{
border-color: #E390FE;
}
</style>