Shades of Heliotrope #E68BFE
Tints of Heliotrope #E68BFE
RGB
CMYK
RGB Variations
Color information
#E68BFE (or 0xE68BFE) is known color: Heliotrope. HEX triplet: E6, 8B and FE. RGB value is (230,139,254). Sum of RGB (Red+Green+Blue) = 230+139+254=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 139 (54.69% from 255 or 22.31% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #E68BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68BFE is #197401. Grayscale: #B2B2B2. Windows color (decimal): -1668098 or 16681958. OLE color: 16681958.
HSL color Cylindrical-coordinate representation of color #E68BFE: hue angle of 287.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E68BFE is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 139 | 254 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.00 |
| HSL | 287.48º | 0.98% | 0.77% | - |
| HSV(B) | 287.48º | 0.45% | 1% | - |
| XYZ | 59.76 | 42.44 | 98.81 | - |
| YUV | 179.32 | 170.15 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 254 | 0.09 | 0.45 | 0 | 0.00 | 287.48 | 0.98 | 0.77 |
| Hex | E6 | 8B | FE | 9 | 2D | 0 | 0 | 11F | 62 | 4D |
| Octal | 346 | 213 | 376 | 11 | 55 | 0 | 0 | 437 | 142 | 115 |
| Binary | 11100110 | 10001011 | 11111110 | 1001 | 101101 | 0 | 0 | 100011111 | 1100010 | 1001101 |
Color Harmonies of #E68BFE
Complementary color
Monochromatic Colors of #E68BFE
Black with #E68BFE
Text Example
Text Example
White with #E68BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BFE; }
p { color: rgb(230,139,254); }
H1.HeaderClassName
{
color: #E68BFE;
}
.AnyTagClassName
{
color: #E68BFE;
}
</style>
background-color css
<style>
a { background-color: #E68BFE; }
a { background-color: rgb(230,139,254); }
div.DivClassName
{
background-color: #E68BFE;
}
.BgClassName
{
background-color: #E68BFE;
}
</style>
border-color css
<style>
span { border-color: #E68BFE; }
span { border-color: rgb(230,139,254); }
td.TdClassName
{
border-color: #E68BFE;
}
.TagClassName
{
border-color: #E68BFE;
}
</style>