Shades of Heliotrope #E288FF
Tints of Heliotrope #E288FF
RGB
CMYK
RGB Variations
Color information
#E288FF (or 0xE288FF) is known color: Heliotrope. HEX triplet: E2, 88 and FF. RGB value is (226,136,255). Sum of RGB (Red+Green+Blue) = 226+136+255=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 136 (53.52% from 255 or 22.04% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #E288FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E288FF is #1D7700. Grayscale: #B0B0B0. Windows color (decimal): -1931009 or 16746722. OLE color: 16746722.
HSL color Cylindrical-coordinate representation of color #E288FF: hue angle of 285.38º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E288FF is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 136 | 255 | - |
| CMYK | 0.11 | 0.47 | 0 | 0 |
| HSL | 285.38º | 1% | 0.77% | - |
| HSV(B) | 285.38º | 0.47% | 1% | - |
| XYZ | 58.22 | 41 | 99.45 | - |
| YUV | 176.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 255 | 0.11 | 0.47 | 0 | 0 | 285.38 | 1 | 0.77 |
| Hex | E2 | 88 | FF | B | 2F | 0 | 0 | 11D | 64 | 4D |
| Octal | 342 | 210 | 377 | 13 | 57 | 0 | 0 | 435 | 144 | 115 |
| Binary | 11100010 | 10001000 | 11111111 | 1011 | 101111 | 0 | 0 | 100011101 | 1100100 | 1001101 |
Color Harmonies of #E288FF
Complementary color
Monochromatic Colors of #E288FF
Black with #E288FF
Text Example
Text Example
White with #E288FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288FF; }
p { color: rgb(226,136,255); }
H1.HeaderClassName
{
color: #E288FF;
}
.AnyTagClassName
{
color: #E288FF;
}
</style>
background-color css
<style>
a { background-color: #E288FF; }
a { background-color: rgb(226,136,255); }
div.DivClassName
{
background-color: #E288FF;
}
.BgClassName
{
background-color: #E288FF;
}
</style>
border-color css
<style>
span { border-color: #E288FF; }
span { border-color: rgb(226,136,255); }
td.TdClassName
{
border-color: #E288FF;
}
.TagClassName
{
border-color: #E288FF;
}
</style>