Shades of Heliotrope #E65AF6
Tints of Heliotrope #E65AF6
RGB
CMYK
RGB Variations
Color information
#E65AF6 (or 0xE65AF6) is known color: Heliotrope. HEX triplet: E6, 5A and F6. RGB value is (230,90,246). Sum of RGB (Red+Green+Blue) = 230+90+246=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 90 (35.55% from 255 or 15.90% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #E65AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65AF6 is #19A509. Grayscale: #959595. Windows color (decimal): -1680650 or 16145126. OLE color: 16145126.
HSL color Cylindrical-coordinate representation of color #E65AF6: hue angle of 293.85º degrees, saturation: 0.9, 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 #E65AF6 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 90 | 246 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.04 |
| HSL | 293.85º | 0.9% | 0.66% | - |
| HSV(B) | 293.85º | 0.63% | 0.96% | - |
| XYZ | 52.92 | 30.79 | 90.34 | - |
| YUV | 149.64 | 182.38 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 246 | 0.07 | 0.63 | 0 | 0.04 | 293.85 | 0.9 | 0.66 |
| Hex | E6 | 5A | F6 | 7 | 3F | 0 | 4 | 126 | 5A | 42 |
| Octal | 346 | 132 | 366 | 7 | 77 | 0 | 4 | 446 | 132 | 102 |
| Binary | 11100110 | 1011010 | 11110110 | 111 | 111111 | 0 | 100 | 100100110 | 1011010 | 1000010 |
Color Harmonies of #E65AF6
Complementary color
Monochromatic Colors of #E65AF6
Black with #E65AF6
Text Example
Text Example
White with #E65AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AF6; }
p { color: rgb(230,90,246); }
H1.HeaderClassName
{
color: #E65AF6;
}
.AnyTagClassName
{
color: #E65AF6;
}
</style>
background-color css
<style>
a { background-color: #E65AF6; }
a { background-color: rgb(230,90,246); }
div.DivClassName
{
background-color: #E65AF6;
}
.BgClassName
{
background-color: #E65AF6;
}
</style>
border-color css
<style>
span { border-color: #E65AF6; }
span { border-color: rgb(230,90,246); }
td.TdClassName
{
border-color: #E65AF6;
}
.TagClassName
{
border-color: #E65AF6;
}
</style>