Shades of Heliotrope #E15AF3
Tints of Heliotrope #E15AF3
RGB
CMYK
RGB Variations
Color information
#E15AF3 (or 0xE15AF3) is known color: Heliotrope. HEX triplet: E1, 5A and F3. RGB value is (225,90,243). Sum of RGB (Red+Green+Blue) = 225+90+243=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #E15AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15AF3 is #1EA50C. Grayscale: #939393. Windows color (decimal): -2008333 or 15948513. OLE color: 15948513.
HSL color Cylindrical-coordinate representation of color #E15AF3: hue angle of 292.94º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15AF3 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 90 | 243 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.05 |
| HSL | 292.94º | 0.86% | 0.65% | - |
| HSV(B) | 292.94º | 0.63% | 0.95% | - |
| XYZ | 50.89 | 29.79 | 87.86 | - |
| YUV | 147.81 | 181.73 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 243 | 0.07 | 0.63 | 0 | 0.05 | 292.94 | 0.86 | 0.65 |
| Hex | E1 | 5A | F3 | 7 | 3F | 0 | 5 | 125 | 56 | 41 |
| Octal | 341 | 132 | 363 | 7 | 77 | 0 | 5 | 445 | 126 | 101 |
| Binary | 11100001 | 1011010 | 11110011 | 111 | 111111 | 0 | 101 | 100100101 | 1010110 | 1000001 |
Color Harmonies of #E15AF3
Complementary color
Monochromatic Colors of #E15AF3
Black with #E15AF3
Text Example
Text Example
White with #E15AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15AF3; }
p { color: rgb(225,90,243); }
H1.HeaderClassName
{
color: #E15AF3;
}
.AnyTagClassName
{
color: #E15AF3;
}
</style>
background-color css
<style>
a { background-color: #E15AF3; }
a { background-color: rgb(225,90,243); }
div.DivClassName
{
background-color: #E15AF3;
}
.BgClassName
{
background-color: #E15AF3;
}
</style>
border-color css
<style>
span { border-color: #E15AF3; }
span { border-color: rgb(225,90,243); }
td.TdClassName
{
border-color: #E15AF3;
}
.TagClassName
{
border-color: #E15AF3;
}
</style>