Shades of Heliotrope #E24DFC
Tints of Heliotrope #E24DFC
RGB
CMYK
RGB Variations
Color information
#E24DFC (or 0xE24DFC) is known color: Heliotrope. HEX triplet: E2, 4D and FC. RGB value is (226,77,252). Sum of RGB (Red+Green+Blue) = 226+77+252=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 77 (30.47% from 255 or 13.87% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #E24DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E24DFC is #1DB203. Grayscale: #8C8C8C. Windows color (decimal): -1946116 or 16535010. OLE color: 16535010.
HSL color Cylindrical-coordinate representation of color #E24DFC: hue angle of 291.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E24DFC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 77 | 252 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.01 |
| HSL | 291.09º | 0.97% | 0.65% | - |
| HSV(B) | 291.09º | 0.69% | 0.99% | - |
| XYZ | 51.59 | 28.5 | 94.88 | - |
| YUV | 141.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 252 | 0.10 | 0.69 | 0 | 0.01 | 291.09 | 0.97 | 0.65 |
| Hex | E2 | 4D | FC | A | 45 | 0 | 1 | 123 | 61 | 41 |
| Octal | 342 | 115 | 374 | 12 | 105 | 0 | 1 | 443 | 141 | 101 |
| Binary | 11100010 | 1001101 | 11111100 | 1010 | 1000101 | 0 | 1 | 100100011 | 1100001 | 1000001 |
Color Harmonies of #E24DFC
Complementary color
Monochromatic Colors of #E24DFC
Black with #E24DFC
Text Example
Text Example
White with #E24DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24DFC; }
p { color: rgb(226,77,252); }
H1.HeaderClassName
{
color: #E24DFC;
}
.AnyTagClassName
{
color: #E24DFC;
}
</style>
background-color css
<style>
a { background-color: #E24DFC; }
a { background-color: rgb(226,77,252); }
div.DivClassName
{
background-color: #E24DFC;
}
.BgClassName
{
background-color: #E24DFC;
}
</style>
border-color css
<style>
span { border-color: #E24DFC; }
span { border-color: rgb(226,77,252); }
td.TdClassName
{
border-color: #E24DFC;
}
.TagClassName
{
border-color: #E24DFC;
}
</style>