Shades of Heliotrope #E768F0
Tints of Heliotrope #E768F0
RGB
CMYK
RGB Variations
Color information
#E768F0 (or 0xE768F0) is known color: Heliotrope. HEX triplet: E7, 68 and F0. RGB value is (231,104,240). Sum of RGB (Red+Green+Blue) = 231+104+240=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 104 (41.02% from 255 or 18.09% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #E768F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E768F0 is #18970F. Grayscale: #9D9D9D. Windows color (decimal): -1611536 or 15755495. OLE color: 15755495.
HSL color Cylindrical-coordinate representation of color #E768F0: hue angle of 296.03º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E768F0 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 104 | 240 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.06 |
| HSL | 296.03º | 0.82% | 0.67% | - |
| HSV(B) | 296.03º | 0.57% | 0.94% | - |
| XYZ | 53.63 | 33.18 | 86.02 | - |
| YUV | 157.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 240 | 0.04 | 0.57 | 0 | 0.06 | 296.03 | 0.82 | 0.67 |
| Hex | E7 | 68 | F0 | 4 | 39 | 0 | 6 | 128 | 52 | 43 |
| Octal | 347 | 150 | 360 | 4 | 71 | 0 | 6 | 450 | 122 | 103 |
| Binary | 11100111 | 1101000 | 11110000 | 100 | 111001 | 0 | 110 | 100101000 | 1010010 | 1000011 |
Color Harmonies of #E768F0
Complementary color
Monochromatic Colors of #E768F0
Black with #E768F0
Text Example
Text Example
White with #E768F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768F0; }
p { color: rgb(231,104,240); }
H1.HeaderClassName
{
color: #E768F0;
}
.AnyTagClassName
{
color: #E768F0;
}
</style>
background-color css
<style>
a { background-color: #E768F0; }
a { background-color: rgb(231,104,240); }
div.DivClassName
{
background-color: #E768F0;
}
.BgClassName
{
background-color: #E768F0;
}
</style>
border-color css
<style>
span { border-color: #E768F0; }
span { border-color: rgb(231,104,240); }
td.TdClassName
{
border-color: #E768F0;
}
.TagClassName
{
border-color: #E768F0;
}
</style>