Shades of Heliotrope #E773F7
Tints of Heliotrope #E773F7
RGB
CMYK
RGB Variations
Color information
#E773F7 (or 0xE773F7) is known color: Heliotrope. HEX triplet: E7, 73 and F7. RGB value is (231,115,247). Sum of RGB (Red+Green+Blue) = 231+115+247=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 115 (45.31% from 255 or 19.39% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #E773F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E773F7 is #188C08. Grayscale: #A4A4A4. Windows color (decimal): -1608713 or 16217063. OLE color: 16217063.
HSL color Cylindrical-coordinate representation of color #E773F7: hue angle of 292.73º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E773F7 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 115 | 247 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.03 |
| HSL | 292.73º | 0.89% | 0.71% | - |
| HSV(B) | 292.73º | 0.53% | 0.97% | - |
| XYZ | 55.87 | 35.97 | 91.99 | - |
| YUV | 164.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 247 | 0.06 | 0.53 | 0 | 0.03 | 292.73 | 0.89 | 0.71 |
| Hex | E7 | 73 | F7 | 6 | 35 | 0 | 3 | 125 | 59 | 47 |
| Octal | 347 | 163 | 367 | 6 | 65 | 0 | 3 | 445 | 131 | 107 |
| Binary | 11100111 | 1110011 | 11110111 | 110 | 110101 | 0 | 11 | 100100101 | 1011001 | 1000111 |
Color Harmonies of #E773F7
Complementary color
Monochromatic Colors of #E773F7
Black with #E773F7
Text Example
Text Example
White with #E773F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773F7; }
p { color: rgb(231,115,247); }
H1.HeaderClassName
{
color: #E773F7;
}
.AnyTagClassName
{
color: #E773F7;
}
</style>
background-color css
<style>
a { background-color: #E773F7; }
a { background-color: rgb(231,115,247); }
div.DivClassName
{
background-color: #E773F7;
}
.BgClassName
{
background-color: #E773F7;
}
</style>
border-color css
<style>
span { border-color: #E773F7; }
span { border-color: rgb(231,115,247); }
td.TdClassName
{
border-color: #E773F7;
}
.TagClassName
{
border-color: #E773F7;
}
</style>