Shades of Heliotrope #E671FE
Tints of Heliotrope #E671FE
RGB
CMYK
RGB Variations
Color information
#E671FE (or 0xE671FE) is known color: Heliotrope. HEX triplet: E6, 71 and FE. RGB value is (230,113,254). Sum of RGB (Red+Green+Blue) = 230+113+254=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 113 (44.53% from 255 or 18.93% 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 #E671FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E671FE is #198E01. Grayscale: #A3A3A3. Windows color (decimal): -1674754 or 16675302. OLE color: 16675302.
HSL color Cylindrical-coordinate representation of color #E671FE: hue angle of 289.79º 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 #E671FE is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 113 | 254 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.00 |
| HSL | 289.79º | 0.99% | 0.72% | - |
| HSV(B) | 289.79º | 0.56% | 1% | - |
| XYZ | 56.43 | 35.79 | 97.7 | - |
| YUV | 164.06 | 178.76 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 254 | 0.09 | 0.56 | 0 | 0.00 | 289.79 | 0.99 | 0.72 |
| Hex | E6 | 71 | FE | 9 | 38 | 0 | 0 | 122 | 63 | 48 |
| Octal | 346 | 161 | 376 | 11 | 70 | 0 | 0 | 442 | 143 | 110 |
| Binary | 11100110 | 1110001 | 11111110 | 1001 | 111000 | 0 | 0 | 100100010 | 1100011 | 1001000 |
Color Harmonies of #E671FE
Complementary color
Monochromatic Colors of #E671FE
Black with #E671FE
Text Example
Text Example
White with #E671FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671FE; }
p { color: rgb(230,113,254); }
H1.HeaderClassName
{
color: #E671FE;
}
.AnyTagClassName
{
color: #E671FE;
}
</style>
background-color css
<style>
a { background-color: #E671FE; }
a { background-color: rgb(230,113,254); }
div.DivClassName
{
background-color: #E671FE;
}
.BgClassName
{
background-color: #E671FE;
}
</style>
border-color css
<style>
span { border-color: #E671FE; }
span { border-color: rgb(230,113,254); }
td.TdClassName
{
border-color: #E671FE;
}
.TagClassName
{
border-color: #E671FE;
}
</style>