Shades of Heliotrope #E36FF2
Tints of Heliotrope #E36FF2
RGB
CMYK
RGB Variations
Color information
#E36FF2 (or 0xE36FF2) is known color: Heliotrope. HEX triplet: E3, 6F and F2. RGB value is (227,111,242). Sum of RGB (Red+Green+Blue) = 227+111+242=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #E36FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36FF2 is #1C900D. Grayscale: #A0A0A0. Windows color (decimal): -1871886 or 15888355. OLE color: 15888355.
HSL color Cylindrical-coordinate representation of color #E36FF2: hue angle of 293.13º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E36FF2 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 111 | 242 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.05 |
| HSL | 293.13º | 0.83% | 0.69% | - |
| HSV(B) | 293.13º | 0.54% | 0.95% | - |
| XYZ | 53.39 | 34.11 | 87.77 | - |
| YUV | 160.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 111 | 242 | 0.06 | 0.54 | 0 | 0.05 | 293.13 | 0.83 | 0.69 |
| Hex | E3 | 6F | F2 | 6 | 36 | 0 | 5 | 125 | 53 | 45 |
| Octal | 343 | 157 | 362 | 6 | 66 | 0 | 5 | 445 | 123 | 105 |
| Binary | 11100011 | 1101111 | 11110010 | 110 | 110110 | 0 | 101 | 100100101 | 1010011 | 1000101 |
Color Harmonies of #E36FF2
Complementary color
Monochromatic Colors of #E36FF2
Black with #E36FF2
Text Example
Text Example
White with #E36FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36FF2; }
p { color: rgb(227,111,242); }
H1.HeaderClassName
{
color: #E36FF2;
}
.AnyTagClassName
{
color: #E36FF2;
}
</style>
background-color css
<style>
a { background-color: #E36FF2; }
a { background-color: rgb(227,111,242); }
div.DivClassName
{
background-color: #E36FF2;
}
.BgClassName
{
background-color: #E36FF2;
}
</style>
border-color css
<style>
span { border-color: #E36FF2; }
span { border-color: rgb(227,111,242); }
td.TdClassName
{
border-color: #E36FF2;
}
.TagClassName
{
border-color: #E36FF2;
}
</style>