Shades of Heliotrope #E671FF
Tints of Heliotrope #E671FF
RGB
CMYK
RGB Variations
Color information
#E671FF (or 0xE671FF) is known color: Heliotrope. HEX triplet: E6, 71 and FF. RGB value is (230,113,255). Sum of RGB (Red+Green+Blue) = 230+113+255=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 113 (44.53% from 255 or 18.90% 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 #E671FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E671FF is #198E00. Grayscale: #A3A3A3. Windows color (decimal): -1674753 or 16740838. OLE color: 16740838.
HSL color Cylindrical-coordinate representation of color #E671FF: hue angle of 289.44º 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 #E671FF is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 113 | 255 | - |
| CMYK | 0.10 | 0.56 | 0 | 0 |
| HSL | 289.44º | 1% | 0.72% | - |
| HSV(B) | 289.44º | 0.56% | 1% | - |
| XYZ | 56.59 | 35.85 | 98.55 | - |
| YUV | 164.17 | 179.26 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 255 | 0.10 | 0.56 | 0 | 0 | 289.44 | 1 | 0.72 |
| Hex | E6 | 71 | FF | A | 38 | 0 | 0 | 121 | 64 | 48 |
| Octal | 346 | 161 | 377 | 12 | 70 | 0 | 0 | 441 | 144 | 110 |
| Binary | 11100110 | 1110001 | 11111111 | 1010 | 111000 | 0 | 0 | 100100001 | 1100100 | 1001000 |
Color Harmonies of #E671FF
Complementary color
Monochromatic Colors of #E671FF
Black with #E671FF
Text Example
Text Example
White with #E671FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671FF; }
p { color: rgb(230,113,255); }
H1.HeaderClassName
{
color: #E671FF;
}
.AnyTagClassName
{
color: #E671FF;
}
</style>
background-color css
<style>
a { background-color: #E671FF; }
a { background-color: rgb(230,113,255); }
div.DivClassName
{
background-color: #E671FF;
}
.BgClassName
{
background-color: #E671FF;
}
</style>
border-color css
<style>
span { border-color: #E671FF; }
span { border-color: rgb(230,113,255); }
td.TdClassName
{
border-color: #E671FF;
}
.TagClassName
{
border-color: #E671FF;
}
</style>