Shades of Heliotrope #E775FF
Tints of Heliotrope #E775FF
RGB
CMYK
RGB Variations
Color information
#E775FF (or 0xE775FF) is known color: Heliotrope. HEX triplet: E7, 75 and FF. RGB value is (231,117,255). Sum of RGB (Red+Green+Blue) = 231+117+255=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 117 (46.09% from 255 or 19.40% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #E775FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E775FF is #188A00. Grayscale: #A6A6A6. Windows color (decimal): -1608193 or 16741863. OLE color: 16741863.
HSL color Cylindrical-coordinate representation of color #E775FF: hue angle of 289.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E775FF is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 117 | 255 | - |
| CMYK | 0.09 | 0.54 | 0 | 0 |
| HSL | 289.57º | 1% | 0.73% | - |
| HSV(B) | 289.57º | 0.54% | 1% | - |
| XYZ | 57.37 | 36.93 | 98.71 | - |
| YUV | 166.82 | 177.77 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 255 | 0.09 | 0.54 | 0 | 0 | 289.57 | 1 | 0.73 |
| Hex | E7 | 75 | FF | 9 | 36 | 0 | 0 | 122 | 64 | 49 |
| Octal | 347 | 165 | 377 | 11 | 66 | 0 | 0 | 442 | 144 | 111 |
| Binary | 11100111 | 1110101 | 11111111 | 1001 | 110110 | 0 | 0 | 100100010 | 1100100 | 1001001 |
Color Harmonies of #E775FF
Complementary color
Monochromatic Colors of #E775FF
Black with #E775FF
Text Example
Text Example
White with #E775FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E775FF; }
p { color: rgb(231,117,255); }
H1.HeaderClassName
{
color: #E775FF;
}
.AnyTagClassName
{
color: #E775FF;
}
</style>
background-color css
<style>
a { background-color: #E775FF; }
a { background-color: rgb(231,117,255); }
div.DivClassName
{
background-color: #E775FF;
}
.BgClassName
{
background-color: #E775FF;
}
</style>
border-color css
<style>
span { border-color: #E775FF; }
span { border-color: rgb(231,117,255); }
td.TdClassName
{
border-color: #E775FF;
}
.TagClassName
{
border-color: #E775FF;
}
</style>