Shades of Heliotrope #E68DFE
Tints of Heliotrope #E68DFE
RGB
CMYK
RGB Variations
Color information
#E68DFE (or 0xE68DFE) is known color: Heliotrope. HEX triplet: E6, 8D and FE. RGB value is (230,141,254). Sum of RGB (Red+Green+Blue) = 230+141+254=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 141 (55.47% from 255 or 22.56% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #E68DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68DFE is #197201. Grayscale: #B4B4B4. Windows color (decimal): -1667586 or 16682470. OLE color: 16682470.
HSL color Cylindrical-coordinate representation of color #E68DFE: hue angle of 287.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68DFE is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 141 | 254 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.00 |
| HSL | 287.26º | 0.98% | 0.77% | - |
| HSV(B) | 287.26º | 0.44% | 1% | - |
| XYZ | 60.05 | 43.03 | 98.91 | - |
| YUV | 180.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 254 | 0.09 | 0.44 | 0 | 0.00 | 287.26 | 0.98 | 0.77 |
| Hex | E6 | 8D | FE | 9 | 2C | 0 | 0 | 11F | 62 | 4D |
| Octal | 346 | 215 | 376 | 11 | 54 | 0 | 0 | 437 | 142 | 115 |
| Binary | 11100110 | 10001101 | 11111110 | 1001 | 101100 | 0 | 0 | 100011111 | 1100010 | 1001101 |
Color Harmonies of #E68DFE
Complementary color
Monochromatic Colors of #E68DFE
Black with #E68DFE
Text Example
Text Example
White with #E68DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DFE; }
p { color: rgb(230,141,254); }
H1.HeaderClassName
{
color: #E68DFE;
}
.AnyTagClassName
{
color: #E68DFE;
}
</style>
background-color css
<style>
a { background-color: #E68DFE; }
a { background-color: rgb(230,141,254); }
div.DivClassName
{
background-color: #E68DFE;
}
.BgClassName
{
background-color: #E68DFE;
}
</style>
border-color css
<style>
span { border-color: #E68DFE; }
span { border-color: rgb(230,141,254); }
td.TdClassName
{
border-color: #E68DFE;
}
.TagClassName
{
border-color: #E68DFE;
}
</style>