Shades of Heliotrope #E65DF4
Tints of Heliotrope #E65DF4
RGB
CMYK
RGB Variations
Color information
#E65DF4 (or 0xE65DF4) is known color: Heliotrope. HEX triplet: E6, 5D and F4. RGB value is (230,93,244). Sum of RGB (Red+Green+Blue) = 230+93+244=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 93 (36.72% from 255 or 16.40% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #E65DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65DF4 is #19A20B. Grayscale: #969696. Windows color (decimal): -1679884 or 16014822. OLE color: 16014822.
HSL color Cylindrical-coordinate representation of color #E65DF4: hue angle of 294.44º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65DF4 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 93 | 244 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.04 |
| HSL | 294.44º | 0.87% | 0.66% | - |
| HSV(B) | 294.44º | 0.62% | 0.96% | - |
| XYZ | 52.88 | 31.18 | 88.82 | - |
| YUV | 151.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 244 | 0.06 | 0.62 | 0 | 0.04 | 294.44 | 0.87 | 0.66 |
| Hex | E6 | 5D | F4 | 6 | 3E | 0 | 4 | 126 | 57 | 42 |
| Octal | 346 | 135 | 364 | 6 | 76 | 0 | 4 | 446 | 127 | 102 |
| Binary | 11100110 | 1011101 | 11110100 | 110 | 111110 | 0 | 100 | 100100110 | 1010111 | 1000010 |
Color Harmonies of #E65DF4
Complementary color
Monochromatic Colors of #E65DF4
Black with #E65DF4
Text Example
Text Example
White with #E65DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DF4; }
p { color: rgb(230,93,244); }
H1.HeaderClassName
{
color: #E65DF4;
}
.AnyTagClassName
{
color: #E65DF4;
}
</style>
background-color css
<style>
a { background-color: #E65DF4; }
a { background-color: rgb(230,93,244); }
div.DivClassName
{
background-color: #E65DF4;
}
.BgClassName
{
background-color: #E65DF4;
}
</style>
border-color css
<style>
span { border-color: #E65DF4; }
span { border-color: rgb(230,93,244); }
td.TdClassName
{
border-color: #E65DF4;
}
.TagClassName
{
border-color: #E65DF4;
}
</style>