Shades of Heliotrope #E478FE
Tints of Heliotrope #E478FE
RGB
CMYK
RGB Variations
Color information
#E478FE (or 0xE478FE) is known color: Heliotrope. HEX triplet: E4, 78 and FE. RGB value is (228,120,254). Sum of RGB (Red+Green+Blue) = 228+120+254=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 120 (47.27% from 255 or 19.93% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #E478FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E478FE is #1B8701. Grayscale: #A7A7A7. Windows color (decimal): -1804034 or 16677092. OLE color: 16677092.
HSL color Cylindrical-coordinate representation of color #E478FE: hue angle of 288.36º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E478FE is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 120 | 254 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.00 |
| HSL | 288.36º | 0.99% | 0.73% | - |
| HSV(B) | 288.36º | 0.53% | 1% | - |
| XYZ | 56.6 | 37.08 | 97.94 | - |
| YUV | 167.57 | 176.78 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 254 | 0.10 | 0.53 | 0 | 0.00 | 288.36 | 0.99 | 0.73 |
| Hex | E4 | 78 | FE | A | 35 | 0 | 0 | 120 | 63 | 49 |
| Octal | 344 | 170 | 376 | 12 | 65 | 0 | 0 | 440 | 143 | 111 |
| Binary | 11100100 | 1111000 | 11111110 | 1010 | 110101 | 0 | 0 | 100100000 | 1100011 | 1001001 |
Color Harmonies of #E478FE
Complementary color
Monochromatic Colors of #E478FE
Black with #E478FE
Text Example
Text Example
White with #E478FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E478FE; }
p { color: rgb(228,120,254); }
H1.HeaderClassName
{
color: #E478FE;
}
.AnyTagClassName
{
color: #E478FE;
}
</style>
background-color css
<style>
a { background-color: #E478FE; }
a { background-color: rgb(228,120,254); }
div.DivClassName
{
background-color: #E478FE;
}
.BgClassName
{
background-color: #E478FE;
}
</style>
border-color css
<style>
span { border-color: #E478FE; }
span { border-color: rgb(228,120,254); }
td.TdClassName
{
border-color: #E478FE;
}
.TagClassName
{
border-color: #E478FE;
}
</style>