Shades of Heliotrope #E85AFD
Tints of Heliotrope #E85AFD
RGB
CMYK
RGB Variations
Color information
#E85AFD (or 0xE85AFD) is known color: Heliotrope. HEX triplet: E8, 5A and FD. RGB value is (232,90,253). Sum of RGB (Red+Green+Blue) = 232+90+253=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 90 (35.55% from 255 or 15.65% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #E85AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AFD is #17A502. Grayscale: #969696. Windows color (decimal): -1549571 or 16603880. OLE color: 16603880.
HSL color Cylindrical-coordinate representation of color #E85AFD: hue angle of 292.27º 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 #E85AFD is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 90 | 253 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.01 |
| HSL | 292.27º | 0.98% | 0.67% | - |
| HSV(B) | 292.27º | 0.64% | 0.99% | - |
| XYZ | 54.66 | 31.56 | 96.14 | - |
| YUV | 151.04 | 185.54 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 253 | 0.08 | 0.64 | 0 | 0.01 | 292.27 | 0.98 | 0.67 |
| Hex | E8 | 5A | FD | 8 | 40 | 0 | 1 | 124 | 62 | 43 |
| Octal | 350 | 132 | 375 | 10 | 100 | 0 | 1 | 444 | 142 | 103 |
| Binary | 11101000 | 1011010 | 11111101 | 1000 | 1000000 | 0 | 1 | 100100100 | 1100010 | 1000011 |
Color Harmonies of #E85AFD
Complementary color
Monochromatic Colors of #E85AFD
Black with #E85AFD
Text Example
Text Example
White with #E85AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85AFD; }
p { color: rgb(232,90,253); }
H1.HeaderClassName
{
color: #E85AFD;
}
.AnyTagClassName
{
color: #E85AFD;
}
</style>
background-color css
<style>
a { background-color: #E85AFD; }
a { background-color: rgb(232,90,253); }
div.DivClassName
{
background-color: #E85AFD;
}
.BgClassName
{
background-color: #E85AFD;
}
</style>
border-color css
<style>
span { border-color: #E85AFD; }
span { border-color: rgb(232,90,253); }
td.TdClassName
{
border-color: #E85AFD;
}
.TagClassName
{
border-color: #E85AFD;
}
</style>