Shades of Heliotrope #E770FE
Tints of Heliotrope #E770FE
RGB
CMYK
RGB Variations
Color information
#E770FE (or 0xE770FE) is known color: Heliotrope. HEX triplet: E7, 70 and FE. RGB value is (231,112,254). Sum of RGB (Red+Green+Blue) = 231+112+254=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 112 (44.14% from 255 or 18.76% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #E770FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E770FE is #188F01. Grayscale: #A3A3A3. Windows color (decimal): -1609474 or 16675047. OLE color: 16675047.
HSL color Cylindrical-coordinate representation of color #E770FE: hue angle of 290.28º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E770FE is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 112 | 254 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.00 |
| HSL | 290.28º | 0.99% | 0.72% | - |
| HSV(B) | 290.28º | 0.56% | 1% | - |
| XYZ | 56.64 | 35.73 | 97.68 | - |
| YUV | 163.77 | 178.92 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 254 | 0.09 | 0.56 | 0 | 0.00 | 290.28 | 0.99 | 0.72 |
| Hex | E7 | 70 | FE | 9 | 38 | 0 | 0 | 122 | 63 | 48 |
| Octal | 347 | 160 | 376 | 11 | 70 | 0 | 0 | 442 | 143 | 110 |
| Binary | 11100111 | 1110000 | 11111110 | 1001 | 111000 | 0 | 0 | 100100010 | 1100011 | 1001000 |
Color Harmonies of #E770FE
Complementary color
Monochromatic Colors of #E770FE
Black with #E770FE
Text Example
Text Example
White with #E770FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770FE; }
p { color: rgb(231,112,254); }
H1.HeaderClassName
{
color: #E770FE;
}
.AnyTagClassName
{
color: #E770FE;
}
</style>
background-color css
<style>
a { background-color: #E770FE; }
a { background-color: rgb(231,112,254); }
div.DivClassName
{
background-color: #E770FE;
}
.BgClassName
{
background-color: #E770FE;
}
</style>
border-color css
<style>
span { border-color: #E770FE; }
span { border-color: rgb(231,112,254); }
td.TdClassName
{
border-color: #E770FE;
}
.TagClassName
{
border-color: #E770FE;
}
</style>