Shades of Heliotrope #E770FF
Tints of Heliotrope #E770FF
RGB
CMYK
RGB Variations
Color information
#E770FF (or 0xE770FF) is known color: Heliotrope. HEX triplet: E7, 70 and FF. RGB value is (231,112,255). Sum of RGB (Red+Green+Blue) = 231+112+255=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 112 (44.14% from 255 or 18.73% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #E770FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E770FF is #188F00. Grayscale: #A3A3A3. Windows color (decimal): -1609473 or 16740583. OLE color: 16740583.
HSL color Cylindrical-coordinate representation of color #E770FF: hue angle of 289.93º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E770FF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 112 | 255 | - |
| CMYK | 0.09 | 0.56 | 0 | 0 |
| HSL | 289.93º | 1% | 0.72% | - |
| HSV(B) | 289.93º | 0.56% | 1% | - |
| XYZ | 56.8 | 35.8 | 98.52 | - |
| YUV | 163.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 255 | 0.09 | 0.56 | 0 | 0 | 289.93 | 1 | 0.72 |
| Hex | E7 | 70 | FF | 9 | 38 | 0 | 0 | 122 | 64 | 48 |
| Octal | 347 | 160 | 377 | 11 | 70 | 0 | 0 | 442 | 144 | 110 |
| Binary | 11100111 | 1110000 | 11111111 | 1001 | 111000 | 0 | 0 | 100100010 | 1100100 | 1001000 |
Color Harmonies of #E770FF
Complementary color
Monochromatic Colors of #E770FF
Black with #E770FF
Text Example
Text Example
White with #E770FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770FF; }
p { color: rgb(231,112,255); }
H1.HeaderClassName
{
color: #E770FF;
}
.AnyTagClassName
{
color: #E770FF;
}
</style>
background-color css
<style>
a { background-color: #E770FF; }
a { background-color: rgb(231,112,255); }
div.DivClassName
{
background-color: #E770FF;
}
.BgClassName
{
background-color: #E770FF;
}
</style>
border-color css
<style>
span { border-color: #E770FF; }
span { border-color: rgb(231,112,255); }
td.TdClassName
{
border-color: #E770FF;
}
.TagClassName
{
border-color: #E770FF;
}
</style>