Shades of Heliotrope #E24FFC
Tints of Heliotrope #E24FFC
RGB
CMYK
RGB Variations
Color information
#E24FFC (or 0xE24FFC) is known color: Heliotrope. HEX triplet: E2, 4F and FC. RGB value is (226,79,252). Sum of RGB (Red+Green+Blue) = 226+79+252=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 79 (31.25% from 255 or 14.18% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #E24FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E24FFC is #1DB003. Grayscale: #8E8E8E. Windows color (decimal): -1945604 or 16535522. OLE color: 16535522.
HSL color Cylindrical-coordinate representation of color #E24FFC: hue angle of 290.98º 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 #E24FFC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 79 | 252 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.01 |
| HSL | 290.98º | 0.97% | 0.65% | - |
| HSV(B) | 290.98º | 0.69% | 0.99% | - |
| XYZ | 51.73 | 28.79 | 94.93 | - |
| YUV | 142.68 | 189.7 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 252 | 0.10 | 0.69 | 0 | 0.01 | 290.98 | 0.97 | 0.65 |
| Hex | E2 | 4F | FC | A | 45 | 0 | 1 | 123 | 61 | 41 |
| Octal | 342 | 117 | 374 | 12 | 105 | 0 | 1 | 443 | 141 | 101 |
| Binary | 11100010 | 1001111 | 11111100 | 1010 | 1000101 | 0 | 1 | 100100011 | 1100001 | 1000001 |
Color Harmonies of #E24FFC
Complementary color
Monochromatic Colors of #E24FFC
Black with #E24FFC
Text Example
Text Example
White with #E24FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24FFC; }
p { color: rgb(226,79,252); }
H1.HeaderClassName
{
color: #E24FFC;
}
.AnyTagClassName
{
color: #E24FFC;
}
</style>
background-color css
<style>
a { background-color: #E24FFC; }
a { background-color: rgb(226,79,252); }
div.DivClassName
{
background-color: #E24FFC;
}
.BgClassName
{
background-color: #E24FFC;
}
</style>
border-color css
<style>
span { border-color: #E24FFC; }
span { border-color: rgb(226,79,252); }
td.TdClassName
{
border-color: #E24FFC;
}
.TagClassName
{
border-color: #E24FFC;
}
</style>