Shades of Heliotrope #E75BFC
Tints of Heliotrope #E75BFC
RGB
CMYK
RGB Variations
Color information
#E75BFC (or 0xE75BFC) is known color: Heliotrope. HEX triplet: E7, 5B and FC. RGB value is (231,91,252). Sum of RGB (Red+Green+Blue) = 231+91+252=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 91 (35.94% from 255 or 15.85% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #E75BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75BFC is #18A403. Grayscale: #969696. Windows color (decimal): -1614852 or 16538599. OLE color: 16538599.
HSL color Cylindrical-coordinate representation of color #E75BFC: hue angle of 292.17º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E75BFC is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 91 | 252 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.01 |
| HSL | 292.17º | 0.96% | 0.67% | - |
| HSV(B) | 292.17º | 0.64% | 0.99% | - |
| XYZ | 54.27 | 31.5 | 95.32 | - |
| YUV | 151.21 | 184.88 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 252 | 0.08 | 0.64 | 0 | 0.01 | 292.17 | 0.96 | 0.67 |
| Hex | E7 | 5B | FC | 8 | 40 | 0 | 1 | 124 | 60 | 43 |
| Octal | 347 | 133 | 374 | 10 | 100 | 0 | 1 | 444 | 140 | 103 |
| Binary | 11100111 | 1011011 | 11111100 | 1000 | 1000000 | 0 | 1 | 100100100 | 1100000 | 1000011 |
Color Harmonies of #E75BFC
Complementary color
Monochromatic Colors of #E75BFC
Black with #E75BFC
Text Example
Text Example
White with #E75BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75BFC; }
p { color: rgb(231,91,252); }
H1.HeaderClassName
{
color: #E75BFC;
}
.AnyTagClassName
{
color: #E75BFC;
}
</style>
background-color css
<style>
a { background-color: #E75BFC; }
a { background-color: rgb(231,91,252); }
div.DivClassName
{
background-color: #E75BFC;
}
.BgClassName
{
background-color: #E75BFC;
}
</style>
border-color css
<style>
span { border-color: #E75BFC; }
span { border-color: rgb(231,91,252); }
td.TdClassName
{
border-color: #E75BFC;
}
.TagClassName
{
border-color: #E75BFC;
}
</style>