Shades of Heliotrope #E35AFB
Tints of Heliotrope #E35AFB
RGB
CMYK
RGB Variations
Color information
#E35AFB (or 0xE35AFB) is known color: Heliotrope. HEX triplet: E3, 5A and FB. RGB value is (227,90,251). Sum of RGB (Red+Green+Blue) = 227+90+251=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 90 (35.55% from 255 or 15.85% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #E35AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35AFB is #1CA504. Grayscale: #949494. Windows color (decimal): -1877253 or 16472803. OLE color: 16472803.
HSL color Cylindrical-coordinate representation of color #E35AFB: hue angle of 291.06º degrees, saturation: 0.95, 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 #E35AFB is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 90 | 251 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.02 |
| HSL | 291.06º | 0.95% | 0.67% | - |
| HSV(B) | 291.06º | 0.64% | 0.98% | - |
| XYZ | 52.75 | 30.61 | 94.39 | - |
| YUV | 149.32 | 185.39 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 251 | 0.10 | 0.64 | 0 | 0.02 | 291.06 | 0.95 | 0.67 |
| Hex | E3 | 5A | FB | A | 40 | 0 | 2 | 123 | 5F | 43 |
| Octal | 343 | 132 | 373 | 12 | 100 | 0 | 2 | 443 | 137 | 103 |
| Binary | 11100011 | 1011010 | 11111011 | 1010 | 1000000 | 0 | 10 | 100100011 | 1011111 | 1000011 |
Color Harmonies of #E35AFB
Complementary color
Monochromatic Colors of #E35AFB
Black with #E35AFB
Text Example
Text Example
White with #E35AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35AFB; }
p { color: rgb(227,90,251); }
H1.HeaderClassName
{
color: #E35AFB;
}
.AnyTagClassName
{
color: #E35AFB;
}
</style>
background-color css
<style>
a { background-color: #E35AFB; }
a { background-color: rgb(227,90,251); }
div.DivClassName
{
background-color: #E35AFB;
}
.BgClassName
{
background-color: #E35AFB;
}
</style>
border-color css
<style>
span { border-color: #E35AFB; }
span { border-color: rgb(227,90,251); }
td.TdClassName
{
border-color: #E35AFB;
}
.TagClassName
{
border-color: #E35AFB;
}
</style>