Shades of Heliotrope #E975FE
Tints of Heliotrope #E975FE
RGB
CMYK
RGB Variations
Color information
#E975FE (or 0xE975FE) is known color: Heliotrope. HEX triplet: E9, 75 and FE. RGB value is (233,117,254). Sum of RGB (Red+Green+Blue) = 233+117+254=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 117 (46.09% from 255 or 19.37% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #E975FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E975FE is #168A01. Grayscale: #A6A6A6. Windows color (decimal): -1477122 or 16676329. OLE color: 16676329.
HSL color Cylindrical-coordinate representation of color #E975FE: hue angle of 290.8º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E975FE is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 117 | 254 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.00 |
| HSL | 290.8º | 0.99% | 0.73% | - |
| HSV(B) | 290.8º | 0.54% | 1% | - |
| XYZ | 57.85 | 37.2 | 97.9 | - |
| YUV | 167.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 254 | 0.08 | 0.54 | 0 | 0.00 | 290.8 | 0.99 | 0.73 |
| Hex | E9 | 75 | FE | 8 | 36 | 0 | 0 | 123 | 63 | 49 |
| Octal | 351 | 165 | 376 | 10 | 66 | 0 | 0 | 443 | 143 | 111 |
| Binary | 11101001 | 1110101 | 11111110 | 1000 | 110110 | 0 | 0 | 100100011 | 1100011 | 1001001 |
Color Harmonies of #E975FE
Complementary color
Monochromatic Colors of #E975FE
Black with #E975FE
Text Example
Text Example
White with #E975FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975FE; }
p { color: rgb(233,117,254); }
H1.HeaderClassName
{
color: #E975FE;
}
.AnyTagClassName
{
color: #E975FE;
}
</style>
background-color css
<style>
a { background-color: #E975FE; }
a { background-color: rgb(233,117,254); }
div.DivClassName
{
background-color: #E975FE;
}
.BgClassName
{
background-color: #E975FE;
}
</style>
border-color css
<style>
span { border-color: #E975FE; }
span { border-color: rgb(233,117,254); }
td.TdClassName
{
border-color: #E975FE;
}
.TagClassName
{
border-color: #E975FE;
}
</style>