Shades of Heliotrope #E75CFF
Tints of Heliotrope #E75CFF
RGB
CMYK
RGB Variations
Color information
#E75CFF (or 0xE75CFF) is known color: Heliotrope. HEX triplet: E7, 5C and FF. RGB value is (231,92,255). Sum of RGB (Red+Green+Blue) = 231+92+255=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 92 (36.33% from 255 or 15.92% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #E75CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75CFF is #18A300. Grayscale: #979797. Windows color (decimal): -1614593 or 16735463. OLE color: 16735463.
HSL color Cylindrical-coordinate representation of color #E75CFF: hue angle of 291.17º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E75CFF is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 92 | 255 | - |
| CMYK | 0.09 | 0.64 | 0 | 0 |
| HSL | 291.17º | 1% | 0.68% | - |
| HSV(B) | 291.17º | 0.64% | 1% | - |
| XYZ | 54.83 | 31.86 | 97.87 | - |
| YUV | 152.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 255 | 0.09 | 0.64 | 0 | 0 | 291.17 | 1 | 0.68 |
| Hex | E7 | 5C | FF | 9 | 40 | 0 | 0 | 123 | 64 | 44 |
| Octal | 347 | 134 | 377 | 11 | 100 | 0 | 0 | 443 | 144 | 104 |
| Binary | 11100111 | 1011100 | 11111111 | 1001 | 1000000 | 0 | 0 | 100100011 | 1100100 | 1000100 |
Color Harmonies of #E75CFF
Complementary color
Monochromatic Colors of #E75CFF
Black with #E75CFF
Text Example
Text Example
White with #E75CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75CFF; }
p { color: rgb(231,92,255); }
H1.HeaderClassName
{
color: #E75CFF;
}
.AnyTagClassName
{
color: #E75CFF;
}
</style>
background-color css
<style>
a { background-color: #E75CFF; }
a { background-color: rgb(231,92,255); }
div.DivClassName
{
background-color: #E75CFF;
}
.BgClassName
{
background-color: #E75CFF;
}
</style>
border-color css
<style>
span { border-color: #E75CFF; }
span { border-color: rgb(231,92,255); }
td.TdClassName
{
border-color: #E75CFF;
}
.TagClassName
{
border-color: #E75CFF;
}
</style>