Shades of Heliotrope #E390FD
Tints of Heliotrope #E390FD
RGB
CMYK
RGB Variations
Color information
#E390FD (or 0xE390FD) is known color: Heliotrope. HEX triplet: E3, 90 and FD. RGB value is (227,144,253). Sum of RGB (Red+Green+Blue) = 227+144+253=624 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.38% from 624); Green value is 144 (56.64% from 255 or 23.08% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #E390FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390FD is #1C6F02. Grayscale: #B4B4B4. Windows color (decimal): -1863427 or 16617699. OLE color: 16617699.
HSL color Cylindrical-coordinate representation of color #E390FD: hue angle of 285.69º degrees, saturation: 0.96, 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 #E390FD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 144 | 253 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.01 |
| HSL | 285.69º | 0.96% | 0.78% | - |
| HSV(B) | 285.69º | 0.43% | 0.99% | - |
| XYZ | 59.38 | 43.37 | 98.17 | - |
| YUV | 181.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 253 | 0.10 | 0.43 | 0 | 0.01 | 285.69 | 0.96 | 0.78 |
| Hex | E3 | 90 | FD | A | 2B | 0 | 1 | 11E | 60 | 4E |
| Octal | 343 | 220 | 375 | 12 | 53 | 0 | 1 | 436 | 140 | 116 |
| Binary | 11100011 | 10010000 | 11111101 | 1010 | 101011 | 0 | 1 | 100011110 | 1100000 | 1001110 |
Color Harmonies of #E390FD
Complementary color
Monochromatic Colors of #E390FD
Black with #E390FD
Text Example
Text Example
White with #E390FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390FD; }
p { color: rgb(227,144,253); }
H1.HeaderClassName
{
color: #E390FD;
}
.AnyTagClassName
{
color: #E390FD;
}
</style>
background-color css
<style>
a { background-color: #E390FD; }
a { background-color: rgb(227,144,253); }
div.DivClassName
{
background-color: #E390FD;
}
.BgClassName
{
background-color: #E390FD;
}
</style>
border-color css
<style>
span { border-color: #E390FD; }
span { border-color: rgb(227,144,253); }
td.TdClassName
{
border-color: #E390FD;
}
.TagClassName
{
border-color: #E390FD;
}
</style>