Shades of Heliotrope #E65AF5
Tints of Heliotrope #E65AF5
RGB
CMYK
RGB Variations
Color information
#E65AF5 (or 0xE65AF5) is known color: Heliotrope. HEX triplet: E6, 5A and F5. RGB value is (230,90,245). Sum of RGB (Red+Green+Blue) = 230+90+245=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 90 (35.55% from 255 or 15.93% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #E65AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65AF5 is #19A50A. Grayscale: #959595. Windows color (decimal): -1680651 or 16079590. OLE color: 16079590.
HSL color Cylindrical-coordinate representation of color #E65AF5: hue angle of 294.19º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65AF5 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 90 | 245 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.04 |
| HSL | 294.19º | 0.89% | 0.66% | - |
| HSV(B) | 294.19º | 0.63% | 0.96% | - |
| XYZ | 52.77 | 30.73 | 89.54 | - |
| YUV | 149.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 245 | 0.06 | 0.63 | 0 | 0.04 | 294.19 | 0.89 | 0.66 |
| Hex | E6 | 5A | F5 | 6 | 3F | 0 | 4 | 126 | 59 | 42 |
| Octal | 346 | 132 | 365 | 6 | 77 | 0 | 4 | 446 | 131 | 102 |
| Binary | 11100110 | 1011010 | 11110101 | 110 | 111111 | 0 | 100 | 100100110 | 1011001 | 1000010 |
Color Harmonies of #E65AF5
Complementary color
Monochromatic Colors of #E65AF5
Black with #E65AF5
Text Example
Text Example
White with #E65AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AF5; }
p { color: rgb(230,90,245); }
H1.HeaderClassName
{
color: #E65AF5;
}
.AnyTagClassName
{
color: #E65AF5;
}
</style>
background-color css
<style>
a { background-color: #E65AF5; }
a { background-color: rgb(230,90,245); }
div.DivClassName
{
background-color: #E65AF5;
}
.BgClassName
{
background-color: #E65AF5;
}
</style>
border-color css
<style>
span { border-color: #E65AF5; }
span { border-color: rgb(230,90,245); }
td.TdClassName
{
border-color: #E65AF5;
}
.TagClassName
{
border-color: #E65AF5;
}
</style>