Shades of Heliotrope #E150F9
Tints of Heliotrope #E150F9
RGB
CMYK
RGB Variations
Color information
#E150F9 (or 0xE150F9) is known color: Heliotrope. HEX triplet: E1, 50 and F9. RGB value is (225,80,249). Sum of RGB (Red+Green+Blue) = 225+80+249=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 80 (31.64% from 255 or 14.44% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #E150F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E150F9 is #1EAF06. Grayscale: #8E8E8E. Windows color (decimal): -2010887 or 16339169. OLE color: 16339169.
HSL color Cylindrical-coordinate representation of color #E150F9: hue angle of 291.48º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E150F9 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 80 | 249 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.02 |
| HSL | 291.48º | 0.93% | 0.65% | - |
| HSV(B) | 291.48º | 0.68% | 0.98% | - |
| XYZ | 51.02 | 28.58 | 92.45 | - |
| YUV | 142.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 249 | 0.10 | 0.68 | 0 | 0.02 | 291.48 | 0.93 | 0.65 |
| Hex | E1 | 50 | F9 | A | 44 | 0 | 2 | 123 | 5D | 41 |
| Octal | 341 | 120 | 371 | 12 | 104 | 0 | 2 | 443 | 135 | 101 |
| Binary | 11100001 | 1010000 | 11111001 | 1010 | 1000100 | 0 | 10 | 100100011 | 1011101 | 1000001 |
Color Harmonies of #E150F9
Complementary color
Monochromatic Colors of #E150F9
Black with #E150F9
Text Example
Text Example
White with #E150F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150F9; }
p { color: rgb(225,80,249); }
H1.HeaderClassName
{
color: #E150F9;
}
.AnyTagClassName
{
color: #E150F9;
}
</style>
background-color css
<style>
a { background-color: #E150F9; }
a { background-color: rgb(225,80,249); }
div.DivClassName
{
background-color: #E150F9;
}
.BgClassName
{
background-color: #E150F9;
}
</style>
border-color css
<style>
span { border-color: #E150F9; }
span { border-color: rgb(225,80,249); }
td.TdClassName
{
border-color: #E150F9;
}
.TagClassName
{
border-color: #E150F9;
}
</style>