Shades of Heliotrope #E369FF
Tints of Heliotrope #E369FF
RGB
CMYK
RGB Variations
Color information
#E369FF (or 0xE369FF) is known color: Heliotrope. HEX triplet: E3, 69 and FF. RGB value is (227,105,255). Sum of RGB (Red+Green+Blue) = 227+105+255=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 105 (41.41% from 255 or 17.89% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #E369FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E369FF is #1C9600. Grayscale: #9E9E9E. Windows color (decimal): -1873409 or 16738787. OLE color: 16738787.
HSL color Cylindrical-coordinate representation of color #E369FF: hue angle of 288.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E369FF is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 105 | 255 | - |
| CMYK | 0.11 | 0.59 | 0 | 0 |
| HSL | 288.8º | 1% | 0.71% | - |
| HSV(B) | 288.8º | 0.59% | 1% | - |
| XYZ | 54.78 | 33.65 | 98.22 | - |
| YUV | 158.58 | 182.42 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 255 | 0.11 | 0.59 | 0 | 0 | 288.8 | 1 | 0.71 |
| Hex | E3 | 69 | FF | B | 3B | 0 | 0 | 121 | 64 | 47 |
| Octal | 343 | 151 | 377 | 13 | 73 | 0 | 0 | 441 | 144 | 107 |
| Binary | 11100011 | 1101001 | 11111111 | 1011 | 111011 | 0 | 0 | 100100001 | 1100100 | 1000111 |
Color Harmonies of #E369FF
Complementary color
Monochromatic Colors of #E369FF
Black with #E369FF
Text Example
Text Example
White with #E369FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E369FF; }
p { color: rgb(227,105,255); }
H1.HeaderClassName
{
color: #E369FF;
}
.AnyTagClassName
{
color: #E369FF;
}
</style>
background-color css
<style>
a { background-color: #E369FF; }
a { background-color: rgb(227,105,255); }
div.DivClassName
{
background-color: #E369FF;
}
.BgClassName
{
background-color: #E369FF;
}
</style>
border-color css
<style>
span { border-color: #E369FF; }
span { border-color: rgb(227,105,255); }
td.TdClassName
{
border-color: #E369FF;
}
.TagClassName
{
border-color: #E369FF;
}
</style>