Shades of Heliotrope #E884FC
Tints of Heliotrope #E884FC
RGB
CMYK
RGB Variations
Color information
#E884FC (or 0xE884FC) is known color: Heliotrope. HEX triplet: E8, 84 and FC. RGB value is (232,132,252). Sum of RGB (Red+Green+Blue) = 232+132+252=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 132 (51.95% from 255 or 21.43% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #E884FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E884FC is #177B03. Grayscale: #AFAFAF. Windows color (decimal): -1538820 or 16549096. OLE color: 16549096.
HSL color Cylindrical-coordinate representation of color #E884FC: hue angle of 290º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E884FC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 132 | 252 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.01 |
| HSL | 290º | 0.95% | 0.75% | - |
| HSV(B) | 290º | 0.48% | 0.99% | - |
| XYZ | 59.1 | 40.69 | 96.83 | - |
| YUV | 175.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 252 | 0.08 | 0.48 | 0 | 0.01 | 290 | 0.95 | 0.75 |
| Hex | E8 | 84 | FC | 8 | 30 | 0 | 1 | 122 | 5F | 4B |
| Octal | 350 | 204 | 374 | 10 | 60 | 0 | 1 | 442 | 137 | 113 |
| Binary | 11101000 | 10000100 | 11111100 | 1000 | 110000 | 0 | 1 | 100100010 | 1011111 | 1001011 |
Color Harmonies of #E884FC
Complementary color
Monochromatic Colors of #E884FC
Black with #E884FC
Text Example
Text Example
White with #E884FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884FC; }
p { color: rgb(232,132,252); }
H1.HeaderClassName
{
color: #E884FC;
}
.AnyTagClassName
{
color: #E884FC;
}
</style>
background-color css
<style>
a { background-color: #E884FC; }
a { background-color: rgb(232,132,252); }
div.DivClassName
{
background-color: #E884FC;
}
.BgClassName
{
background-color: #E884FC;
}
</style>
border-color css
<style>
span { border-color: #E884FC; }
span { border-color: rgb(232,132,252); }
td.TdClassName
{
border-color: #E884FC;
}
.TagClassName
{
border-color: #E884FC;
}
</style>