Shades of Heliotrope #E985FE
Tints of Heliotrope #E985FE
RGB
CMYK
RGB Variations
Color information
#E985FE (or 0xE985FE) is known color: Heliotrope. HEX triplet: E9, 85 and FE. RGB value is (233,133,254). Sum of RGB (Red+Green+Blue) = 233+133+254=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 133 (52.34% from 255 or 21.45% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #E985FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E985FE is #167A01. Grayscale: #B0B0B0. Windows color (decimal): -1473026 or 16680425. OLE color: 16680425.
HSL color Cylindrical-coordinate representation of color #E985FE: hue angle of 289.59º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E985FE is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 133 | 254 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.00 |
| HSL | 289.59º | 0.98% | 0.76% | - |
| HSV(B) | 289.59º | 0.48% | 1% | - |
| XYZ | 59.88 | 41.25 | 98.57 | - |
| YUV | 176.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 254 | 0.08 | 0.48 | 0 | 0.00 | 289.59 | 0.98 | 0.76 |
| Hex | E9 | 85 | FE | 8 | 30 | 0 | 0 | 122 | 62 | 4C |
| Octal | 351 | 205 | 376 | 10 | 60 | 0 | 0 | 442 | 142 | 114 |
| Binary | 11101001 | 10000101 | 11111110 | 1000 | 110000 | 0 | 0 | 100100010 | 1100010 | 1001100 |
Color Harmonies of #E985FE
Complementary color
Monochromatic Colors of #E985FE
Black with #E985FE
Text Example
Text Example
White with #E985FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985FE; }
p { color: rgb(233,133,254); }
H1.HeaderClassName
{
color: #E985FE;
}
.AnyTagClassName
{
color: #E985FE;
}
</style>
background-color css
<style>
a { background-color: #E985FE; }
a { background-color: rgb(233,133,254); }
div.DivClassName
{
background-color: #E985FE;
}
.BgClassName
{
background-color: #E985FE;
}
</style>
border-color css
<style>
span { border-color: #E985FE; }
span { border-color: rgb(233,133,254); }
td.TdClassName
{
border-color: #E985FE;
}
.TagClassName
{
border-color: #E985FE;
}
</style>