Shades of Heliotrope #E671FC
Tints of Heliotrope #E671FC
RGB
CMYK
RGB Variations
Color information
#E671FC (or 0xE671FC) is known color: Heliotrope. HEX triplet: E6, 71 and FC. RGB value is (230,113,252). Sum of RGB (Red+Green+Blue) = 230+113+252=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 113 (44.53% from 255 or 18.99% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #E671FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E671FC is #198E03. Grayscale: #A3A3A3. Windows color (decimal): -1674756 or 16544230. OLE color: 16544230.
HSL color Cylindrical-coordinate representation of color #E671FC: hue angle of 290.5º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E671FC is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 113 | 252 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.01 |
| HSL | 290.5º | 0.96% | 0.72% | - |
| HSV(B) | 290.5º | 0.55% | 0.99% | - |
| XYZ | 56.11 | 35.66 | 96.02 | - |
| YUV | 163.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 252 | 0.09 | 0.55 | 0 | 0.01 | 290.5 | 0.96 | 0.72 |
| Hex | E6 | 71 | FC | 9 | 37 | 0 | 1 | 123 | 60 | 48 |
| Octal | 346 | 161 | 374 | 11 | 67 | 0 | 1 | 443 | 140 | 110 |
| Binary | 11100110 | 1110001 | 11111100 | 1001 | 110111 | 0 | 1 | 100100011 | 1100000 | 1001000 |
Color Harmonies of #E671FC
Complementary color
Monochromatic Colors of #E671FC
Black with #E671FC
Text Example
Text Example
White with #E671FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671FC; }
p { color: rgb(230,113,252); }
H1.HeaderClassName
{
color: #E671FC;
}
.AnyTagClassName
{
color: #E671FC;
}
</style>
background-color css
<style>
a { background-color: #E671FC; }
a { background-color: rgb(230,113,252); }
div.DivClassName
{
background-color: #E671FC;
}
.BgClassName
{
background-color: #E671FC;
}
</style>
border-color css
<style>
span { border-color: #E671FC; }
span { border-color: rgb(230,113,252); }
td.TdClassName
{
border-color: #E671FC;
}
.TagClassName
{
border-color: #E671FC;
}
</style>