Shades of Heliotrope #E65DF8
Tints of Heliotrope #E65DF8
RGB
CMYK
RGB Variations
Color information
#E65DF8 (or 0xE65DF8) is known color: Heliotrope. HEX triplet: E6, 5D and F8. RGB value is (230,93,248). Sum of RGB (Red+Green+Blue) = 230+93+248=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 93 (36.72% from 255 or 16.29% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #E65DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65DF8 is #19A207. Grayscale: #979797. Windows color (decimal): -1679880 or 16276966. OLE color: 16276966.
HSL color Cylindrical-coordinate representation of color #E65DF8: hue angle of 293.03º degrees, saturation: 0.92, 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 #E65DF8 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 93 | 248 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.03 |
| HSL | 293.03º | 0.92% | 0.67% | - |
| HSV(B) | 293.03º | 0.63% | 0.97% | - |
| XYZ | 53.49 | 31.43 | 92.05 | - |
| YUV | 151.63 | 182.39 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 248 | 0.07 | 0.62 | 0 | 0.03 | 293.03 | 0.92 | 0.67 |
| Hex | E6 | 5D | F8 | 7 | 3E | 0 | 3 | 125 | 5C | 43 |
| Octal | 346 | 135 | 370 | 7 | 76 | 0 | 3 | 445 | 134 | 103 |
| Binary | 11100110 | 1011101 | 11111000 | 111 | 111110 | 0 | 11 | 100100101 | 1011100 | 1000011 |
Color Harmonies of #E65DF8
Complementary color
Monochromatic Colors of #E65DF8
Black with #E65DF8
Text Example
Text Example
White with #E65DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DF8; }
p { color: rgb(230,93,248); }
H1.HeaderClassName
{
color: #E65DF8;
}
.AnyTagClassName
{
color: #E65DF8;
}
</style>
background-color css
<style>
a { background-color: #E65DF8; }
a { background-color: rgb(230,93,248); }
div.DivClassName
{
background-color: #E65DF8;
}
.BgClassName
{
background-color: #E65DF8;
}
</style>
border-color css
<style>
span { border-color: #E65DF8; }
span { border-color: rgb(230,93,248); }
td.TdClassName
{
border-color: #E65DF8;
}
.TagClassName
{
border-color: #E65DF8;
}
</style>