Shades of Heliotrope #E75FFF
Tints of Heliotrope #E75FFF
RGB
CMYK
RGB Variations
Color information
#E75FFF (or 0xE75FFF) is known color: Heliotrope. HEX triplet: E7, 5F and FF. RGB value is (231,95,255). Sum of RGB (Red+Green+Blue) = 231+95+255=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 95 (37.5% from 255 or 16.35% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #E75FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75FFF is #18A000. Grayscale: #999999. Windows color (decimal): -1613825 or 16736231. OLE color: 16736231.
HSL color Cylindrical-coordinate representation of color #E75FFF: hue angle of 291º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E75FFF is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 95 | 255 | - |
| CMYK | 0.09 | 0.63 | 0 | 0 |
| HSL | 291º | 1% | 0.69% | - |
| HSV(B) | 291º | 0.63% | 1% | - |
| XYZ | 55.1 | 32.39 | 97.96 | - |
| YUV | 153.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 95 | 255 | 0.09 | 0.63 | 0 | 0 | 291 | 1 | 0.69 |
| Hex | E7 | 5F | FF | 9 | 3F | 0 | 0 | 123 | 64 | 45 |
| Octal | 347 | 137 | 377 | 11 | 77 | 0 | 0 | 443 | 144 | 105 |
| Binary | 11100111 | 1011111 | 11111111 | 1001 | 111111 | 0 | 0 | 100100011 | 1100100 | 1000101 |
Color Harmonies of #E75FFF
Complementary color
Monochromatic Colors of #E75FFF
Black with #E75FFF
Text Example
Text Example
White with #E75FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75FFF; }
p { color: rgb(231,95,255); }
H1.HeaderClassName
{
color: #E75FFF;
}
.AnyTagClassName
{
color: #E75FFF;
}
</style>
background-color css
<style>
a { background-color: #E75FFF; }
a { background-color: rgb(231,95,255); }
div.DivClassName
{
background-color: #E75FFF;
}
.BgClassName
{
background-color: #E75FFF;
}
</style>
border-color css
<style>
span { border-color: #E75FFF; }
span { border-color: rgb(231,95,255); }
td.TdClassName
{
border-color: #E75FFF;
}
.TagClassName
{
border-color: #E75FFF;
}
</style>