Shades of Heliotrope #E75CFE
Tints of Heliotrope #E75CFE
RGB
CMYK
RGB Variations
Color information
#E75CFE (or 0xE75CFE) is known color: Heliotrope. HEX triplet: E7, 5C and FE. RGB value is (231,92,254). Sum of RGB (Red+Green+Blue) = 231+92+254=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 92 (36.33% from 255 or 15.94% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #E75CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75CFE is #18A301. Grayscale: #979797. Windows color (decimal): -1614594 or 16669927. OLE color: 16669927.
HSL color Cylindrical-coordinate representation of color #E75CFE: hue angle of 291.48º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E75CFE is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 92 | 254 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.00 |
| HSL | 291.48º | 0.99% | 0.68% | - |
| HSV(B) | 291.48º | 0.64% | 1% | - |
| XYZ | 54.67 | 31.8 | 97.02 | - |
| YUV | 152.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 254 | 0.09 | 0.64 | 0 | 0.00 | 291.48 | 0.99 | 0.68 |
| Hex | E7 | 5C | FE | 9 | 40 | 0 | 0 | 123 | 63 | 44 |
| Octal | 347 | 134 | 376 | 11 | 100 | 0 | 0 | 443 | 143 | 104 |
| Binary | 11100111 | 1011100 | 11111110 | 1001 | 1000000 | 0 | 0 | 100100011 | 1100011 | 1000100 |
Color Harmonies of #E75CFE
Complementary color
Monochromatic Colors of #E75CFE
Black with #E75CFE
Text Example
Text Example
White with #E75CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75CFE; }
p { color: rgb(231,92,254); }
H1.HeaderClassName
{
color: #E75CFE;
}
.AnyTagClassName
{
color: #E75CFE;
}
</style>
background-color css
<style>
a { background-color: #E75CFE; }
a { background-color: rgb(231,92,254); }
div.DivClassName
{
background-color: #E75CFE;
}
.BgClassName
{
background-color: #E75CFE;
}
</style>
border-color css
<style>
span { border-color: #E75CFE; }
span { border-color: rgb(231,92,254); }
td.TdClassName
{
border-color: #E75CFE;
}
.TagClassName
{
border-color: #E75CFE;
}
</style>