Shades of Heliotrope #E65BF5
Tints of Heliotrope #E65BF5
RGB
CMYK
RGB Variations
Color information
#E65BF5 (or 0xE65BF5) is known color: Heliotrope. HEX triplet: E6, 5B and F5. RGB value is (230,91,245). Sum of RGB (Red+Green+Blue) = 230+91+245=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 91 (35.94% from 255 or 16.08% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #E65BF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65BF5 is #19A40A. Grayscale: #959595. Windows color (decimal): -1680395 or 16079846. OLE color: 16079846.
HSL color Cylindrical-coordinate representation of color #E65BF5: hue angle of 294.16º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65BF5 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 91 | 245 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.04 |
| HSL | 294.16º | 0.89% | 0.66% | - |
| HSV(B) | 294.16º | 0.63% | 0.96% | - |
| XYZ | 52.86 | 30.9 | 89.56 | - |
| YUV | 150.12 | 181.55 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 245 | 0.06 | 0.63 | 0 | 0.04 | 294.16 | 0.89 | 0.66 |
| Hex | E6 | 5B | F5 | 6 | 3F | 0 | 4 | 126 | 59 | 42 |
| Octal | 346 | 133 | 365 | 6 | 77 | 0 | 4 | 446 | 131 | 102 |
| Binary | 11100110 | 1011011 | 11110101 | 110 | 111111 | 0 | 100 | 100100110 | 1011001 | 1000010 |
Color Harmonies of #E65BF5
Complementary color
Monochromatic Colors of #E65BF5
Black with #E65BF5
Text Example
Text Example
White with #E65BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BF5; }
p { color: rgb(230,91,245); }
H1.HeaderClassName
{
color: #E65BF5;
}
.AnyTagClassName
{
color: #E65BF5;
}
</style>
background-color css
<style>
a { background-color: #E65BF5; }
a { background-color: rgb(230,91,245); }
div.DivClassName
{
background-color: #E65BF5;
}
.BgClassName
{
background-color: #E65BF5;
}
</style>
border-color css
<style>
span { border-color: #E65BF5; }
span { border-color: rgb(230,91,245); }
td.TdClassName
{
border-color: #E65BF5;
}
.TagClassName
{
border-color: #E65BF5;
}
</style>