Shades of Heliotrope #E75DF6
Tints of Heliotrope #E75DF6
RGB
CMYK
RGB Variations
Color information
#E75DF6 (or 0xE75DF6) is known color: Heliotrope. HEX triplet: E7, 5D and F6. RGB value is (231,93,246). Sum of RGB (Red+Green+Blue) = 231+93+246=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 93 (36.72% from 255 or 16.32% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #E75DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75DF6 is #18A209. Grayscale: #979797. Windows color (decimal): -1614346 or 16145895. OLE color: 16145895.
HSL color Cylindrical-coordinate representation of color #E75DF6: hue angle of 294.12º degrees, saturation: 0.89, 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 #E75DF6 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 93 | 246 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.04 |
| HSL | 294.12º | 0.89% | 0.66% | - |
| HSV(B) | 294.12º | 0.62% | 0.96% | - |
| XYZ | 53.5 | 31.47 | 90.44 | - |
| YUV | 151.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 246 | 0.06 | 0.62 | 0 | 0.04 | 294.12 | 0.89 | 0.66 |
| Hex | E7 | 5D | F6 | 6 | 3E | 0 | 4 | 126 | 59 | 42 |
| Octal | 347 | 135 | 366 | 6 | 76 | 0 | 4 | 446 | 131 | 102 |
| Binary | 11100111 | 1011101 | 11110110 | 110 | 111110 | 0 | 100 | 100100110 | 1011001 | 1000010 |
Color Harmonies of #E75DF6
Complementary color
Monochromatic Colors of #E75DF6
Black with #E75DF6
Text Example
Text Example
White with #E75DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75DF6; }
p { color: rgb(231,93,246); }
H1.HeaderClassName
{
color: #E75DF6;
}
.AnyTagClassName
{
color: #E75DF6;
}
</style>
background-color css
<style>
a { background-color: #E75DF6; }
a { background-color: rgb(231,93,246); }
div.DivClassName
{
background-color: #E75DF6;
}
.BgClassName
{
background-color: #E75DF6;
}
</style>
border-color css
<style>
span { border-color: #E75DF6; }
span { border-color: rgb(231,93,246); }
td.TdClassName
{
border-color: #E75DF6;
}
.TagClassName
{
border-color: #E75DF6;
}
</style>