Shades of Heliotrope #E85BFD
Tints of Heliotrope #E85BFD
RGB
CMYK
RGB Variations
Color information
#E85BFD (or 0xE85BFD) is known color: Heliotrope. HEX triplet: E8, 5B and FD. RGB value is (232,91,253). Sum of RGB (Red+Green+Blue) = 232+91+253=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 91 (35.94% from 255 or 15.80% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #E85BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85BFD is #17A402. Grayscale: #979797. Windows color (decimal): -1549315 or 16604136. OLE color: 16604136.
HSL color Cylindrical-coordinate representation of color #E85BFD: hue angle of 292.22º degrees, saturation: 0.98, 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 #E85BFD is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 91 | 253 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.01 |
| HSL | 292.22º | 0.98% | 0.67% | - |
| HSV(B) | 292.22º | 0.64% | 0.99% | - |
| XYZ | 54.75 | 31.73 | 96.17 | - |
| YUV | 151.63 | 185.21 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 253 | 0.08 | 0.64 | 0 | 0.01 | 292.22 | 0.98 | 0.67 |
| Hex | E8 | 5B | FD | 8 | 40 | 0 | 1 | 124 | 62 | 43 |
| Octal | 350 | 133 | 375 | 10 | 100 | 0 | 1 | 444 | 142 | 103 |
| Binary | 11101000 | 1011011 | 11111101 | 1000 | 1000000 | 0 | 1 | 100100100 | 1100010 | 1000011 |
Color Harmonies of #E85BFD
Complementary color
Monochromatic Colors of #E85BFD
Black with #E85BFD
Text Example
Text Example
White with #E85BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85BFD; }
p { color: rgb(232,91,253); }
H1.HeaderClassName
{
color: #E85BFD;
}
.AnyTagClassName
{
color: #E85BFD;
}
</style>
background-color css
<style>
a { background-color: #E85BFD; }
a { background-color: rgb(232,91,253); }
div.DivClassName
{
background-color: #E85BFD;
}
.BgClassName
{
background-color: #E85BFD;
}
</style>
border-color css
<style>
span { border-color: #E85BFD; }
span { border-color: rgb(232,91,253); }
td.TdClassName
{
border-color: #E85BFD;
}
.TagClassName
{
border-color: #E85BFD;
}
</style>