Shades of Heliotrope #E288FC
Tints of Heliotrope #E288FC
RGB
CMYK
RGB Variations
Color information
#E288FC (or 0xE288FC) is known color: Heliotrope. HEX triplet: E2, 88 and FC. RGB value is (226,136,252). Sum of RGB (Red+Green+Blue) = 226+136+252=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 136 (53.52% from 255 or 22.15% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #E288FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E288FC is #1D7703. Grayscale: #AFAFAF. Windows color (decimal): -1931012 or 16550114. OLE color: 16550114.
HSL color Cylindrical-coordinate representation of color #E288FC: hue angle of 286.55º degrees, saturation: 0.95, 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 #E288FC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 136 | 252 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.01 |
| HSL | 286.55º | 0.95% | 0.76% | - |
| HSV(B) | 286.55º | 0.46% | 0.99% | - |
| XYZ | 57.74 | 40.81 | 96.93 | - |
| YUV | 176.13 | 170.82 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 252 | 0.10 | 0.46 | 0 | 0.01 | 286.55 | 0.95 | 0.76 |
| Hex | E2 | 88 | FC | A | 2E | 0 | 1 | 11F | 5F | 4C |
| Octal | 342 | 210 | 374 | 12 | 56 | 0 | 1 | 437 | 137 | 114 |
| Binary | 11100010 | 10001000 | 11111100 | 1010 | 101110 | 0 | 1 | 100011111 | 1011111 | 1001100 |
Color Harmonies of #E288FC
Complementary color
Monochromatic Colors of #E288FC
Black with #E288FC
Text Example
Text Example
White with #E288FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288FC; }
p { color: rgb(226,136,252); }
H1.HeaderClassName
{
color: #E288FC;
}
.AnyTagClassName
{
color: #E288FC;
}
</style>
background-color css
<style>
a { background-color: #E288FC; }
a { background-color: rgb(226,136,252); }
div.DivClassName
{
background-color: #E288FC;
}
.BgClassName
{
background-color: #E288FC;
}
</style>
border-color css
<style>
span { border-color: #E288FC; }
span { border-color: rgb(226,136,252); }
td.TdClassName
{
border-color: #E288FC;
}
.TagClassName
{
border-color: #E288FC;
}
</style>