Shades of Heliotrope #E65BFF
Tints of Heliotrope #E65BFF
RGB
CMYK
RGB Variations
Color information
#E65BFF (or 0xE65BFF) is known color: Heliotrope. HEX triplet: E6, 5B and FF. RGB value is (230,91,255). Sum of RGB (Red+Green+Blue) = 230+91+255=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 91 (35.94% from 255 or 15.80% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #E65BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65BFF is #19A400. Grayscale: #969696. Windows color (decimal): -1680385 or 16735206. OLE color: 16735206.
HSL color Cylindrical-coordinate representation of color #E65BFF: hue angle of 290.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65BFF is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 91 | 255 | - |
| CMYK | 0.10 | 0.64 | 0 | 0 |
| HSL | 290.85º | 1% | 0.68% | - |
| HSV(B) | 290.85º | 0.64% | 1% | - |
| XYZ | 54.42 | 31.53 | 97.82 | - |
| YUV | 151.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 255 | 0.10 | 0.64 | 0 | 0 | 290.85 | 1 | 0.68 |
| Hex | E6 | 5B | FF | A | 40 | 0 | 0 | 123 | 64 | 44 |
| Octal | 346 | 133 | 377 | 12 | 100 | 0 | 0 | 443 | 144 | 104 |
| Binary | 11100110 | 1011011 | 11111111 | 1010 | 1000000 | 0 | 0 | 100100011 | 1100100 | 1000100 |
Color Harmonies of #E65BFF
Complementary color
Monochromatic Colors of #E65BFF
Black with #E65BFF
Text Example
Text Example
White with #E65BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BFF; }
p { color: rgb(230,91,255); }
H1.HeaderClassName
{
color: #E65BFF;
}
.AnyTagClassName
{
color: #E65BFF;
}
</style>
background-color css
<style>
a { background-color: #E65BFF; }
a { background-color: rgb(230,91,255); }
div.DivClassName
{
background-color: #E65BFF;
}
.BgClassName
{
background-color: #E65BFF;
}
</style>
border-color css
<style>
span { border-color: #E65BFF; }
span { border-color: rgb(230,91,255); }
td.TdClassName
{
border-color: #E65BFF;
}
.TagClassName
{
border-color: #E65BFF;
}
</style>