Shades of Heliotrope #E65DF7
Tints of Heliotrope #E65DF7
RGB
CMYK
RGB Variations
Color information
#E65DF7 (or 0xE65DF7) is known color: Heliotrope. HEX triplet: E6, 5D and F7. RGB value is (230,93,247). Sum of RGB (Red+Green+Blue) = 230+93+247=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 93 (36.72% from 255 or 16.32% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #E65DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65DF7 is #19A208. Grayscale: #979797. Windows color (decimal): -1679881 or 16211430. OLE color: 16211430.
HSL color Cylindrical-coordinate representation of color #E65DF7: hue angle of 293.38º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65DF7 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 93 | 247 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.03 |
| HSL | 293.38º | 0.91% | 0.67% | - |
| HSV(B) | 293.38º | 0.62% | 0.97% | - |
| XYZ | 53.34 | 31.37 | 91.24 | - |
| YUV | 151.52 | 181.89 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 247 | 0.07 | 0.62 | 0 | 0.03 | 293.38 | 0.91 | 0.67 |
| Hex | E6 | 5D | F7 | 7 | 3E | 0 | 3 | 125 | 5B | 43 |
| Octal | 346 | 135 | 367 | 7 | 76 | 0 | 3 | 445 | 133 | 103 |
| Binary | 11100110 | 1011101 | 11110111 | 111 | 111110 | 0 | 11 | 100100101 | 1011011 | 1000011 |
Color Harmonies of #E65DF7
Complementary color
Monochromatic Colors of #E65DF7
Black with #E65DF7
Text Example
Text Example
White with #E65DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DF7; }
p { color: rgb(230,93,247); }
H1.HeaderClassName
{
color: #E65DF7;
}
.AnyTagClassName
{
color: #E65DF7;
}
</style>
background-color css
<style>
a { background-color: #E65DF7; }
a { background-color: rgb(230,93,247); }
div.DivClassName
{
background-color: #E65DF7;
}
.BgClassName
{
background-color: #E65DF7;
}
</style>
border-color css
<style>
span { border-color: #E65DF7; }
span { border-color: rgb(230,93,247); }
td.TdClassName
{
border-color: #E65DF7;
}
.TagClassName
{
border-color: #E65DF7;
}
</style>