Shades of Heliotrope #E288FD
Tints of Heliotrope #E288FD
RGB
CMYK
RGB Variations
Color information
#E288FD (or 0xE288FD) is known color: Heliotrope. HEX triplet: E2, 88 and FD. RGB value is (226,136,253). Sum of RGB (Red+Green+Blue) = 226+136+253=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 136 (53.52% from 255 or 22.11% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #E288FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E288FD is #1D7702. Grayscale: #AFAFAF. Windows color (decimal): -1931011 or 16615650. OLE color: 16615650.
HSL color Cylindrical-coordinate representation of color #E288FD: hue angle of 286.15º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E288FD is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 136 | 253 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.01 |
| HSL | 286.15º | 0.97% | 0.76% | - |
| HSV(B) | 286.15º | 0.46% | 0.99% | - |
| XYZ | 57.9 | 40.87 | 97.77 | - |
| YUV | 176.25 | 171.32 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 253 | 0.11 | 0.46 | 0 | 0.01 | 286.15 | 0.97 | 0.76 |
| Hex | E2 | 88 | FD | B | 2E | 0 | 1 | 11E | 61 | 4C |
| Octal | 342 | 210 | 375 | 13 | 56 | 0 | 1 | 436 | 141 | 114 |
| Binary | 11100010 | 10001000 | 11111101 | 1011 | 101110 | 0 | 1 | 100011110 | 1100001 | 1001100 |
Color Harmonies of #E288FD
Complementary color
Monochromatic Colors of #E288FD
Black with #E288FD
Text Example
Text Example
White with #E288FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288FD; }
p { color: rgb(226,136,253); }
H1.HeaderClassName
{
color: #E288FD;
}
.AnyTagClassName
{
color: #E288FD;
}
</style>
background-color css
<style>
a { background-color: #E288FD; }
a { background-color: rgb(226,136,253); }
div.DivClassName
{
background-color: #E288FD;
}
.BgClassName
{
background-color: #E288FD;
}
</style>
border-color css
<style>
span { border-color: #E288FD; }
span { border-color: rgb(226,136,253); }
td.TdClassName
{
border-color: #E288FD;
}
.TagClassName
{
border-color: #E288FD;
}
</style>