Shades of Heliotrope #E68EFF
Tints of Heliotrope #E68EFF
RGB
CMYK
RGB Variations
Color information
#E68EFF (or 0xE68EFF) is known color: Heliotrope. HEX triplet: E6, 8E and FF. RGB value is (230,142,255). Sum of RGB (Red+Green+Blue) = 230+142+255=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 142 (55.86% from 255 or 22.65% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #E68EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68EFF is #197100. Grayscale: #B4B4B4. Windows color (decimal): -1667329 or 16748262. OLE color: 16748262.
HSL color Cylindrical-coordinate representation of color #E68EFF: hue angle of 286.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68EFF is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 142 | 255 | - |
| CMYK | 0.10 | 0.44 | 0 | 0 |
| HSL | 286.73º | 1% | 0.78% | - |
| HSV(B) | 286.73º | 0.44% | 1% | - |
| XYZ | 60.36 | 43.39 | 99.8 | - |
| YUV | 181.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 255 | 0.10 | 0.44 | 0 | 0 | 286.73 | 1 | 0.78 |
| Hex | E6 | 8E | FF | A | 2C | 0 | 0 | 11F | 64 | 4E |
| Octal | 346 | 216 | 377 | 12 | 54 | 0 | 0 | 437 | 144 | 116 |
| Binary | 11100110 | 10001110 | 11111111 | 1010 | 101100 | 0 | 0 | 100011111 | 1100100 | 1001110 |
Color Harmonies of #E68EFF
Complementary color
Monochromatic Colors of #E68EFF
Black with #E68EFF
Text Example
Text Example
White with #E68EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68EFF; }
p { color: rgb(230,142,255); }
H1.HeaderClassName
{
color: #E68EFF;
}
.AnyTagClassName
{
color: #E68EFF;
}
</style>
background-color css
<style>
a { background-color: #E68EFF; }
a { background-color: rgb(230,142,255); }
div.DivClassName
{
background-color: #E68EFF;
}
.BgClassName
{
background-color: #E68EFF;
}
</style>
border-color css
<style>
span { border-color: #E68EFF; }
span { border-color: rgb(230,142,255); }
td.TdClassName
{
border-color: #E68EFF;
}
.TagClassName
{
border-color: #E68EFF;
}
</style>