Shades of Heliotrope #E28CFA
Tints of Heliotrope #E28CFA
RGB
CMYK
RGB Variations
Color information
#E28CFA (or 0xE28CFA) is known color: Heliotrope. HEX triplet: E2, 8C and FA. RGB value is (226,140,250). Sum of RGB (Red+Green+Blue) = 226+140+250=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 140 (55.08% from 255 or 22.73% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #E28CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28CFA is #1D7305. Grayscale: #B1B1B1. Windows color (decimal): -1929990 or 16420066. OLE color: 16420066.
HSL color Cylindrical-coordinate representation of color #E28CFA: hue angle of 286.91º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E28CFA is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 140 | 250 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.02 |
| HSL | 286.91º | 0.92% | 0.76% | - |
| HSV(B) | 286.91º | 0.44% | 0.98% | - |
| XYZ | 58 | 41.83 | 95.46 | - |
| YUV | 178.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 250 | 0.10 | 0.44 | 0 | 0.02 | 286.91 | 0.92 | 0.76 |
| Hex | E2 | 8C | FA | A | 2C | 0 | 2 | 11F | 5C | 4C |
| Octal | 342 | 214 | 372 | 12 | 54 | 0 | 2 | 437 | 134 | 114 |
| Binary | 11100010 | 10001100 | 11111010 | 1010 | 101100 | 0 | 10 | 100011111 | 1011100 | 1001100 |
Color Harmonies of #E28CFA
Complementary color
Monochromatic Colors of #E28CFA
Black with #E28CFA
Text Example
Text Example
White with #E28CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CFA; }
p { color: rgb(226,140,250); }
H1.HeaderClassName
{
color: #E28CFA;
}
.AnyTagClassName
{
color: #E28CFA;
}
</style>
background-color css
<style>
a { background-color: #E28CFA; }
a { background-color: rgb(226,140,250); }
div.DivClassName
{
background-color: #E28CFA;
}
.BgClassName
{
background-color: #E28CFA;
}
</style>
border-color css
<style>
span { border-color: #E28CFA; }
span { border-color: rgb(226,140,250); }
td.TdClassName
{
border-color: #E28CFA;
}
.TagClassName
{
border-color: #E28CFA;
}
</style>