Shades of Heliotrope #E24AFA
Tints of Heliotrope #E24AFA
RGB
CMYK
RGB Variations
Color information
#E24AFA (or 0xE24AFA) is known color: Heliotrope. HEX triplet: E2, 4A and FA. RGB value is (226,74,250). Sum of RGB (Red+Green+Blue) = 226+74+250=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 74 (29.30% from 255 or 13.45% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #E24AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E24AFA is #1DB505. Grayscale: #8A8A8A. Windows color (decimal): -1946886 or 16403170. OLE color: 16403170.
HSL color Cylindrical-coordinate representation of color #E24AFA: hue angle of 291.82º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E24AFA is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 74 | 250 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.02 |
| HSL | 291.82º | 0.95% | 0.64% | - |
| HSV(B) | 291.82º | 0.7% | 0.98% | - |
| XYZ | 51.07 | 27.97 | 93.15 | - |
| YUV | 139.51 | 190.36 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 250 | 0.10 | 0.70 | 0 | 0.02 | 291.82 | 0.95 | 0.64 |
| Hex | E2 | 4A | FA | A | 46 | 0 | 2 | 124 | 5F | 40 |
| Octal | 342 | 112 | 372 | 12 | 106 | 0 | 2 | 444 | 137 | 100 |
| Binary | 11100010 | 1001010 | 11111010 | 1010 | 1000110 | 0 | 10 | 100100100 | 1011111 | 1000000 |
Color Harmonies of #E24AFA
Complementary color
Monochromatic Colors of #E24AFA
Black with #E24AFA
Text Example
Text Example
White with #E24AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24AFA; }
p { color: rgb(226,74,250); }
H1.HeaderClassName
{
color: #E24AFA;
}
.AnyTagClassName
{
color: #E24AFA;
}
</style>
background-color css
<style>
a { background-color: #E24AFA; }
a { background-color: rgb(226,74,250); }
div.DivClassName
{
background-color: #E24AFA;
}
.BgClassName
{
background-color: #E24AFA;
}
</style>
border-color css
<style>
span { border-color: #E24AFA; }
span { border-color: rgb(226,74,250); }
td.TdClassName
{
border-color: #E24AFA;
}
.TagClassName
{
border-color: #E24AFA;
}
</style>