Shades of Heliotrope #E471FC
Tints of Heliotrope #E471FC
RGB
CMYK
RGB Variations
Color information
#E471FC (or 0xE471FC) is known color: Heliotrope. HEX triplet: E4, 71 and FC. RGB value is (228,113,252). Sum of RGB (Red+Green+Blue) = 228+113+252=593 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.45% from 593); Green value is 113 (44.53% from 255 or 19.06% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #E471FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E471FC is #1B8E03. Grayscale: #A2A2A2. Windows color (decimal): -1805828 or 16544228. OLE color: 16544228.
HSL color Cylindrical-coordinate representation of color #E471FC: hue angle of 289.64º 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 #E471FC is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 113 | 252 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.01 |
| HSL | 289.64º | 0.96% | 0.72% | - |
| HSV(B) | 289.64º | 0.55% | 0.99% | - |
| XYZ | 55.47 | 35.33 | 95.99 | - |
| YUV | 163.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 252 | 0.10 | 0.55 | 0 | 0.01 | 289.64 | 0.96 | 0.72 |
| Hex | E4 | 71 | FC | A | 37 | 0 | 1 | 122 | 60 | 48 |
| Octal | 344 | 161 | 374 | 12 | 67 | 0 | 1 | 442 | 140 | 110 |
| Binary | 11100100 | 1110001 | 11111100 | 1010 | 110111 | 0 | 1 | 100100010 | 1100000 | 1001000 |
Color Harmonies of #E471FC
Complementary color
Monochromatic Colors of #E471FC
Black with #E471FC
Text Example
Text Example
White with #E471FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E471FC; }
p { color: rgb(228,113,252); }
H1.HeaderClassName
{
color: #E471FC;
}
.AnyTagClassName
{
color: #E471FC;
}
</style>
background-color css
<style>
a { background-color: #E471FC; }
a { background-color: rgb(228,113,252); }
div.DivClassName
{
background-color: #E471FC;
}
.BgClassName
{
background-color: #E471FC;
}
</style>
border-color css
<style>
span { border-color: #E471FC; }
span { border-color: rgb(228,113,252); }
td.TdClassName
{
border-color: #E471FC;
}
.TagClassName
{
border-color: #E471FC;
}
</style>