Shades of Heliotrope #E28BFD
Tints of Heliotrope #E28BFD
RGB
CMYK
RGB Variations
Color information
#E28BFD (or 0xE28BFD) is known color: Heliotrope. HEX triplet: E2, 8B and FD. RGB value is (226,139,253). Sum of RGB (Red+Green+Blue) = 226+139+253=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 139 (54.69% from 255 or 22.49% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #E28BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28BFD is #1D7402. Grayscale: #B1B1B1. Windows color (decimal): -1930243 or 16616418. OLE color: 16616418.
HSL color Cylindrical-coordinate representation of color #E28BFD: hue angle of 285.79º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E28BFD is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 139 | 253 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.01 |
| HSL | 285.79º | 0.97% | 0.77% | - |
| HSV(B) | 285.79º | 0.45% | 0.99% | - |
| XYZ | 58.33 | 41.73 | 97.91 | - |
| YUV | 178.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 253 | 0.11 | 0.45 | 0 | 0.01 | 285.79 | 0.97 | 0.77 |
| Hex | E2 | 8B | FD | B | 2D | 0 | 1 | 11E | 61 | 4D |
| Octal | 342 | 213 | 375 | 13 | 55 | 0 | 1 | 436 | 141 | 115 |
| Binary | 11100010 | 10001011 | 11111101 | 1011 | 101101 | 0 | 1 | 100011110 | 1100001 | 1001101 |
Color Harmonies of #E28BFD
Complementary color
Monochromatic Colors of #E28BFD
Black with #E28BFD
Text Example
Text Example
White with #E28BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28BFD; }
p { color: rgb(226,139,253); }
H1.HeaderClassName
{
color: #E28BFD;
}
.AnyTagClassName
{
color: #E28BFD;
}
</style>
background-color css
<style>
a { background-color: #E28BFD; }
a { background-color: rgb(226,139,253); }
div.DivClassName
{
background-color: #E28BFD;
}
.BgClassName
{
background-color: #E28BFD;
}
</style>
border-color css
<style>
span { border-color: #E28BFD; }
span { border-color: rgb(226,139,253); }
td.TdClassName
{
border-color: #E28BFD;
}
.TagClassName
{
border-color: #E28BFD;
}
</style>