Shades of Heliotrope #E36AF5
Tints of Heliotrope #E36AF5
RGB
CMYK
RGB Variations
Color information
#E36AF5 (or 0xE36AF5) is known color: Heliotrope. HEX triplet: E3, 6A and F5. RGB value is (227,106,245). Sum of RGB (Red+Green+Blue) = 227+106+245=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 106 (41.80% from 255 or 18.34% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #E36AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36AF5 is #1C950A. Grayscale: #9D9D9D. Windows color (decimal): -1873163 or 16083683. OLE color: 16083683.
HSL color Cylindrical-coordinate representation of color #E36AF5: hue angle of 292.23º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E36AF5 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 106 | 245 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.04 |
| HSL | 292.23º | 0.87% | 0.69% | - |
| HSV(B) | 292.23º | 0.57% | 0.96% | - |
| XYZ | 53.31 | 33.23 | 89.99 | - |
| YUV | 158.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 106 | 245 | 0.07 | 0.57 | 0 | 0.04 | 292.23 | 0.87 | 0.69 |
| Hex | E3 | 6A | F5 | 7 | 39 | 0 | 4 | 124 | 57 | 45 |
| Octal | 343 | 152 | 365 | 7 | 71 | 0 | 4 | 444 | 127 | 105 |
| Binary | 11100011 | 1101010 | 11110101 | 111 | 111001 | 0 | 100 | 100100100 | 1010111 | 1000101 |
Color Harmonies of #E36AF5
Complementary color
Monochromatic Colors of #E36AF5
Black with #E36AF5
Text Example
Text Example
White with #E36AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36AF5; }
p { color: rgb(227,106,245); }
H1.HeaderClassName
{
color: #E36AF5;
}
.AnyTagClassName
{
color: #E36AF5;
}
</style>
background-color css
<style>
a { background-color: #E36AF5; }
a { background-color: rgb(227,106,245); }
div.DivClassName
{
background-color: #E36AF5;
}
.BgClassName
{
background-color: #E36AF5;
}
</style>
border-color css
<style>
span { border-color: #E36AF5; }
span { border-color: rgb(227,106,245); }
td.TdClassName
{
border-color: #E36AF5;
}
.TagClassName
{
border-color: #E36AF5;
}
</style>