Shades of Heliotrope #E27EFF
Tints of Heliotrope #E27EFF
RGB
CMYK
RGB Variations
Color information
#E27EFF (or 0xE27EFF) is known color: Heliotrope. HEX triplet: E2, 7E and FF. RGB value is (226,126,255). Sum of RGB (Red+Green+Blue) = 226+126+255=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 126 (49.61% from 255 or 20.76% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #E27EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27EFF is #1D8100. Grayscale: #AAAAAA. Windows color (decimal): -1933569 or 16744162. OLE color: 16744162.
HSL color Cylindrical-coordinate representation of color #E27EFF: hue angle of 286.51º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E27EFF is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 126 | 255 | - |
| CMYK | 0.11 | 0.51 | 0 | 0 |
| HSL | 286.51º | 1% | 0.75% | - |
| HSV(B) | 286.51º | 0.51% | 1% | - |
| XYZ | 56.87 | 38.31 | 99 | - |
| YUV | 170.61 | 175.63 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 255 | 0.11 | 0.51 | 0 | 0 | 286.51 | 1 | 0.75 |
| Hex | E2 | 7E | FF | B | 33 | 0 | 0 | 11F | 64 | 4B |
| Octal | 342 | 176 | 377 | 13 | 63 | 0 | 0 | 437 | 144 | 113 |
| Binary | 11100010 | 1111110 | 11111111 | 1011 | 110011 | 0 | 0 | 100011111 | 1100100 | 1001011 |
Color Harmonies of #E27EFF
Complementary color
Monochromatic Colors of #E27EFF
Black with #E27EFF
Text Example
Text Example
White with #E27EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27EFF; }
p { color: rgb(226,126,255); }
H1.HeaderClassName
{
color: #E27EFF;
}
.AnyTagClassName
{
color: #E27EFF;
}
</style>
background-color css
<style>
a { background-color: #E27EFF; }
a { background-color: rgb(226,126,255); }
div.DivClassName
{
background-color: #E27EFF;
}
.BgClassName
{
background-color: #E27EFF;
}
</style>
border-color css
<style>
span { border-color: #E27EFF; }
span { border-color: rgb(226,126,255); }
td.TdClassName
{
border-color: #E27EFF;
}
.TagClassName
{
border-color: #E27EFF;
}
</style>