Shades of Heliotrope #E768EF
Tints of Heliotrope #E768EF
RGB
CMYK
RGB Variations
Color information
#E768EF (or 0xE768EF) is known color: Heliotrope. HEX triplet: E7, 68 and EF. RGB value is (231,104,239). Sum of RGB (Red+Green+Blue) = 231+104+239=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 104 (41.02% from 255 or 18.12% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #E768EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E768EF is #189710. Grayscale: #9C9C9C. Windows color (decimal): -1611537 or 15689959. OLE color: 15689959.
HSL color Cylindrical-coordinate representation of color #E768EF: hue angle of 296.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E768EF is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 104 | 239 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.06 |
| HSL | 296.44º | 0.81% | 0.67% | - |
| HSV(B) | 296.44º | 0.56% | 0.94% | - |
| XYZ | 53.49 | 33.12 | 85.24 | - |
| YUV | 157.36 | 174.08 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 239 | 0.03 | 0.56 | 0 | 0.06 | 296.44 | 0.81 | 0.67 |
| Hex | E7 | 68 | EF | 3 | 38 | 0 | 6 | 128 | 51 | 43 |
| Octal | 347 | 150 | 357 | 3 | 70 | 0 | 6 | 450 | 121 | 103 |
| Binary | 11100111 | 1101000 | 11101111 | 11 | 111000 | 0 | 110 | 100101000 | 1010001 | 1000011 |
Color Harmonies of #E768EF
Complementary color
Monochromatic Colors of #E768EF
Black with #E768EF
Text Example
Text Example
White with #E768EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768EF; }
p { color: rgb(231,104,239); }
H1.HeaderClassName
{
color: #E768EF;
}
.AnyTagClassName
{
color: #E768EF;
}
</style>
background-color css
<style>
a { background-color: #E768EF; }
a { background-color: rgb(231,104,239); }
div.DivClassName
{
background-color: #E768EF;
}
.BgClassName
{
background-color: #E768EF;
}
</style>
border-color css
<style>
span { border-color: #E768EF; }
span { border-color: rgb(231,104,239); }
td.TdClassName
{
border-color: #E768EF;
}
.TagClassName
{
border-color: #E768EF;
}
</style>