Shades of Heliotrope #E27DFE
Tints of Heliotrope #E27DFE
RGB
CMYK
RGB Variations
Color information
#E27DFE (or 0xE27DFE) is known color: Heliotrope. HEX triplet: E2, 7D and FE. RGB value is (226,125,254). Sum of RGB (Red+Green+Blue) = 226+125+254=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 125 (49.22% from 255 or 20.66% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #E27DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27DFE is #1D8201. Grayscale: #A9A9A9. Windows color (decimal): -1933826 or 16678370. OLE color: 16678370.
HSL color Cylindrical-coordinate representation of color #E27DFE: hue angle of 286.98º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E27DFE is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 125 | 254 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.00 |
| HSL | 286.98º | 0.98% | 0.74% | - |
| HSV(B) | 286.98º | 0.51% | 1% | - |
| XYZ | 56.59 | 37.99 | 98.12 | - |
| YUV | 169.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 254 | 0.11 | 0.51 | 0 | 0.00 | 286.98 | 0.98 | 0.74 |
| Hex | E2 | 7D | FE | B | 33 | 0 | 0 | 11F | 62 | 4A |
| Octal | 342 | 175 | 376 | 13 | 63 | 0 | 0 | 437 | 142 | 112 |
| Binary | 11100010 | 1111101 | 11111110 | 1011 | 110011 | 0 | 0 | 100011111 | 1100010 | 1001010 |
Color Harmonies of #E27DFE
Complementary color
Monochromatic Colors of #E27DFE
Black with #E27DFE
Text Example
Text Example
White with #E27DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DFE; }
p { color: rgb(226,125,254); }
H1.HeaderClassName
{
color: #E27DFE;
}
.AnyTagClassName
{
color: #E27DFE;
}
</style>
background-color css
<style>
a { background-color: #E27DFE; }
a { background-color: rgb(226,125,254); }
div.DivClassName
{
background-color: #E27DFE;
}
.BgClassName
{
background-color: #E27DFE;
}
</style>
border-color css
<style>
span { border-color: #E27DFE; }
span { border-color: rgb(226,125,254); }
td.TdClassName
{
border-color: #E27DFE;
}
.TagClassName
{
border-color: #E27DFE;
}
</style>