Shades of Heliotrope #E65AF8
Tints of Heliotrope #E65AF8
RGB
CMYK
RGB Variations
Color information
#E65AF8 (or 0xE65AF8) is known color: Heliotrope. HEX triplet: E6, 5A and F8. RGB value is (230,90,248). Sum of RGB (Red+Green+Blue) = 230+90+248=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 90 (35.55% from 255 or 15.85% from 568); Blue value is 248 (97.27% from 255 or 43.66% from 568); Max value from RGB is 248 - color contains mainly: blue. Hex color #E65AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65AF8 is #19A507. Grayscale: #959595. Windows color (decimal): -1680648 or 16276198. OLE color: 16276198.
HSL color Cylindrical-coordinate representation of color #E65AF8: hue angle of 293.16º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65AF8 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 90 | 248 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.03 |
| HSL | 293.16º | 0.92% | 0.66% | - |
| HSV(B) | 293.16º | 0.64% | 0.97% | - |
| XYZ | 53.23 | 30.91 | 91.97 | - |
| YUV | 149.87 | 183.38 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 248 | 0.07 | 0.64 | 0 | 0.03 | 293.16 | 0.92 | 0.66 |
| Hex | E6 | 5A | F8 | 7 | 40 | 0 | 3 | 125 | 5C | 42 |
| Octal | 346 | 132 | 370 | 7 | 100 | 0 | 3 | 445 | 134 | 102 |
| Binary | 11100110 | 1011010 | 11111000 | 111 | 1000000 | 0 | 11 | 100100101 | 1011100 | 1000010 |
Color Harmonies of #E65AF8
Complementary color
Monochromatic Colors of #E65AF8
Black with #E65AF8
Text Example
Text Example
White with #E65AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AF8; }
p { color: rgb(230,90,248); }
H1.HeaderClassName
{
color: #E65AF8;
}
.AnyTagClassName
{
color: #E65AF8;
}
</style>
background-color css
<style>
a { background-color: #E65AF8; }
a { background-color: rgb(230,90,248); }
div.DivClassName
{
background-color: #E65AF8;
}
.BgClassName
{
background-color: #E65AF8;
}
</style>
border-color css
<style>
span { border-color: #E65AF8; }
span { border-color: rgb(230,90,248); }
td.TdClassName
{
border-color: #E65AF8;
}
.TagClassName
{
border-color: #E65AF8;
}
</style>