Shades of Heliotrope #E360F4
Tints of Heliotrope #E360F4
RGB
CMYK
RGB Variations
Color information
#E360F4 (or 0xE360F4) is known color: Heliotrope. HEX triplet: E3, 60 and F4. RGB value is (227,96,244). Sum of RGB (Red+Green+Blue) = 227+96+244=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 96 (37.89% from 255 or 16.93% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #E360F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E360F4 is #1C9F0B. Grayscale: #979797. Windows color (decimal): -1875724 or 16015587. OLE color: 16015587.
HSL color Cylindrical-coordinate representation of color #E360F4: hue angle of 293.11º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E360F4 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 96 | 244 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.04 |
| HSL | 293.11º | 0.87% | 0.67% | - |
| HSV(B) | 293.11º | 0.61% | 0.96% | - |
| XYZ | 52.19 | 31.23 | 88.86 | - |
| YUV | 152.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 244 | 0.07 | 0.61 | 0 | 0.04 | 293.11 | 0.87 | 0.67 |
| Hex | E3 | 60 | F4 | 7 | 3D | 0 | 4 | 125 | 57 | 43 |
| Octal | 343 | 140 | 364 | 7 | 75 | 0 | 4 | 445 | 127 | 103 |
| Binary | 11100011 | 1100000 | 11110100 | 111 | 111101 | 0 | 100 | 100100101 | 1010111 | 1000011 |
Color Harmonies of #E360F4
Complementary color
Monochromatic Colors of #E360F4
Black with #E360F4
Text Example
Text Example
White with #E360F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360F4; }
p { color: rgb(227,96,244); }
H1.HeaderClassName
{
color: #E360F4;
}
.AnyTagClassName
{
color: #E360F4;
}
</style>
background-color css
<style>
a { background-color: #E360F4; }
a { background-color: rgb(227,96,244); }
div.DivClassName
{
background-color: #E360F4;
}
.BgClassName
{
background-color: #E360F4;
}
</style>
border-color css
<style>
span { border-color: #E360F4; }
span { border-color: rgb(227,96,244); }
td.TdClassName
{
border-color: #E360F4;
}
.TagClassName
{
border-color: #E360F4;
}
</style>