Shades of Heliotrope #E25EFF
Tints of Heliotrope #E25EFF
RGB
CMYK
RGB Variations
Color information
#E25EFF (or 0xE25EFF) is known color: Heliotrope. HEX triplet: E2, 5E and FF. RGB value is (226,94,255). Sum of RGB (Red+Green+Blue) = 226+94+255=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 94 (37.11% from 255 or 16.35% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #E25EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25EFF is #1DA100. Grayscale: #979797. Windows color (decimal): -1941761 or 16735970. OLE color: 16735970.
HSL color Cylindrical-coordinate representation of color #E25EFF: hue angle of 289.19º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25EFF is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 94 | 255 | - |
| CMYK | 0.11 | 0.63 | 0 | 0 |
| HSL | 289.19º | 1% | 0.68% | - |
| HSV(B) | 289.19º | 0.63% | 1% | - |
| XYZ | 53.42 | 31.39 | 97.85 | - |
| YUV | 151.82 | 186.23 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 255 | 0.11 | 0.63 | 0 | 0 | 289.19 | 1 | 0.68 |
| Hex | E2 | 5E | FF | B | 3F | 0 | 0 | 121 | 64 | 44 |
| Octal | 342 | 136 | 377 | 13 | 77 | 0 | 0 | 441 | 144 | 104 |
| Binary | 11100010 | 1011110 | 11111111 | 1011 | 111111 | 0 | 0 | 100100001 | 1100100 | 1000100 |
Color Harmonies of #E25EFF
Complementary color
Monochromatic Colors of #E25EFF
Black with #E25EFF
Text Example
Text Example
White with #E25EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25EFF; }
p { color: rgb(226,94,255); }
H1.HeaderClassName
{
color: #E25EFF;
}
.AnyTagClassName
{
color: #E25EFF;
}
</style>
background-color css
<style>
a { background-color: #E25EFF; }
a { background-color: rgb(226,94,255); }
div.DivClassName
{
background-color: #E25EFF;
}
.BgClassName
{
background-color: #E25EFF;
}
</style>
border-color css
<style>
span { border-color: #E25EFF; }
span { border-color: rgb(226,94,255); }
td.TdClassName
{
border-color: #E25EFF;
}
.TagClassName
{
border-color: #E25EFF;
}
</style>