Shades of Heliotrope #E882FC
Tints of Heliotrope #E882FC
RGB
CMYK
RGB Variations
Color information
#E882FC (or 0xE882FC) is known color: Heliotrope. HEX triplet: E8, 82 and FC. RGB value is (232,130,252). Sum of RGB (Red+Green+Blue) = 232+130+252=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 130 (51.17% from 255 or 21.17% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #E882FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E882FC is #177D03. Grayscale: #AEAEAE. Windows color (decimal): -1539332 or 16548584. OLE color: 16548584.
HSL color Cylindrical-coordinate representation of color #E882FC: hue angle of 290.16º 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 #E882FC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 130 | 252 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.01 |
| HSL | 290.16º | 0.95% | 0.75% | - |
| HSV(B) | 290.16º | 0.48% | 0.99% | - |
| XYZ | 58.83 | 40.15 | 96.74 | - |
| YUV | 174.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 252 | 0.08 | 0.48 | 0 | 0.01 | 290.16 | 0.95 | 0.75 |
| Hex | E8 | 82 | FC | 8 | 30 | 0 | 1 | 122 | 5F | 4B |
| Octal | 350 | 202 | 374 | 10 | 60 | 0 | 1 | 442 | 137 | 113 |
| Binary | 11101000 | 10000010 | 11111100 | 1000 | 110000 | 0 | 1 | 100100010 | 1011111 | 1001011 |
Color Harmonies of #E882FC
Complementary color
Monochromatic Colors of #E882FC
Black with #E882FC
Text Example
Text Example
White with #E882FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882FC; }
p { color: rgb(232,130,252); }
H1.HeaderClassName
{
color: #E882FC;
}
.AnyTagClassName
{
color: #E882FC;
}
</style>
background-color css
<style>
a { background-color: #E882FC; }
a { background-color: rgb(232,130,252); }
div.DivClassName
{
background-color: #E882FC;
}
.BgClassName
{
background-color: #E882FC;
}
</style>
border-color css
<style>
span { border-color: #E882FC; }
span { border-color: rgb(232,130,252); }
td.TdClassName
{
border-color: #E882FC;
}
.TagClassName
{
border-color: #E882FC;
}
</style>