Shades of Heliotrope #E271FC
Tints of Heliotrope #E271FC
RGB
CMYK
RGB Variations
Color information
#E271FC (or 0xE271FC) is known color: Heliotrope. HEX triplet: E2, 71 and FC. RGB value is (226,113,252). Sum of RGB (Red+Green+Blue) = 226+113+252=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 113 (44.53% from 255 or 19.12% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #E271FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E271FC is #1D8E03. Grayscale: #A2A2A2. Windows color (decimal): -1936900 or 16544226. OLE color: 16544226.
HSL color Cylindrical-coordinate representation of color #E271FC: hue angle of 288.78º 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 #E271FC is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 113 | 252 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.01 |
| HSL | 288.78º | 0.96% | 0.72% | - |
| HSV(B) | 288.78º | 0.55% | 0.99% | - |
| XYZ | 54.84 | 35.01 | 95.96 | - |
| YUV | 162.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 252 | 0.10 | 0.55 | 0 | 0.01 | 288.78 | 0.96 | 0.72 |
| Hex | E2 | 71 | FC | A | 37 | 0 | 1 | 121 | 60 | 48 |
| Octal | 342 | 161 | 374 | 12 | 67 | 0 | 1 | 441 | 140 | 110 |
| Binary | 11100010 | 1110001 | 11111100 | 1010 | 110111 | 0 | 1 | 100100001 | 1100000 | 1001000 |
Color Harmonies of #E271FC
Complementary color
Monochromatic Colors of #E271FC
Black with #E271FC
Text Example
Text Example
White with #E271FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E271FC; }
p { color: rgb(226,113,252); }
H1.HeaderClassName
{
color: #E271FC;
}
.AnyTagClassName
{
color: #E271FC;
}
</style>
background-color css
<style>
a { background-color: #E271FC; }
a { background-color: rgb(226,113,252); }
div.DivClassName
{
background-color: #E271FC;
}
.BgClassName
{
background-color: #E271FC;
}
</style>
border-color css
<style>
span { border-color: #E271FC; }
span { border-color: rgb(226,113,252); }
td.TdClassName
{
border-color: #E271FC;
}
.TagClassName
{
border-color: #E271FC;
}
</style>