Shades of Heliotrope #E289FC
Tints of Heliotrope #E289FC
RGB
CMYK
RGB Variations
Color information
#E289FC (or 0xE289FC) is known color: Heliotrope. HEX triplet: E2, 89 and FC. RGB value is (226,137,252). Sum of RGB (Red+Green+Blue) = 226+137+252=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 137 (53.91% from 255 or 22.28% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #E289FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E289FC is #1D7603. Grayscale: #B0B0B0. Windows color (decimal): -1930756 or 16550370. OLE color: 16550370.
HSL color Cylindrical-coordinate representation of color #E289FC: hue angle of 286.43º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E289FC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 137 | 252 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.01 |
| HSL | 286.43º | 0.95% | 0.76% | - |
| HSV(B) | 286.43º | 0.46% | 0.99% | - |
| XYZ | 57.88 | 41.09 | 96.98 | - |
| YUV | 176.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 252 | 0.10 | 0.46 | 0 | 0.01 | 286.43 | 0.95 | 0.76 |
| Hex | E2 | 89 | FC | A | 2E | 0 | 1 | 11E | 5F | 4C |
| Octal | 342 | 211 | 374 | 12 | 56 | 0 | 1 | 436 | 137 | 114 |
| Binary | 11100010 | 10001001 | 11111100 | 1010 | 101110 | 0 | 1 | 100011110 | 1011111 | 1001100 |
Color Harmonies of #E289FC
Complementary color
Monochromatic Colors of #E289FC
Black with #E289FC
Text Example
Text Example
White with #E289FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E289FC; }
p { color: rgb(226,137,252); }
H1.HeaderClassName
{
color: #E289FC;
}
.AnyTagClassName
{
color: #E289FC;
}
</style>
background-color css
<style>
a { background-color: #E289FC; }
a { background-color: rgb(226,137,252); }
div.DivClassName
{
background-color: #E289FC;
}
.BgClassName
{
background-color: #E289FC;
}
</style>
border-color css
<style>
span { border-color: #E289FC; }
span { border-color: rgb(226,137,252); }
td.TdClassName
{
border-color: #E289FC;
}
.TagClassName
{
border-color: #E289FC;
}
</style>