Shades of Heliotrope #E85CFD
Tints of Heliotrope #E85CFD
RGB
CMYK
RGB Variations
Color information
#E85CFD (or 0xE85CFD) is known color: Heliotrope. HEX triplet: E8, 5C and FD. RGB value is (232,92,253). Sum of RGB (Red+Green+Blue) = 232+92+253=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 92 (36.33% from 255 or 15.94% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #E85CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85CFD is #17A302. Grayscale: #979797. Windows color (decimal): -1549059 or 16604392. OLE color: 16604392.
HSL color Cylindrical-coordinate representation of color #E85CFD: hue angle of 292.17º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85CFD is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 92 | 253 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.01 |
| HSL | 292.17º | 0.98% | 0.68% | - |
| HSV(B) | 292.17º | 0.64% | 0.99% | - |
| XYZ | 54.84 | 31.9 | 96.2 | - |
| YUV | 152.21 | 184.88 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 253 | 0.08 | 0.64 | 0 | 0.01 | 292.17 | 0.98 | 0.68 |
| Hex | E8 | 5C | FD | 8 | 40 | 0 | 1 | 124 | 62 | 44 |
| Octal | 350 | 134 | 375 | 10 | 100 | 0 | 1 | 444 | 142 | 104 |
| Binary | 11101000 | 1011100 | 11111101 | 1000 | 1000000 | 0 | 1 | 100100100 | 1100010 | 1000100 |
Color Harmonies of #E85CFD
Complementary color
Monochromatic Colors of #E85CFD
Black with #E85CFD
Text Example
Text Example
White with #E85CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85CFD; }
p { color: rgb(232,92,253); }
H1.HeaderClassName
{
color: #E85CFD;
}
.AnyTagClassName
{
color: #E85CFD;
}
</style>
background-color css
<style>
a { background-color: #E85CFD; }
a { background-color: rgb(232,92,253); }
div.DivClassName
{
background-color: #E85CFD;
}
.BgClassName
{
background-color: #E85CFD;
}
</style>
border-color css
<style>
span { border-color: #E85CFD; }
span { border-color: rgb(232,92,253); }
td.TdClassName
{
border-color: #E85CFD;
}
.TagClassName
{
border-color: #E85CFD;
}
</style>