Shades of Heliotrope #E65BFB
Tints of Heliotrope #E65BFB
RGB
CMYK
RGB Variations
Color information
#E65BFB (or 0xE65BFB) is known color: Heliotrope. HEX triplet: E6, 5B and FB. RGB value is (230,91,251). Sum of RGB (Red+Green+Blue) = 230+91+251=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 91 (35.94% from 255 or 15.91% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #E65BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65BFB is #19A404. Grayscale: #969696. Windows color (decimal): -1680389 or 16473062. OLE color: 16473062.
HSL color Cylindrical-coordinate representation of color #E65BFB: hue angle of 292.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65BFB is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 91 | 251 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.02 |
| HSL | 292.13º | 0.95% | 0.67% | - |
| HSV(B) | 292.13º | 0.64% | 0.98% | - |
| XYZ | 53.79 | 31.27 | 94.47 | - |
| YUV | 150.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 251 | 0.08 | 0.64 | 0 | 0.02 | 292.13 | 0.95 | 0.67 |
| Hex | E6 | 5B | FB | 8 | 40 | 0 | 2 | 124 | 5F | 43 |
| Octal | 346 | 133 | 373 | 10 | 100 | 0 | 2 | 444 | 137 | 103 |
| Binary | 11100110 | 1011011 | 11111011 | 1000 | 1000000 | 0 | 10 | 100100100 | 1011111 | 1000011 |
Color Harmonies of #E65BFB
Complementary color
Monochromatic Colors of #E65BFB
Black with #E65BFB
Text Example
Text Example
White with #E65BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BFB; }
p { color: rgb(230,91,251); }
H1.HeaderClassName
{
color: #E65BFB;
}
.AnyTagClassName
{
color: #E65BFB;
}
</style>
background-color css
<style>
a { background-color: #E65BFB; }
a { background-color: rgb(230,91,251); }
div.DivClassName
{
background-color: #E65BFB;
}
.BgClassName
{
background-color: #E65BFB;
}
</style>
border-color css
<style>
span { border-color: #E65BFB; }
span { border-color: rgb(230,91,251); }
td.TdClassName
{
border-color: #E65BFB;
}
.TagClassName
{
border-color: #E65BFB;
}
</style>