Shades of Heliotrope #E249FF
Tints of Heliotrope #E249FF
RGB
CMYK
RGB Variations
Color information
#E249FF (or 0xE249FF) is known color: Heliotrope. HEX triplet: E2, 49 and FF. RGB value is (226,73,255). Sum of RGB (Red+Green+Blue) = 226+73+255=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 73 (28.91% from 255 or 13.18% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #E249FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E249FF is #1DB600. Grayscale: #8A8A8A. Windows color (decimal): -1947137 or 16730594. OLE color: 16730594.
HSL color Cylindrical-coordinate representation of color #E249FF: hue angle of 290.44º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E249FF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 73 | 255 | - |
| CMYK | 0.11 | 0.71 | 0 | 0 |
| HSL | 290.44º | 1% | 0.64% | - |
| HSV(B) | 290.44º | 0.71% | 1% | - |
| XYZ | 51.8 | 28.15 | 97.31 | - |
| YUV | 139.5 | 193.19 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 255 | 0.11 | 0.71 | 0 | 0 | 290.44 | 1 | 0.64 |
| Hex | E2 | 49 | FF | B | 47 | 0 | 0 | 122 | 64 | 40 |
| Octal | 342 | 111 | 377 | 13 | 107 | 0 | 0 | 442 | 144 | 100 |
| Binary | 11100010 | 1001001 | 11111111 | 1011 | 1000111 | 0 | 0 | 100100010 | 1100100 | 1000000 |
Color Harmonies of #E249FF
Complementary color
Monochromatic Colors of #E249FF
Black with #E249FF
Text Example
Text Example
White with #E249FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249FF; }
p { color: rgb(226,73,255); }
H1.HeaderClassName
{
color: #E249FF;
}
.AnyTagClassName
{
color: #E249FF;
}
</style>
background-color css
<style>
a { background-color: #E249FF; }
a { background-color: rgb(226,73,255); }
div.DivClassName
{
background-color: #E249FF;
}
.BgClassName
{
background-color: #E249FF;
}
</style>
border-color css
<style>
span { border-color: #E249FF; }
span { border-color: rgb(226,73,255); }
td.TdClassName
{
border-color: #E249FF;
}
.TagClassName
{
border-color: #E249FF;
}
</style>