Shades of Heliotrope #E285FB
Tints of Heliotrope #E285FB
RGB
CMYK
RGB Variations
Color information
#E285FB (or 0xE285FB) is known color: Heliotrope. HEX triplet: E2, 85 and FB. RGB value is (226,133,251). Sum of RGB (Red+Green+Blue) = 226+133+251=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 133 (52.34% from 255 or 21.80% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #E285FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285FB is #1D7A04. Grayscale: #ADADAD. Windows color (decimal): -1931781 or 16483810. OLE color: 16483810.
HSL color Cylindrical-coordinate representation of color #E285FB: hue angle of 287.29º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E285FB is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 133 | 251 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.02 |
| HSL | 287.29º | 0.94% | 0.75% | - |
| HSV(B) | 287.29º | 0.47% | 0.98% | - |
| XYZ | 57.16 | 39.91 | 95.96 | - |
| YUV | 174.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 251 | 0.10 | 0.47 | 0 | 0.02 | 287.29 | 0.94 | 0.75 |
| Hex | E2 | 85 | FB | A | 2F | 0 | 2 | 11F | 5E | 4B |
| Octal | 342 | 205 | 373 | 12 | 57 | 0 | 2 | 437 | 136 | 113 |
| Binary | 11100010 | 10000101 | 11111011 | 1010 | 101111 | 0 | 10 | 100011111 | 1011110 | 1001011 |
Color Harmonies of #E285FB
Complementary color
Monochromatic Colors of #E285FB
Black with #E285FB
Text Example
Text Example
White with #E285FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E285FB; }
p { color: rgb(226,133,251); }
H1.HeaderClassName
{
color: #E285FB;
}
.AnyTagClassName
{
color: #E285FB;
}
</style>
background-color css
<style>
a { background-color: #E285FB; }
a { background-color: rgb(226,133,251); }
div.DivClassName
{
background-color: #E285FB;
}
.BgClassName
{
background-color: #E285FB;
}
</style>
border-color css
<style>
span { border-color: #E285FB; }
span { border-color: rgb(226,133,251); }
td.TdClassName
{
border-color: #E285FB;
}
.TagClassName
{
border-color: #E285FB;
}
</style>