Shades of Heliotrope #E65DF3
Tints of Heliotrope #E65DF3
RGB
CMYK
RGB Variations
Color information
#E65DF3 (or 0xE65DF3) is known color: Heliotrope. HEX triplet: E6, 5D and F3. RGB value is (230,93,243). Sum of RGB (Red+Green+Blue) = 230+93+243=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #E65DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65DF3 is #19A20C. Grayscale: #969696. Windows color (decimal): -1679885 or 15949286. OLE color: 15949286.
HSL color Cylindrical-coordinate representation of color #E65DF3: hue angle of 294.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65DF3 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 93 | 243 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.05 |
| HSL | 294.8º | 0.86% | 0.66% | - |
| HSV(B) | 294.8º | 0.62% | 0.95% | - |
| XYZ | 52.73 | 31.12 | 88.02 | - |
| YUV | 151.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 243 | 0.05 | 0.62 | 0 | 0.05 | 294.8 | 0.86 | 0.66 |
| Hex | E6 | 5D | F3 | 5 | 3E | 0 | 5 | 127 | 56 | 42 |
| Octal | 346 | 135 | 363 | 5 | 76 | 0 | 5 | 447 | 126 | 102 |
| Binary | 11100110 | 1011101 | 11110011 | 101 | 111110 | 0 | 101 | 100100111 | 1010110 | 1000010 |
Color Harmonies of #E65DF3
Complementary color
Monochromatic Colors of #E65DF3
Black with #E65DF3
Text Example
Text Example
White with #E65DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DF3; }
p { color: rgb(230,93,243); }
H1.HeaderClassName
{
color: #E65DF3;
}
.AnyTagClassName
{
color: #E65DF3;
}
</style>
background-color css
<style>
a { background-color: #E65DF3; }
a { background-color: rgb(230,93,243); }
div.DivClassName
{
background-color: #E65DF3;
}
.BgClassName
{
background-color: #E65DF3;
}
</style>
border-color css
<style>
span { border-color: #E65DF3; }
span { border-color: rgb(230,93,243); }
td.TdClassName
{
border-color: #E65DF3;
}
.TagClassName
{
border-color: #E65DF3;
}
</style>