Shades of Heliotrope #E65BFC
Tints of Heliotrope #E65BFC
RGB
CMYK
RGB Variations
Color information
#E65BFC (or 0xE65BFC) is known color: Heliotrope. HEX triplet: E6, 5B and FC. RGB value is (230,91,252). Sum of RGB (Red+Green+Blue) = 230+91+252=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 91 (35.94% from 255 or 15.88% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #E65BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65BFC is #19A403. Grayscale: #969696. Windows color (decimal): -1680388 or 16538598. OLE color: 16538598.
HSL color Cylindrical-coordinate representation of color #E65BFC: hue angle of 291.8º 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 #E65BFC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 91 | 252 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.01 |
| HSL | 291.8º | 0.96% | 0.67% | - |
| HSV(B) | 291.8º | 0.64% | 0.99% | - |
| XYZ | 53.94 | 31.33 | 95.3 | - |
| YUV | 150.92 | 185.05 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 252 | 0.09 | 0.64 | 0 | 0.01 | 291.8 | 0.96 | 0.67 |
| Hex | E6 | 5B | FC | 9 | 40 | 0 | 1 | 124 | 60 | 43 |
| Octal | 346 | 133 | 374 | 11 | 100 | 0 | 1 | 444 | 140 | 103 |
| Binary | 11100110 | 1011011 | 11111100 | 1001 | 1000000 | 0 | 1 | 100100100 | 1100000 | 1000011 |
Color Harmonies of #E65BFC
Complementary color
Monochromatic Colors of #E65BFC
Black with #E65BFC
Text Example
Text Example
White with #E65BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BFC; }
p { color: rgb(230,91,252); }
H1.HeaderClassName
{
color: #E65BFC;
}
.AnyTagClassName
{
color: #E65BFC;
}
</style>
background-color css
<style>
a { background-color: #E65BFC; }
a { background-color: rgb(230,91,252); }
div.DivClassName
{
background-color: #E65BFC;
}
.BgClassName
{
background-color: #E65BFC;
}
</style>
border-color css
<style>
span { border-color: #E65BFC; }
span { border-color: rgb(230,91,252); }
td.TdClassName
{
border-color: #E65BFC;
}
.TagClassName
{
border-color: #E65BFC;
}
</style>