Shades of Heliotrope #E97DFE
Tints of Heliotrope #E97DFE
RGB
CMYK
RGB Variations
Color information
#E97DFE (or 0xE97DFE) is known color: Heliotrope. HEX triplet: E9, 7D and FE. RGB value is (233,125,254). Sum of RGB (Red+Green+Blue) = 233+125+254=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 125 (49.22% from 255 or 20.42% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #E97DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E97DFE is #168201. Grayscale: #ABABAB. Windows color (decimal): -1475074 or 16678377. OLE color: 16678377.
HSL color Cylindrical-coordinate representation of color #E97DFE: hue angle of 290.23º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E97DFE is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 125 | 254 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.00 |
| HSL | 290.23º | 0.98% | 0.74% | - |
| HSV(B) | 290.23º | 0.51% | 1% | - |
| XYZ | 58.83 | 39.15 | 98.22 | - |
| YUV | 172 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 254 | 0.08 | 0.51 | 0 | 0.00 | 290.23 | 0.98 | 0.74 |
| Hex | E9 | 7D | FE | 8 | 33 | 0 | 0 | 122 | 62 | 4A |
| Octal | 351 | 175 | 376 | 10 | 63 | 0 | 0 | 442 | 142 | 112 |
| Binary | 11101001 | 1111101 | 11111110 | 1000 | 110011 | 0 | 0 | 100100010 | 1100010 | 1001010 |
Color Harmonies of #E97DFE
Complementary color
Monochromatic Colors of #E97DFE
Black with #E97DFE
Text Example
Text Example
White with #E97DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97DFE; }
p { color: rgb(233,125,254); }
H1.HeaderClassName
{
color: #E97DFE;
}
.AnyTagClassName
{
color: #E97DFE;
}
</style>
background-color css
<style>
a { background-color: #E97DFE; }
a { background-color: rgb(233,125,254); }
div.DivClassName
{
background-color: #E97DFE;
}
.BgClassName
{
background-color: #E97DFE;
}
</style>
border-color css
<style>
span { border-color: #E97DFE; }
span { border-color: rgb(233,125,254); }
td.TdClassName
{
border-color: #E97DFE;
}
.TagClassName
{
border-color: #E97DFE;
}
</style>