Shades of Heliotrope #E474FE
Tints of Heliotrope #E474FE
RGB
CMYK
RGB Variations
Color information
#E474FE (or 0xE474FE) is known color: Heliotrope. HEX triplet: E4, 74 and FE. RGB value is (228,116,254). Sum of RGB (Red+Green+Blue) = 228+116+254=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 116 (45.70% from 255 or 19.40% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #E474FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E474FE is #1B8B01. Grayscale: #A4A4A4. Windows color (decimal): -1805058 or 16676068. OLE color: 16676068.
HSL color Cylindrical-coordinate representation of color #E474FE: hue angle of 288.7º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E474FE is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 116 | 254 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.00 |
| HSL | 288.7º | 0.99% | 0.73% | - |
| HSV(B) | 288.7º | 0.54% | 1% | - |
| XYZ | 56.13 | 36.14 | 97.78 | - |
| YUV | 165.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 254 | 0.10 | 0.54 | 0 | 0.00 | 288.7 | 0.99 | 0.73 |
| Hex | E4 | 74 | FE | A | 36 | 0 | 0 | 121 | 63 | 49 |
| Octal | 344 | 164 | 376 | 12 | 66 | 0 | 0 | 441 | 143 | 111 |
| Binary | 11100100 | 1110100 | 11111110 | 1010 | 110110 | 0 | 0 | 100100001 | 1100011 | 1001001 |
Color Harmonies of #E474FE
Complementary color
Monochromatic Colors of #E474FE
Black with #E474FE
Text Example
Text Example
White with #E474FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E474FE; }
p { color: rgb(228,116,254); }
H1.HeaderClassName
{
color: #E474FE;
}
.AnyTagClassName
{
color: #E474FE;
}
</style>
background-color css
<style>
a { background-color: #E474FE; }
a { background-color: rgb(228,116,254); }
div.DivClassName
{
background-color: #E474FE;
}
.BgClassName
{
background-color: #E474FE;
}
</style>
border-color css
<style>
span { border-color: #E474FE; }
span { border-color: rgb(228,116,254); }
td.TdClassName
{
border-color: #E474FE;
}
.TagClassName
{
border-color: #E474FE;
}
</style>