Shades of Heliotrope #E363F1
Tints of Heliotrope #E363F1
RGB
CMYK
RGB Variations
Color information
#E363F1 (or 0xE363F1) is known color: Heliotrope. HEX triplet: E3, 63 and F1. RGB value is (227,99,241). Sum of RGB (Red+Green+Blue) = 227+99+241=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 99 (39.06% from 255 or 17.46% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #E363F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E363F1 is #1C9C0E. Grayscale: #999999. Windows color (decimal): -1874959 or 15819747. OLE color: 15819747.
HSL color Cylindrical-coordinate representation of color #E363F1: hue angle of 294.08º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E363F1 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 99 | 241 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.05 |
| HSL | 294.08º | 0.84% | 0.67% | - |
| HSV(B) | 294.08º | 0.59% | 0.95% | - |
| XYZ | 52.02 | 31.61 | 86.58 | - |
| YUV | 153.46 | 177.41 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 241 | 0.06 | 0.59 | 0 | 0.05 | 294.08 | 0.84 | 0.67 |
| Hex | E3 | 63 | F1 | 6 | 3B | 0 | 5 | 126 | 54 | 43 |
| Octal | 343 | 143 | 361 | 6 | 73 | 0 | 5 | 446 | 124 | 103 |
| Binary | 11100011 | 1100011 | 11110001 | 110 | 111011 | 0 | 101 | 100100110 | 1010100 | 1000011 |
Color Harmonies of #E363F1
Complementary color
Monochromatic Colors of #E363F1
Black with #E363F1
Text Example
Text Example
White with #E363F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E363F1; }
p { color: rgb(227,99,241); }
H1.HeaderClassName
{
color: #E363F1;
}
.AnyTagClassName
{
color: #E363F1;
}
</style>
background-color css
<style>
a { background-color: #E363F1; }
a { background-color: rgb(227,99,241); }
div.DivClassName
{
background-color: #E363F1;
}
.BgClassName
{
background-color: #E363F1;
}
</style>
border-color css
<style>
span { border-color: #E363F1; }
span { border-color: rgb(227,99,241); }
td.TdClassName
{
border-color: #E363F1;
}
.TagClassName
{
border-color: #E363F1;
}
</style>