Shades of Heliotrope #E35BFD
Tints of Heliotrope #E35BFD
RGB
CMYK
RGB Variations
Color information
#E35BFD (or 0xE35BFD) is known color: Heliotrope. HEX triplet: E3, 5B and FD. RGB value is (227,91,253). Sum of RGB (Red+Green+Blue) = 227+91+253=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 91 (35.94% from 255 or 15.94% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #E35BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35BFD is #1CA402. Grayscale: #959595. Windows color (decimal): -1876995 or 16604131. OLE color: 16604131.
HSL color Cylindrical-coordinate representation of color #E35BFD: hue angle of 290.37º 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 #E35BFD is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 91 | 253 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.01 |
| HSL | 290.37º | 0.98% | 0.67% | - |
| HSV(B) | 290.37º | 0.64% | 0.99% | - |
| XYZ | 53.15 | 30.9 | 96.09 | - |
| YUV | 150.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 253 | 0.10 | 0.64 | 0 | 0.01 | 290.37 | 0.98 | 0.67 |
| Hex | E3 | 5B | FD | A | 40 | 0 | 1 | 122 | 62 | 43 |
| Octal | 343 | 133 | 375 | 12 | 100 | 0 | 1 | 442 | 142 | 103 |
| Binary | 11100011 | 1011011 | 11111101 | 1010 | 1000000 | 0 | 1 | 100100010 | 1100010 | 1000011 |
Color Harmonies of #E35BFD
Complementary color
Monochromatic Colors of #E35BFD
Black with #E35BFD
Text Example
Text Example
White with #E35BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35BFD; }
p { color: rgb(227,91,253); }
H1.HeaderClassName
{
color: #E35BFD;
}
.AnyTagClassName
{
color: #E35BFD;
}
</style>
background-color css
<style>
a { background-color: #E35BFD; }
a { background-color: rgb(227,91,253); }
div.DivClassName
{
background-color: #E35BFD;
}
.BgClassName
{
background-color: #E35BFD;
}
</style>
border-color css
<style>
span { border-color: #E35BFD; }
span { border-color: rgb(227,91,253); }
td.TdClassName
{
border-color: #E35BFD;
}
.TagClassName
{
border-color: #E35BFD;
}
</style>