Shades of Heliotrope #E28CFE
Tints of Heliotrope #E28CFE
RGB
CMYK
RGB Variations
Color information
#E28CFE (or 0xE28CFE) is known color: Heliotrope. HEX triplet: E2, 8C and FE. RGB value is (226,140,254). Sum of RGB (Red+Green+Blue) = 226+140+254=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 140 (55.08% from 255 or 22.58% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #E28CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28CFE is #1D7301. Grayscale: #B2B2B2. Windows color (decimal): -1929986 or 16682210. OLE color: 16682210.
HSL color Cylindrical-coordinate representation of color #E28CFE: hue angle of 285.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E28CFE is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 140 | 254 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.00 |
| HSL | 285.26º | 0.98% | 0.77% | - |
| HSV(B) | 285.26º | 0.45% | 1% | - |
| XYZ | 58.63 | 42.08 | 98.8 | - |
| YUV | 178.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 254 | 0.11 | 0.45 | 0 | 0.00 | 285.26 | 0.98 | 0.77 |
| Hex | E2 | 8C | FE | B | 2D | 0 | 0 | 11D | 62 | 4D |
| Octal | 342 | 214 | 376 | 13 | 55 | 0 | 0 | 435 | 142 | 115 |
| Binary | 11100010 | 10001100 | 11111110 | 1011 | 101101 | 0 | 0 | 100011101 | 1100010 | 1001101 |
Color Harmonies of #E28CFE
Complementary color
Monochromatic Colors of #E28CFE
Black with #E28CFE
Text Example
Text Example
White with #E28CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CFE; }
p { color: rgb(226,140,254); }
H1.HeaderClassName
{
color: #E28CFE;
}
.AnyTagClassName
{
color: #E28CFE;
}
</style>
background-color css
<style>
a { background-color: #E28CFE; }
a { background-color: rgb(226,140,254); }
div.DivClassName
{
background-color: #E28CFE;
}
.BgClassName
{
background-color: #E28CFE;
}
</style>
border-color css
<style>
span { border-color: #E28CFE; }
span { border-color: rgb(226,140,254); }
td.TdClassName
{
border-color: #E28CFE;
}
.TagClassName
{
border-color: #E28CFE;
}
</style>