Shades of Heliotrope #E773FC
Tints of Heliotrope #E773FC
RGB
CMYK
RGB Variations
Color information
#E773FC (or 0xE773FC) is known color: Heliotrope. HEX triplet: E7, 73 and FC. RGB value is (231,115,252). Sum of RGB (Red+Green+Blue) = 231+115+252=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 115 (45.31% from 255 or 19.23% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #E773FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E773FC is #188C03. Grayscale: #A4A4A4. Windows color (decimal): -1608708 or 16544743. OLE color: 16544743.
HSL color Cylindrical-coordinate representation of color #E773FC: hue angle of 290.8º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E773FC is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 115 | 252 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.01 |
| HSL | 290.8º | 0.96% | 0.72% | - |
| HSV(B) | 290.8º | 0.54% | 0.99% | - |
| XYZ | 56.66 | 36.28 | 96.11 | - |
| YUV | 165.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 252 | 0.08 | 0.54 | 0 | 0.01 | 290.8 | 0.96 | 0.72 |
| Hex | E7 | 73 | FC | 8 | 36 | 0 | 1 | 123 | 60 | 48 |
| Octal | 347 | 163 | 374 | 10 | 66 | 0 | 1 | 443 | 140 | 110 |
| Binary | 11100111 | 1110011 | 11111100 | 1000 | 110110 | 0 | 1 | 100100011 | 1100000 | 1001000 |
Color Harmonies of #E773FC
Complementary color
Monochromatic Colors of #E773FC
Black with #E773FC
Text Example
Text Example
White with #E773FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773FC; }
p { color: rgb(231,115,252); }
H1.HeaderClassName
{
color: #E773FC;
}
.AnyTagClassName
{
color: #E773FC;
}
</style>
background-color css
<style>
a { background-color: #E773FC; }
a { background-color: rgb(231,115,252); }
div.DivClassName
{
background-color: #E773FC;
}
.BgClassName
{
background-color: #E773FC;
}
</style>
border-color css
<style>
span { border-color: #E773FC; }
span { border-color: rgb(231,115,252); }
td.TdClassName
{
border-color: #E773FC;
}
.TagClassName
{
border-color: #E773FC;
}
</style>