Shades of Heliotrope #E35EFF
Tints of Heliotrope #E35EFF
RGB
CMYK
RGB Variations
Color information
#E35EFF (or 0xE35EFF) is known color: Heliotrope. HEX triplet: E3, 5E and FF. RGB value is (227,94,255). Sum of RGB (Red+Green+Blue) = 227+94+255=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 94 (37.11% from 255 or 16.32% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #E35EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35EFF is #1CA100. Grayscale: #979797. Windows color (decimal): -1876225 or 16735971. OLE color: 16735971.
HSL color Cylindrical-coordinate representation of color #E35EFF: hue angle of 289.57º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35EFF is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 94 | 255 | - |
| CMYK | 0.11 | 0.63 | 0 | 0 |
| HSL | 289.57º | 1% | 0.68% | - |
| HSV(B) | 289.57º | 0.63% | 1% | - |
| XYZ | 53.73 | 31.56 | 97.87 | - |
| YUV | 152.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 255 | 0.11 | 0.63 | 0 | 0 | 289.57 | 1 | 0.68 |
| Hex | E3 | 5E | FF | B | 3F | 0 | 0 | 122 | 64 | 44 |
| Octal | 343 | 136 | 377 | 13 | 77 | 0 | 0 | 442 | 144 | 104 |
| Binary | 11100011 | 1011110 | 11111111 | 1011 | 111111 | 0 | 0 | 100100010 | 1100100 | 1000100 |
Color Harmonies of #E35EFF
Complementary color
Monochromatic Colors of #E35EFF
Black with #E35EFF
Text Example
Text Example
White with #E35EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35EFF; }
p { color: rgb(227,94,255); }
H1.HeaderClassName
{
color: #E35EFF;
}
.AnyTagClassName
{
color: #E35EFF;
}
</style>
background-color css
<style>
a { background-color: #E35EFF; }
a { background-color: rgb(227,94,255); }
div.DivClassName
{
background-color: #E35EFF;
}
.BgClassName
{
background-color: #E35EFF;
}
</style>
border-color css
<style>
span { border-color: #E35EFF; }
span { border-color: rgb(227,94,255); }
td.TdClassName
{
border-color: #E35EFF;
}
.TagClassName
{
border-color: #E35EFF;
}
</style>