Shades of Heliotrope #E371FE
Tints of Heliotrope #E371FE
RGB
CMYK
RGB Variations
Color information
#E371FE (or 0xE371FE) is known color: Heliotrope. HEX triplet: E3, 71 and FE. RGB value is (227,113,254). Sum of RGB (Red+Green+Blue) = 227+113+254=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 113 (44.53% from 255 or 19.02% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #E371FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E371FE is #1C8E01. Grayscale: #A2A2A2. Windows color (decimal): -1871362 or 16675299. OLE color: 16675299.
HSL color Cylindrical-coordinate representation of color #E371FE: hue angle of 288.51º 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 #E371FE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 113 | 254 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.00 |
| HSL | 288.51º | 0.99% | 0.72% | - |
| HSV(B) | 288.51º | 0.56% | 1% | - |
| XYZ | 55.47 | 35.3 | 97.66 | - |
| YUV | 163.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 113 | 254 | 0.11 | 0.56 | 0 | 0.00 | 288.51 | 0.99 | 0.72 |
| Hex | E3 | 71 | FE | B | 38 | 0 | 0 | 121 | 63 | 48 |
| Octal | 343 | 161 | 376 | 13 | 70 | 0 | 0 | 441 | 143 | 110 |
| Binary | 11100011 | 1110001 | 11111110 | 1011 | 111000 | 0 | 0 | 100100001 | 1100011 | 1001000 |
Color Harmonies of #E371FE
Complementary color
Monochromatic Colors of #E371FE
Black with #E371FE
Text Example
Text Example
White with #E371FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E371FE; }
p { color: rgb(227,113,254); }
H1.HeaderClassName
{
color: #E371FE;
}
.AnyTagClassName
{
color: #E371FE;
}
</style>
background-color css
<style>
a { background-color: #E371FE; }
a { background-color: rgb(227,113,254); }
div.DivClassName
{
background-color: #E371FE;
}
.BgClassName
{
background-color: #E371FE;
}
</style>
border-color css
<style>
span { border-color: #E371FE; }
span { border-color: rgb(227,113,254); }
td.TdClassName
{
border-color: #E371FE;
}
.TagClassName
{
border-color: #E371FE;
}
</style>