Shades of Heliotrope #E36AFC
Tints of Heliotrope #E36AFC
RGB
CMYK
RGB Variations
Color information
#E36AFC (or 0xE36AFC) is known color: Heliotrope. HEX triplet: E3, 6A and FC. RGB value is (227,106,252). Sum of RGB (Red+Green+Blue) = 227+106+252=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 106 (41.80% from 255 or 18.12% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #E36AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36AFC is #1C9503. Grayscale: #9E9E9E. Windows color (decimal): -1873156 or 16542435. OLE color: 16542435.
HSL color Cylindrical-coordinate representation of color #E36AFC: hue angle of 289.73º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E36AFC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 106 | 252 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.01 |
| HSL | 289.73º | 0.96% | 0.7% | - |
| HSV(B) | 289.73º | 0.58% | 0.99% | - |
| XYZ | 54.4 | 33.67 | 95.73 | - |
| YUV | 158.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 106 | 252 | 0.10 | 0.58 | 0 | 0.01 | 289.73 | 0.96 | 0.7 |
| Hex | E3 | 6A | FC | A | 3A | 0 | 1 | 122 | 60 | 46 |
| Octal | 343 | 152 | 374 | 12 | 72 | 0 | 1 | 442 | 140 | 106 |
| Binary | 11100011 | 1101010 | 11111100 | 1010 | 111010 | 0 | 1 | 100100010 | 1100000 | 1000110 |
Color Harmonies of #E36AFC
Complementary color
Monochromatic Colors of #E36AFC
Black with #E36AFC
Text Example
Text Example
White with #E36AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36AFC; }
p { color: rgb(227,106,252); }
H1.HeaderClassName
{
color: #E36AFC;
}
.AnyTagClassName
{
color: #E36AFC;
}
</style>
background-color css
<style>
a { background-color: #E36AFC; }
a { background-color: rgb(227,106,252); }
div.DivClassName
{
background-color: #E36AFC;
}
.BgClassName
{
background-color: #E36AFC;
}
</style>
border-color css
<style>
span { border-color: #E36AFC; }
span { border-color: rgb(227,106,252); }
td.TdClassName
{
border-color: #E36AFC;
}
.TagClassName
{
border-color: #E36AFC;
}
</style>