Shades of Heliotrope #E75DF5
Tints of Heliotrope #E75DF5
RGB
CMYK
RGB Variations
Color information
#E75DF5 (or 0xE75DF5) is known color: Heliotrope. HEX triplet: E7, 5D and F5. RGB value is (231,93,245). Sum of RGB (Red+Green+Blue) = 231+93+245=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 93 (36.72% from 255 or 16.34% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #E75DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75DF5 is #18A20A. Grayscale: #979797. Windows color (decimal): -1614347 or 16080359. OLE color: 16080359.
HSL color Cylindrical-coordinate representation of color #E75DF5: hue angle of 294.47º degrees, saturation: 0.88, 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 #E75DF5 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 93 | 245 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.04 |
| HSL | 294.47º | 0.88% | 0.66% | - |
| HSV(B) | 294.47º | 0.62% | 0.96% | - |
| XYZ | 53.35 | 31.41 | 89.64 | - |
| YUV | 151.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 245 | 0.06 | 0.62 | 0 | 0.04 | 294.47 | 0.88 | 0.66 |
| Hex | E7 | 5D | F5 | 6 | 3E | 0 | 4 | 126 | 58 | 42 |
| Octal | 347 | 135 | 365 | 6 | 76 | 0 | 4 | 446 | 130 | 102 |
| Binary | 11100111 | 1011101 | 11110101 | 110 | 111110 | 0 | 100 | 100100110 | 1011000 | 1000010 |
Color Harmonies of #E75DF5
Complementary color
Monochromatic Colors of #E75DF5
Black with #E75DF5
Text Example
Text Example
White with #E75DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75DF5; }
p { color: rgb(231,93,245); }
H1.HeaderClassName
{
color: #E75DF5;
}
.AnyTagClassName
{
color: #E75DF5;
}
</style>
background-color css
<style>
a { background-color: #E75DF5; }
a { background-color: rgb(231,93,245); }
div.DivClassName
{
background-color: #E75DF5;
}
.BgClassName
{
background-color: #E75DF5;
}
</style>
border-color css
<style>
span { border-color: #E75DF5; }
span { border-color: rgb(231,93,245); }
td.TdClassName
{
border-color: #E75DF5;
}
.TagClassName
{
border-color: #E75DF5;
}
</style>