Shades of Heliotrope #E476FC
Tints of Heliotrope #E476FC
RGB
CMYK
RGB Variations
Color information
#E476FC (or 0xE476FC) is known color: Heliotrope. HEX triplet: E4, 76 and FC. RGB value is (228,118,252). Sum of RGB (Red+Green+Blue) = 228+118+252=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 118 (46.48% from 255 or 19.73% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #E476FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E476FC is #1B8903. Grayscale: #A5A5A5. Windows color (decimal): -1804548 or 16545508. OLE color: 16545508.
HSL color Cylindrical-coordinate representation of color #E476FC: hue angle of 289.25º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E476FC is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 118 | 252 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.01 |
| HSL | 289.25º | 0.96% | 0.73% | - |
| HSV(B) | 289.25º | 0.53% | 0.99% | - |
| XYZ | 56.04 | 36.48 | 96.18 | - |
| YUV | 166.17 | 176.44 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 252 | 0.10 | 0.53 | 0 | 0.01 | 289.25 | 0.96 | 0.73 |
| Hex | E4 | 76 | FC | A | 35 | 0 | 1 | 121 | 60 | 49 |
| Octal | 344 | 166 | 374 | 12 | 65 | 0 | 1 | 441 | 140 | 111 |
| Binary | 11100100 | 1110110 | 11111100 | 1010 | 110101 | 0 | 1 | 100100001 | 1100000 | 1001001 |
Color Harmonies of #E476FC
Complementary color
Monochromatic Colors of #E476FC
Black with #E476FC
Text Example
Text Example
White with #E476FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E476FC; }
p { color: rgb(228,118,252); }
H1.HeaderClassName
{
color: #E476FC;
}
.AnyTagClassName
{
color: #E476FC;
}
</style>
background-color css
<style>
a { background-color: #E476FC; }
a { background-color: rgb(228,118,252); }
div.DivClassName
{
background-color: #E476FC;
}
.BgClassName
{
background-color: #E476FC;
}
</style>
border-color css
<style>
span { border-color: #E476FC; }
span { border-color: rgb(228,118,252); }
td.TdClassName
{
border-color: #E476FC;
}
.TagClassName
{
border-color: #E476FC;
}
</style>