Shades of Heliotrope #E773FF
Tints of Heliotrope #E773FF
RGB
CMYK
RGB Variations
Color information
#E773FF (or 0xE773FF) is known color: Heliotrope. HEX triplet: E7, 73 and FF. RGB value is (231,115,255). Sum of RGB (Red+Green+Blue) = 231+115+255=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 115 (45.31% from 255 or 19.13% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #E773FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E773FF is #188C00. Grayscale: #A5A5A5. Windows color (decimal): -1608705 or 16741351. OLE color: 16741351.
HSL color Cylindrical-coordinate representation of color #E773FF: hue angle of 289.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E773FF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 115 | 255 | - |
| CMYK | 0.09 | 0.55 | 0 | 0 |
| HSL | 289.71º | 1% | 0.73% | - |
| HSV(B) | 289.71º | 0.55% | 1% | - |
| XYZ | 57.14 | 36.47 | 98.64 | - |
| YUV | 165.64 | 178.43 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 255 | 0.09 | 0.55 | 0 | 0 | 289.71 | 1 | 0.73 |
| Hex | E7 | 73 | FF | 9 | 37 | 0 | 0 | 122 | 64 | 49 |
| Octal | 347 | 163 | 377 | 11 | 67 | 0 | 0 | 442 | 144 | 111 |
| Binary | 11100111 | 1110011 | 11111111 | 1001 | 110111 | 0 | 0 | 100100010 | 1100100 | 1001001 |
Color Harmonies of #E773FF
Complementary color
Monochromatic Colors of #E773FF
Black with #E773FF
Text Example
Text Example
White with #E773FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773FF; }
p { color: rgb(231,115,255); }
H1.HeaderClassName
{
color: #E773FF;
}
.AnyTagClassName
{
color: #E773FF;
}
</style>
background-color css
<style>
a { background-color: #E773FF; }
a { background-color: rgb(231,115,255); }
div.DivClassName
{
background-color: #E773FF;
}
.BgClassName
{
background-color: #E773FF;
}
</style>
border-color css
<style>
span { border-color: #E773FF; }
span { border-color: rgb(231,115,255); }
td.TdClassName
{
border-color: #E773FF;
}
.TagClassName
{
border-color: #E773FF;
}
</style>