Shades of Heliotrope #E370F2
Tints of Heliotrope #E370F2
RGB
CMYK
RGB Variations
Color information
#E370F2 (or 0xE370F2) is known color: Heliotrope. HEX triplet: E3, 70 and F2. RGB value is (227,112,242). Sum of RGB (Red+Green+Blue) = 227+112+242=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #E370F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370F2 is #1C8F0D. Grayscale: #A0A0A0. Windows color (decimal): -1871630 or 15888611. OLE color: 15888611.
HSL color Cylindrical-coordinate representation of color #E370F2: hue angle of 293.08º 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 #E370F2 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 112 | 242 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.05 |
| HSL | 293.08º | 0.83% | 0.69% | - |
| HSV(B) | 293.08º | 0.54% | 0.95% | - |
| XYZ | 53.5 | 34.33 | 87.81 | - |
| YUV | 161.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 242 | 0.06 | 0.54 | 0 | 0.05 | 293.08 | 0.83 | 0.69 |
| Hex | E3 | 70 | F2 | 6 | 36 | 0 | 5 | 125 | 53 | 45 |
| Octal | 343 | 160 | 362 | 6 | 66 | 0 | 5 | 445 | 123 | 105 |
| Binary | 11100011 | 1110000 | 11110010 | 110 | 110110 | 0 | 101 | 100100101 | 1010011 | 1000101 |
Color Harmonies of #E370F2
Complementary color
Monochromatic Colors of #E370F2
Black with #E370F2
Text Example
Text Example
White with #E370F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E370F2; }
p { color: rgb(227,112,242); }
H1.HeaderClassName
{
color: #E370F2;
}
.AnyTagClassName
{
color: #E370F2;
}
</style>
background-color css
<style>
a { background-color: #E370F2; }
a { background-color: rgb(227,112,242); }
div.DivClassName
{
background-color: #E370F2;
}
.BgClassName
{
background-color: #E370F2;
}
</style>
border-color css
<style>
span { border-color: #E370F2; }
span { border-color: rgb(227,112,242); }
td.TdClassName
{
border-color: #E370F2;
}
.TagClassName
{
border-color: #E370F2;
}
</style>