Shades of Heliotrope #E75BFE
Tints of Heliotrope #E75BFE
RGB
CMYK
RGB Variations
Color information
#E75BFE (or 0xE75BFE) is known color: Heliotrope. HEX triplet: E7, 5B and FE. RGB value is (231,91,254). Sum of RGB (Red+Green+Blue) = 231+91+254=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 91 (35.94% from 255 or 15.80% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #E75BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75BFE is #18A401. Grayscale: #969696. Windows color (decimal): -1614850 or 16669671. OLE color: 16669671.
HSL color Cylindrical-coordinate representation of color #E75BFE: hue angle of 291.53º 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 #E75BFE is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 91 | 254 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.00 |
| HSL | 291.53º | 0.99% | 0.68% | - |
| HSV(B) | 291.53º | 0.64% | 1% | - |
| XYZ | 54.59 | 31.63 | 96.99 | - |
| YUV | 151.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 254 | 0.09 | 0.64 | 0 | 0.00 | 291.53 | 0.99 | 0.68 |
| Hex | E7 | 5B | FE | 9 | 40 | 0 | 0 | 124 | 63 | 44 |
| Octal | 347 | 133 | 376 | 11 | 100 | 0 | 0 | 444 | 143 | 104 |
| Binary | 11100111 | 1011011 | 11111110 | 1001 | 1000000 | 0 | 0 | 100100100 | 1100011 | 1000100 |
Color Harmonies of #E75BFE
Complementary color
Monochromatic Colors of #E75BFE
Black with #E75BFE
Text Example
Text Example
White with #E75BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75BFE; }
p { color: rgb(231,91,254); }
H1.HeaderClassName
{
color: #E75BFE;
}
.AnyTagClassName
{
color: #E75BFE;
}
</style>
background-color css
<style>
a { background-color: #E75BFE; }
a { background-color: rgb(231,91,254); }
div.DivClassName
{
background-color: #E75BFE;
}
.BgClassName
{
background-color: #E75BFE;
}
</style>
border-color css
<style>
span { border-color: #E75BFE; }
span { border-color: rgb(231,91,254); }
td.TdClassName
{
border-color: #E75BFE;
}
.TagClassName
{
border-color: #E75BFE;
}
</style>