Shades of Heliotrope #E369FE
Tints of Heliotrope #E369FE
RGB
CMYK
RGB Variations
Color information
#E369FE (or 0xE369FE) is known color: Heliotrope. HEX triplet: E3, 69 and FE. RGB value is (227,105,254). Sum of RGB (Red+Green+Blue) = 227+105+254=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 105 (41.41% from 255 or 17.92% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #E369FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E369FE is #1C9601. Grayscale: #9D9D9D. Windows color (decimal): -1873410 or 16673251. OLE color: 16673251.
HSL color Cylindrical-coordinate representation of color #E369FE: hue angle of 289.13º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E369FE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 105 | 254 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.00 |
| HSL | 289.13º | 0.99% | 0.7% | - |
| HSV(B) | 289.13º | 0.59% | 1% | - |
| XYZ | 54.62 | 33.59 | 97.37 | - |
| YUV | 158.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 254 | 0.11 | 0.59 | 0 | 0.00 | 289.13 | 0.99 | 0.7 |
| Hex | E3 | 69 | FE | B | 3B | 0 | 0 | 121 | 63 | 46 |
| Octal | 343 | 151 | 376 | 13 | 73 | 0 | 0 | 441 | 143 | 106 |
| Binary | 11100011 | 1101001 | 11111110 | 1011 | 111011 | 0 | 0 | 100100001 | 1100011 | 1000110 |
Color Harmonies of #E369FE
Complementary color
Monochromatic Colors of #E369FE
Black with #E369FE
Text Example
Text Example
White with #E369FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E369FE; }
p { color: rgb(227,105,254); }
H1.HeaderClassName
{
color: #E369FE;
}
.AnyTagClassName
{
color: #E369FE;
}
</style>
background-color css
<style>
a { background-color: #E369FE; }
a { background-color: rgb(227,105,254); }
div.DivClassName
{
background-color: #E369FE;
}
.BgClassName
{
background-color: #E369FE;
}
</style>
border-color css
<style>
span { border-color: #E369FE; }
span { border-color: rgb(227,105,254); }
td.TdClassName
{
border-color: #E369FE;
}
.TagClassName
{
border-color: #E369FE;
}
</style>