Shades of Heliotrope #E24BFA
Tints of Heliotrope #E24BFA
RGB
CMYK
RGB Variations
Color information
#E24BFA (or 0xE24BFA) is known color: Heliotrope. HEX triplet: E2, 4B and FA. RGB value is (226,75,250). Sum of RGB (Red+Green+Blue) = 226+75+250=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 75 (29.69% from 255 or 13.61% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #E24BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E24BFA is #1DB405. Grayscale: #8B8B8B. Windows color (decimal): -1946630 or 16403426. OLE color: 16403426.
HSL color Cylindrical-coordinate representation of color #E24BFA: hue angle of 291.77º 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 #E24BFA is Cyan = 0.10, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 75 | 250 | - |
| CMYK | 0.10 | 0.7 | 0 | 0.02 |
| HSL | 291.77º | 0.95% | 0.64% | - |
| HSV(B) | 291.77º | 0.7% | 0.98% | - |
| XYZ | 51.14 | 28.1 | 93.17 | - |
| YUV | 140.1 | 190.03 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 250 | 0.10 | 0.7 | 0 | 0.02 | 291.77 | 0.95 | 0.64 |
| Hex | E2 | 4B | FA | A | 46 | 0 | 2 | 124 | 5F | 40 |
| Octal | 342 | 113 | 372 | 12 | 106 | 0 | 2 | 444 | 137 | 100 |
| Binary | 11100010 | 1001011 | 11111010 | 1010 | 1000110 | 0 | 10 | 100100100 | 1011111 | 1000000 |
Color Harmonies of #E24BFA
Complementary color
Monochromatic Colors of #E24BFA
Black with #E24BFA
Text Example
Text Example
White with #E24BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24BFA; }
p { color: rgb(226,75,250); }
H1.HeaderClassName
{
color: #E24BFA;
}
.AnyTagClassName
{
color: #E24BFA;
}
</style>
background-color css
<style>
a { background-color: #E24BFA; }
a { background-color: rgb(226,75,250); }
div.DivClassName
{
background-color: #E24BFA;
}
.BgClassName
{
background-color: #E24BFA;
}
</style>
border-color css
<style>
span { border-color: #E24BFA; }
span { border-color: rgb(226,75,250); }
td.TdClassName
{
border-color: #E24BFA;
}
.TagClassName
{
border-color: #E24BFA;
}
</style>