Shades of Heliotrope #E366F5
Tints of Heliotrope #E366F5
RGB
CMYK
RGB Variations
Color information
#E366F5 (or 0xE366F5) is known color: Heliotrope. HEX triplet: E3, 66 and F5. RGB value is (227,102,245). Sum of RGB (Red+Green+Blue) = 227+102+245=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 102 (40.23% from 255 or 17.77% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #E366F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E366F5 is #1C990A. Grayscale: #9B9B9B. Windows color (decimal): -1874187 or 16082659. OLE color: 16082659.
HSL color Cylindrical-coordinate representation of color #E366F5: hue angle of 292.45º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E366F5 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 102 | 245 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.04 |
| HSL | 292.45º | 0.88% | 0.68% | - |
| HSV(B) | 292.45º | 0.58% | 0.96% | - |
| XYZ | 52.91 | 32.43 | 89.86 | - |
| YUV | 155.68 | 178.41 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 245 | 0.07 | 0.58 | 0 | 0.04 | 292.45 | 0.88 | 0.68 |
| Hex | E3 | 66 | F5 | 7 | 3A | 0 | 4 | 124 | 58 | 44 |
| Octal | 343 | 146 | 365 | 7 | 72 | 0 | 4 | 444 | 130 | 104 |
| Binary | 11100011 | 1100110 | 11110101 | 111 | 111010 | 0 | 100 | 100100100 | 1011000 | 1000100 |
Color Harmonies of #E366F5
Complementary color
Monochromatic Colors of #E366F5
Black with #E366F5
Text Example
Text Example
White with #E366F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E366F5; }
p { color: rgb(227,102,245); }
H1.HeaderClassName
{
color: #E366F5;
}
.AnyTagClassName
{
color: #E366F5;
}
</style>
background-color css
<style>
a { background-color: #E366F5; }
a { background-color: rgb(227,102,245); }
div.DivClassName
{
background-color: #E366F5;
}
.BgClassName
{
background-color: #E366F5;
}
</style>
border-color css
<style>
span { border-color: #E366F5; }
span { border-color: rgb(227,102,245); }
td.TdClassName
{
border-color: #E366F5;
}
.TagClassName
{
border-color: #E366F5;
}
</style>