Shades of Heliotrope #E35AFF
Tints of Heliotrope #E35AFF
RGB
CMYK
RGB Variations
Color information
#E35AFF (or 0xE35AFF) is known color: Heliotrope. HEX triplet: E3, 5A and FF. RGB value is (227,90,255). Sum of RGB (Red+Green+Blue) = 227+90+255=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 90 (35.55% from 255 or 15.73% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #E35AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35AFF is #1CA500. Grayscale: #959595. Windows color (decimal): -1877249 or 16734947. OLE color: 16734947.
HSL color Cylindrical-coordinate representation of color #E35AFF: hue angle of 289.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E35AFF is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 90 | 255 | - |
| CMYK | 0.11 | 0.65 | 0 | 0 |
| HSL | 289.82º | 1% | 0.68% | - |
| HSV(B) | 289.82º | 0.65% | 1% | - |
| XYZ | 53.38 | 30.86 | 97.75 | - |
| YUV | 149.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 255 | 0.11 | 0.65 | 0 | 0 | 289.82 | 1 | 0.68 |
| Hex | E3 | 5A | FF | B | 41 | 0 | 0 | 122 | 64 | 44 |
| Octal | 343 | 132 | 377 | 13 | 101 | 0 | 0 | 442 | 144 | 104 |
| Binary | 11100011 | 1011010 | 11111111 | 1011 | 1000001 | 0 | 0 | 100100010 | 1100100 | 1000100 |
Color Harmonies of #E35AFF
Complementary color
Monochromatic Colors of #E35AFF
Black with #E35AFF
Text Example
Text Example
White with #E35AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35AFF; }
p { color: rgb(227,90,255); }
H1.HeaderClassName
{
color: #E35AFF;
}
.AnyTagClassName
{
color: #E35AFF;
}
</style>
background-color css
<style>
a { background-color: #E35AFF; }
a { background-color: rgb(227,90,255); }
div.DivClassName
{
background-color: #E35AFF;
}
.BgClassName
{
background-color: #E35AFF;
}
</style>
border-color css
<style>
span { border-color: #E35AFF; }
span { border-color: rgb(227,90,255); }
td.TdClassName
{
border-color: #E35AFF;
}
.TagClassName
{
border-color: #E35AFF;
}
</style>