Shades of Heliotrope #E774FF
Tints of Heliotrope #E774FF
RGB
CMYK
RGB Variations
Color information
#E774FF (or 0xE774FF) is known color: Heliotrope. HEX triplet: E7, 74 and FF. RGB value is (231,116,255). Sum of RGB (Red+Green+Blue) = 231+116+255=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 116 (45.70% from 255 or 19.27% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #E774FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E774FF is #188B00. Grayscale: #A5A5A5. Windows color (decimal): -1608449 or 16741607. OLE color: 16741607.
HSL color Cylindrical-coordinate representation of color #E774FF: hue angle of 289.64º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E774FF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 116 | 255 | - |
| CMYK | 0.09 | 0.55 | 0 | 0 |
| HSL | 289.64º | 1% | 0.73% | - |
| HSV(B) | 289.64º | 0.55% | 1% | - |
| XYZ | 57.25 | 36.7 | 98.67 | - |
| YUV | 166.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 255 | 0.09 | 0.55 | 0 | 0 | 289.64 | 1 | 0.73 |
| Hex | E7 | 74 | FF | 9 | 37 | 0 | 0 | 122 | 64 | 49 |
| Octal | 347 | 164 | 377 | 11 | 67 | 0 | 0 | 442 | 144 | 111 |
| Binary | 11100111 | 1110100 | 11111111 | 1001 | 110111 | 0 | 0 | 100100010 | 1100100 | 1001001 |
Color Harmonies of #E774FF
Complementary color
Monochromatic Colors of #E774FF
Black with #E774FF
Text Example
Text Example
White with #E774FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E774FF; }
p { color: rgb(231,116,255); }
H1.HeaderClassName
{
color: #E774FF;
}
.AnyTagClassName
{
color: #E774FF;
}
</style>
background-color css
<style>
a { background-color: #E774FF; }
a { background-color: rgb(231,116,255); }
div.DivClassName
{
background-color: #E774FF;
}
.BgClassName
{
background-color: #E774FF;
}
</style>
border-color css
<style>
span { border-color: #E774FF; }
span { border-color: rgb(231,116,255); }
td.TdClassName
{
border-color: #E774FF;
}
.TagClassName
{
border-color: #E774FF;
}
</style>