Shades of Heliotrope #E15BF2
Tints of Heliotrope #E15BF2
RGB
CMYK
RGB Variations
Color information
#E15BF2 (or 0xE15BF2) is known color: Heliotrope. HEX triplet: E1, 5B and F2. RGB value is (225,91,242). Sum of RGB (Red+Green+Blue) = 225+91+242=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 91 (35.94% from 255 or 16.31% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #E15BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15BF2 is #1EA40D. Grayscale: #939393. Windows color (decimal): -2008078 or 15883233. OLE color: 15883233.
HSL color Cylindrical-coordinate representation of color #E15BF2: hue angle of 293.25º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15BF2 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 91 | 242 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.05 |
| HSL | 293.25º | 0.85% | 0.65% | - |
| HSV(B) | 293.25º | 0.62% | 0.95% | - |
| XYZ | 50.82 | 29.9 | 87.1 | - |
| YUV | 148.28 | 180.89 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 242 | 0.07 | 0.62 | 0 | 0.05 | 293.25 | 0.85 | 0.65 |
| Hex | E1 | 5B | F2 | 7 | 3E | 0 | 5 | 125 | 55 | 41 |
| Octal | 341 | 133 | 362 | 7 | 76 | 0 | 5 | 445 | 125 | 101 |
| Binary | 11100001 | 1011011 | 11110010 | 111 | 111110 | 0 | 101 | 100100101 | 1010101 | 1000001 |
Color Harmonies of #E15BF2
Complementary color
Monochromatic Colors of #E15BF2
Black with #E15BF2
Text Example
Text Example
White with #E15BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BF2; }
p { color: rgb(225,91,242); }
H1.HeaderClassName
{
color: #E15BF2;
}
.AnyTagClassName
{
color: #E15BF2;
}
</style>
background-color css
<style>
a { background-color: #E15BF2; }
a { background-color: rgb(225,91,242); }
div.DivClassName
{
background-color: #E15BF2;
}
.BgClassName
{
background-color: #E15BF2;
}
</style>
border-color css
<style>
span { border-color: #E15BF2; }
span { border-color: rgb(225,91,242); }
td.TdClassName
{
border-color: #E15BF2;
}
.TagClassName
{
border-color: #E15BF2;
}
</style>