Shades of Heliotrope #E471FF
Tints of Heliotrope #E471FF
RGB
CMYK
RGB Variations
Color information
#E471FF (or 0xE471FF) is known color: Heliotrope. HEX triplet: E4, 71 and FF. RGB value is (228,113,255). Sum of RGB (Red+Green+Blue) = 228+113+255=596 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.26% from 596); Green value is 113 (44.53% from 255 or 18.96% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #E471FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E471FF is #1B8E00. Grayscale: #A3A3A3. Windows color (decimal): -1805825 or 16740836. OLE color: 16740836.
HSL color Cylindrical-coordinate representation of color #E471FF: hue angle of 288.59º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E471FF is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 113 | 255 | - |
| CMYK | 0.11 | 0.56 | 0 | 0 |
| HSL | 288.59º | 1% | 0.72% | - |
| HSV(B) | 288.59º | 0.56% | 1% | - |
| XYZ | 55.95 | 35.52 | 98.52 | - |
| YUV | 163.57 | 179.6 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 255 | 0.11 | 0.56 | 0 | 0 | 288.59 | 1 | 0.72 |
| Hex | E4 | 71 | FF | B | 38 | 0 | 0 | 121 | 64 | 48 |
| Octal | 344 | 161 | 377 | 13 | 70 | 0 | 0 | 441 | 144 | 110 |
| Binary | 11100100 | 1110001 | 11111111 | 1011 | 111000 | 0 | 0 | 100100001 | 1100100 | 1001000 |
Color Harmonies of #E471FF
Complementary color
Monochromatic Colors of #E471FF
Black with #E471FF
Text Example
Text Example
White with #E471FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E471FF; }
p { color: rgb(228,113,255); }
H1.HeaderClassName
{
color: #E471FF;
}
.AnyTagClassName
{
color: #E471FF;
}
</style>
background-color css
<style>
a { background-color: #E471FF; }
a { background-color: rgb(228,113,255); }
div.DivClassName
{
background-color: #E471FF;
}
.BgClassName
{
background-color: #E471FF;
}
</style>
border-color css
<style>
span { border-color: #E471FF; }
span { border-color: rgb(228,113,255); }
td.TdClassName
{
border-color: #E471FF;
}
.TagClassName
{
border-color: #E471FF;
}
</style>