Shades of Heliotrope #E770FA
Tints of Heliotrope #E770FA
RGB
CMYK
RGB Variations
Color information
#E770FA (or 0xE770FA) is known color: Heliotrope. HEX triplet: E7, 70 and FA. RGB value is (231,112,250). Sum of RGB (Red+Green+Blue) = 231+112+250=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 112 (44.14% from 255 or 18.89% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #E770FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E770FA is #188F05. Grayscale: #A2A2A2. Windows color (decimal): -1609478 or 16412903. OLE color: 16412903.
HSL color Cylindrical-coordinate representation of color #E770FA: hue angle of 291.74º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E770FA is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 112 | 250 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.02 |
| HSL | 291.74º | 0.93% | 0.71% | - |
| HSV(B) | 291.74º | 0.55% | 0.98% | - |
| XYZ | 56 | 35.48 | 94.34 | - |
| YUV | 163.31 | 176.92 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 250 | 0.08 | 0.55 | 0 | 0.02 | 291.74 | 0.93 | 0.71 |
| Hex | E7 | 70 | FA | 8 | 37 | 0 | 2 | 124 | 5D | 47 |
| Octal | 347 | 160 | 372 | 10 | 67 | 0 | 2 | 444 | 135 | 107 |
| Binary | 11100111 | 1110000 | 11111010 | 1000 | 110111 | 0 | 10 | 100100100 | 1011101 | 1000111 |
Color Harmonies of #E770FA
Complementary color
Monochromatic Colors of #E770FA
Black with #E770FA
Text Example
Text Example
White with #E770FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770FA; }
p { color: rgb(231,112,250); }
H1.HeaderClassName
{
color: #E770FA;
}
.AnyTagClassName
{
color: #E770FA;
}
</style>
background-color css
<style>
a { background-color: #E770FA; }
a { background-color: rgb(231,112,250); }
div.DivClassName
{
background-color: #E770FA;
}
.BgClassName
{
background-color: #E770FA;
}
</style>
border-color css
<style>
span { border-color: #E770FA; }
span { border-color: rgb(231,112,250); }
td.TdClassName
{
border-color: #E770FA;
}
.TagClassName
{
border-color: #E770FA;
}
</style>