Shades of Heliotrope #E35BFA
Tints of Heliotrope #E35BFA
RGB
CMYK
RGB Variations
Color information
#E35BFA (or 0xE35BFA) is known color: Heliotrope. HEX triplet: E3, 5B and FA. RGB value is (227,91,250). Sum of RGB (Red+Green+Blue) = 227+91+250=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 91 (35.94% from 255 or 16.02% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #E35BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35BFA is #1CA405. Grayscale: #959595. Windows color (decimal): -1876998 or 16407523. OLE color: 16407523.
HSL color Cylindrical-coordinate representation of color #E35BFA: hue angle of 291.32º degrees, saturation: 0.94, 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 #E35BFA is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 91 | 250 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.02 |
| HSL | 291.32º | 0.94% | 0.67% | - |
| HSV(B) | 291.32º | 0.64% | 0.98% | - |
| XYZ | 52.67 | 30.72 | 93.59 | - |
| YUV | 149.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 250 | 0.09 | 0.64 | 0 | 0.02 | 291.32 | 0.94 | 0.67 |
| Hex | E3 | 5B | FA | 9 | 40 | 0 | 2 | 123 | 5E | 43 |
| Octal | 343 | 133 | 372 | 11 | 100 | 0 | 2 | 443 | 136 | 103 |
| Binary | 11100011 | 1011011 | 11111010 | 1001 | 1000000 | 0 | 10 | 100100011 | 1011110 | 1000011 |
Color Harmonies of #E35BFA
Complementary color
Monochromatic Colors of #E35BFA
Black with #E35BFA
Text Example
Text Example
White with #E35BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35BFA; }
p { color: rgb(227,91,250); }
H1.HeaderClassName
{
color: #E35BFA;
}
.AnyTagClassName
{
color: #E35BFA;
}
</style>
background-color css
<style>
a { background-color: #E35BFA; }
a { background-color: rgb(227,91,250); }
div.DivClassName
{
background-color: #E35BFA;
}
.BgClassName
{
background-color: #E35BFA;
}
</style>
border-color css
<style>
span { border-color: #E35BFA; }
span { border-color: rgb(227,91,250); }
td.TdClassName
{
border-color: #E35BFA;
}
.TagClassName
{
border-color: #E35BFA;
}
</style>