Shades of Heliotrope #E28CFC
Tints of Heliotrope #E28CFC
RGB
CMYK
RGB Variations
Color information
#E28CFC (or 0xE28CFC) is known color: Heliotrope. HEX triplet: E2, 8C and FC. RGB value is (226,140,252). Sum of RGB (Red+Green+Blue) = 226+140+252=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #E28CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28CFC is #1D7303. Grayscale: #B2B2B2. Windows color (decimal): -1929988 or 16551138. OLE color: 16551138.
HSL color Cylindrical-coordinate representation of color #E28CFC: hue angle of 286.07º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E28CFC is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 140 | 252 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.01 |
| HSL | 286.07º | 0.95% | 0.77% | - |
| HSV(B) | 286.07º | 0.44% | 0.99% | - |
| XYZ | 58.31 | 41.95 | 97.12 | - |
| YUV | 178.48 | 169.49 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 252 | 0.10 | 0.44 | 0 | 0.01 | 286.07 | 0.95 | 0.77 |
| Hex | E2 | 8C | FC | A | 2C | 0 | 1 | 11E | 5F | 4D |
| Octal | 342 | 214 | 374 | 12 | 54 | 0 | 1 | 436 | 137 | 115 |
| Binary | 11100010 | 10001100 | 11111100 | 1010 | 101100 | 0 | 1 | 100011110 | 1011111 | 1001101 |
Color Harmonies of #E28CFC
Complementary color
Monochromatic Colors of #E28CFC
Black with #E28CFC
Text Example
Text Example
White with #E28CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CFC; }
p { color: rgb(226,140,252); }
H1.HeaderClassName
{
color: #E28CFC;
}
.AnyTagClassName
{
color: #E28CFC;
}
</style>
background-color css
<style>
a { background-color: #E28CFC; }
a { background-color: rgb(226,140,252); }
div.DivClassName
{
background-color: #E28CFC;
}
.BgClassName
{
background-color: #E28CFC;
}
</style>
border-color css
<style>
span { border-color: #E28CFC; }
span { border-color: rgb(226,140,252); }
td.TdClassName
{
border-color: #E28CFC;
}
.TagClassName
{
border-color: #E28CFC;
}
</style>