Shades of Heliotrope #E24AFC
Tints of Heliotrope #E24AFC
RGB
CMYK
RGB Variations
Color information
#E24AFC (or 0xE24AFC) is known color: Heliotrope. HEX triplet: E2, 4A and FC. RGB value is (226,74,252). Sum of RGB (Red+Green+Blue) = 226+74+252=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 74 (29.30% from 255 or 13.41% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #E24AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E24AFC is #1DB503. Grayscale: #8B8B8B. Windows color (decimal): -1946884 or 16534242. OLE color: 16534242.
HSL color Cylindrical-coordinate representation of color #E24AFC: hue angle of 291.24º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E24AFC is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 74 | 252 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.01 |
| HSL | 291.24º | 0.97% | 0.64% | - |
| HSV(B) | 291.24º | 0.71% | 0.99% | - |
| XYZ | 51.38 | 28.09 | 94.81 | - |
| YUV | 139.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 252 | 0.10 | 0.71 | 0 | 0.01 | 291.24 | 0.97 | 0.64 |
| Hex | E2 | 4A | FC | A | 47 | 0 | 1 | 123 | 61 | 40 |
| Octal | 342 | 112 | 374 | 12 | 107 | 0 | 1 | 443 | 141 | 100 |
| Binary | 11100010 | 1001010 | 11111100 | 1010 | 1000111 | 0 | 1 | 100100011 | 1100001 | 1000000 |
Color Harmonies of #E24AFC
Complementary color
Monochromatic Colors of #E24AFC
Black with #E24AFC
Text Example
Text Example
White with #E24AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24AFC; }
p { color: rgb(226,74,252); }
H1.HeaderClassName
{
color: #E24AFC;
}
.AnyTagClassName
{
color: #E24AFC;
}
</style>
background-color css
<style>
a { background-color: #E24AFC; }
a { background-color: rgb(226,74,252); }
div.DivClassName
{
background-color: #E24AFC;
}
.BgClassName
{
background-color: #E24AFC;
}
</style>
border-color css
<style>
span { border-color: #E24AFC; }
span { border-color: rgb(226,74,252); }
td.TdClassName
{
border-color: #E24AFC;
}
.TagClassName
{
border-color: #E24AFC;
}
</style>