Shades of Heliotrope #E68CFF
Tints of Heliotrope #E68CFF
RGB
CMYK
RGB Variations
Color information
#E68CFF (or 0xE68CFF) is known color: Heliotrope. HEX triplet: E6, 8C and FF. RGB value is (230,140,255). Sum of RGB (Red+Green+Blue) = 230+140+255=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 140 (55.08% from 255 or 22.4% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #E68CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CFF is #197300. Grayscale: #B3B3B3. Windows color (decimal): -1667841 or 16747750. OLE color: 16747750.
HSL color Cylindrical-coordinate representation of color #E68CFF: hue angle of 286.96º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E68CFF is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 140 | 255 | - |
| CMYK | 0.10 | 0.45 | 0 | 0 |
| HSL | 286.96º | 1% | 0.77% | - |
| HSV(B) | 286.96º | 0.45% | 1% | - |
| XYZ | 60.06 | 42.8 | 99.7 | - |
| YUV | 180.02 | 170.32 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 255 | 0.10 | 0.45 | 0 | 0 | 286.96 | 1 | 0.77 |
| Hex | E6 | 8C | FF | A | 2D | 0 | 0 | 11F | 64 | 4D |
| Octal | 346 | 214 | 377 | 12 | 55 | 0 | 0 | 437 | 144 | 115 |
| Binary | 11100110 | 10001100 | 11111111 | 1010 | 101101 | 0 | 0 | 100011111 | 1100100 | 1001101 |
Color Harmonies of #E68CFF
Complementary color
Monochromatic Colors of #E68CFF
Black with #E68CFF
Text Example
Text Example
White with #E68CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CFF; }
p { color: rgb(230,140,255); }
H1.HeaderClassName
{
color: #E68CFF;
}
.AnyTagClassName
{
color: #E68CFF;
}
</style>
background-color css
<style>
a { background-color: #E68CFF; }
a { background-color: rgb(230,140,255); }
div.DivClassName
{
background-color: #E68CFF;
}
.BgClassName
{
background-color: #E68CFF;
}
</style>
border-color css
<style>
span { border-color: #E68CFF; }
span { border-color: rgb(230,140,255); }
td.TdClassName
{
border-color: #E68CFF;
}
.TagClassName
{
border-color: #E68CFF;
}
</style>