Shades of Heliotrope #E35FFF
Tints of Heliotrope #E35FFF
RGB
CMYK
RGB Variations
Color information
#E35FFF (or 0xE35FFF) is known color: Heliotrope. HEX triplet: E3, 5F and FF. RGB value is (227,95,255). Sum of RGB (Red+Green+Blue) = 227+95+255=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 95 (37.5% from 255 or 16.46% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #E35FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35FFF is #1CA000. Grayscale: #989898. Windows color (decimal): -1875969 or 16736227. OLE color: 16736227.
HSL color Cylindrical-coordinate representation of color #E35FFF: hue angle of 289.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35FFF is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 95 | 255 | - |
| CMYK | 0.11 | 0.63 | 0 | 0 |
| HSL | 289.5º | 1% | 0.69% | - |
| HSV(B) | 289.5º | 0.63% | 1% | - |
| XYZ | 53.82 | 31.74 | 97.9 | - |
| YUV | 152.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 255 | 0.11 | 0.63 | 0 | 0 | 289.5 | 1 | 0.69 |
| Hex | E3 | 5F | FF | B | 3F | 0 | 0 | 122 | 64 | 45 |
| Octal | 343 | 137 | 377 | 13 | 77 | 0 | 0 | 442 | 144 | 105 |
| Binary | 11100011 | 1011111 | 11111111 | 1011 | 111111 | 0 | 0 | 100100010 | 1100100 | 1000101 |
Color Harmonies of #E35FFF
Complementary color
Monochromatic Colors of #E35FFF
Black with #E35FFF
Text Example
Text Example
White with #E35FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35FFF; }
p { color: rgb(227,95,255); }
H1.HeaderClassName
{
color: #E35FFF;
}
.AnyTagClassName
{
color: #E35FFF;
}
</style>
background-color css
<style>
a { background-color: #E35FFF; }
a { background-color: rgb(227,95,255); }
div.DivClassName
{
background-color: #E35FFF;
}
.BgClassName
{
background-color: #E35FFF;
}
</style>
border-color css
<style>
span { border-color: #E35FFF; }
span { border-color: rgb(227,95,255); }
td.TdClassName
{
border-color: #E35FFF;
}
.TagClassName
{
border-color: #E35FFF;
}
</style>