Shades of Heliotrope #E15FFA
Tints of Heliotrope #E15FFA
RGB
CMYK
RGB Variations
Color information
#E15FFA (or 0xE15FFA) is known color: Heliotrope. HEX triplet: E1, 5F and FA. RGB value is (225,95,250). Sum of RGB (Red+Green+Blue) = 225+95+250=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 95 (37.5% from 255 or 16.67% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #E15FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15FFA is #1EA005. Grayscale: #979797. Windows color (decimal): -2007046 or 16408545. OLE color: 16408545.
HSL color Cylindrical-coordinate representation of color #E15FFA: hue angle of 290.32º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15FFA is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 95 | 250 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.02 |
| HSL | 290.32º | 0.94% | 0.68% | - |
| HSV(B) | 290.32º | 0.62% | 0.98% | - |
| XYZ | 52.4 | 31.09 | 93.68 | - |
| YUV | 151.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 250 | 0.10 | 0.62 | 0 | 0.02 | 290.32 | 0.94 | 0.68 |
| Hex | E1 | 5F | FA | A | 3E | 0 | 2 | 122 | 5E | 44 |
| Octal | 341 | 137 | 372 | 12 | 76 | 0 | 2 | 442 | 136 | 104 |
| Binary | 11100001 | 1011111 | 11111010 | 1010 | 111110 | 0 | 10 | 100100010 | 1011110 | 1000100 |
Color Harmonies of #E15FFA
Complementary color
Monochromatic Colors of #E15FFA
Black with #E15FFA
Text Example
Text Example
White with #E15FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15FFA; }
p { color: rgb(225,95,250); }
H1.HeaderClassName
{
color: #E15FFA;
}
.AnyTagClassName
{
color: #E15FFA;
}
</style>
background-color css
<style>
a { background-color: #E15FFA; }
a { background-color: rgb(225,95,250); }
div.DivClassName
{
background-color: #E15FFA;
}
.BgClassName
{
background-color: #E15FFA;
}
</style>
border-color css
<style>
span { border-color: #E15FFA; }
span { border-color: rgb(225,95,250); }
td.TdClassName
{
border-color: #E15FFA;
}
.TagClassName
{
border-color: #E15FFA;
}
</style>