Shades of Heliotrope #E65EFF
Tints of Heliotrope #E65EFF
RGB
CMYK
RGB Variations
Color information
#E65EFF (or 0xE65EFF) is known color: Heliotrope. HEX triplet: E6, 5E and FF. RGB value is (230,94,255). Sum of RGB (Red+Green+Blue) = 230+94+255=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 94 (37.11% from 255 or 16.23% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #E65EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65EFF is #19A100. Grayscale: #989898. Windows color (decimal): -1679617 or 16735974. OLE color: 16735974.
HSL color Cylindrical-coordinate representation of color #E65EFF: hue angle of 290.68º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65EFF is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 94 | 255 | - |
| CMYK | 0.10 | 0.63 | 0 | 0 |
| HSL | 290.68º | 1% | 0.68% | - |
| HSV(B) | 290.68º | 0.63% | 1% | - |
| XYZ | 54.69 | 32.05 | 97.91 | - |
| YUV | 153.02 | 185.56 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 255 | 0.10 | 0.63 | 0 | 0 | 290.68 | 1 | 0.68 |
| Hex | E6 | 5E | FF | A | 3F | 0 | 0 | 123 | 64 | 44 |
| Octal | 346 | 136 | 377 | 12 | 77 | 0 | 0 | 443 | 144 | 104 |
| Binary | 11100110 | 1011110 | 11111111 | 1010 | 111111 | 0 | 0 | 100100011 | 1100100 | 1000100 |
Color Harmonies of #E65EFF
Complementary color
Monochromatic Colors of #E65EFF
Black with #E65EFF
Text Example
Text Example
White with #E65EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65EFF; }
p { color: rgb(230,94,255); }
H1.HeaderClassName
{
color: #E65EFF;
}
.AnyTagClassName
{
color: #E65EFF;
}
</style>
background-color css
<style>
a { background-color: #E65EFF; }
a { background-color: rgb(230,94,255); }
div.DivClassName
{
background-color: #E65EFF;
}
.BgClassName
{
background-color: #E65EFF;
}
</style>
border-color css
<style>
span { border-color: #E65EFF; }
span { border-color: rgb(230,94,255); }
td.TdClassName
{
border-color: #E65EFF;
}
.TagClassName
{
border-color: #E65EFF;
}
</style>