Shades of Heliotrope #E971FC
Tints of Heliotrope #E971FC
RGB
CMYK
RGB Variations
Color information
#E971FC (or 0xE971FC) is known color: Heliotrope. HEX triplet: E9, 71 and FC. RGB value is (233,113,252). Sum of RGB (Red+Green+Blue) = 233+113+252=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 113 (44.53% from 255 or 18.90% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #E971FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E971FC is #168E03. Grayscale: #A4A4A4. Windows color (decimal): -1478148 or 16544233. OLE color: 16544233.
HSL color Cylindrical-coordinate representation of color #E971FC: hue angle of 291.8º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E971FC is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 113 | 252 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.01 |
| HSL | 291.8º | 0.96% | 0.72% | - |
| HSV(B) | 291.8º | 0.55% | 0.99% | - |
| XYZ | 57.08 | 36.16 | 96.07 | - |
| YUV | 164.73 | 177.26 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 252 | 0.08 | 0.55 | 0 | 0.01 | 291.8 | 0.96 | 0.72 |
| Hex | E9 | 71 | FC | 8 | 37 | 0 | 1 | 124 | 60 | 48 |
| Octal | 351 | 161 | 374 | 10 | 67 | 0 | 1 | 444 | 140 | 110 |
| Binary | 11101001 | 1110001 | 11111100 | 1000 | 110111 | 0 | 1 | 100100100 | 1100000 | 1001000 |
Color Harmonies of #E971FC
Complementary color
Monochromatic Colors of #E971FC
Black with #E971FC
Text Example
Text Example
White with #E971FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971FC; }
p { color: rgb(233,113,252); }
H1.HeaderClassName
{
color: #E971FC;
}
.AnyTagClassName
{
color: #E971FC;
}
</style>
background-color css
<style>
a { background-color: #E971FC; }
a { background-color: rgb(233,113,252); }
div.DivClassName
{
background-color: #E971FC;
}
.BgClassName
{
background-color: #E971FC;
}
</style>
border-color css
<style>
span { border-color: #E971FC; }
span { border-color: rgb(233,113,252); }
td.TdClassName
{
border-color: #E971FC;
}
.TagClassName
{
border-color: #E971FC;
}
</style>