Shades of Heliotrope #E768FE
Tints of Heliotrope #E768FE
RGB
CMYK
RGB Variations
Color information
#E768FE (or 0xE768FE) is known color: Heliotrope. HEX triplet: E7, 68 and FE. RGB value is (231,104,254). Sum of RGB (Red+Green+Blue) = 231+104+254=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 104 (41.02% from 255 or 17.66% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #E768FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E768FE is #189701. Grayscale: #9E9E9E. Windows color (decimal): -1611522 or 16672999. OLE color: 16672999.
HSL color Cylindrical-coordinate representation of color #E768FE: hue angle of 290.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E768FE is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 104 | 254 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.00 |
| HSL | 290.8º | 0.99% | 0.7% | - |
| HSV(B) | 290.8º | 0.59% | 1% | - |
| XYZ | 55.79 | 34.05 | 97.4 | - |
| YUV | 159.07 | 181.58 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 254 | 0.09 | 0.59 | 0 | 0.00 | 290.8 | 0.99 | 0.7 |
| Hex | E7 | 68 | FE | 9 | 3B | 0 | 0 | 123 | 63 | 46 |
| Octal | 347 | 150 | 376 | 11 | 73 | 0 | 0 | 443 | 143 | 106 |
| Binary | 11100111 | 1101000 | 11111110 | 1001 | 111011 | 0 | 0 | 100100011 | 1100011 | 1000110 |
Color Harmonies of #E768FE
Complementary color
Monochromatic Colors of #E768FE
Black with #E768FE
Text Example
Text Example
White with #E768FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768FE; }
p { color: rgb(231,104,254); }
H1.HeaderClassName
{
color: #E768FE;
}
.AnyTagClassName
{
color: #E768FE;
}
</style>
background-color css
<style>
a { background-color: #E768FE; }
a { background-color: rgb(231,104,254); }
div.DivClassName
{
background-color: #E768FE;
}
.BgClassName
{
background-color: #E768FE;
}
</style>
border-color css
<style>
span { border-color: #E768FE; }
span { border-color: rgb(231,104,254); }
td.TdClassName
{
border-color: #E768FE;
}
.TagClassName
{
border-color: #E768FE;
}
</style>