Shades of Heliotrope #E97AFC
Tints of Heliotrope #E97AFC
RGB
CMYK
RGB Variations
Color information
#E97AFC (or 0xE97AFC) is known color: Heliotrope. HEX triplet: E9, 7A and FC. RGB value is (233,122,252). Sum of RGB (Red+Green+Blue) = 233+122+252=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 122 (48.05% from 255 or 20.10% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #E97AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E97AFC is #168503. Grayscale: #A9A9A9. Windows color (decimal): -1475844 or 16546537. OLE color: 16546537.
HSL color Cylindrical-coordinate representation of color #E97AFC: hue angle of 291.23º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E97AFC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 122 | 252 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.01 |
| HSL | 291.23º | 0.96% | 0.73% | - |
| HSV(B) | 291.23º | 0.52% | 0.99% | - |
| XYZ | 58.13 | 38.27 | 96.42 | - |
| YUV | 170.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 252 | 0.08 | 0.52 | 0 | 0.01 | 291.23 | 0.96 | 0.73 |
| Hex | E9 | 7A | FC | 8 | 34 | 0 | 1 | 123 | 60 | 49 |
| Octal | 351 | 172 | 374 | 10 | 64 | 0 | 1 | 443 | 140 | 111 |
| Binary | 11101001 | 1111010 | 11111100 | 1000 | 110100 | 0 | 1 | 100100011 | 1100000 | 1001001 |
Color Harmonies of #E97AFC
Complementary color
Monochromatic Colors of #E97AFC
Black with #E97AFC
Text Example
Text Example
White with #E97AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97AFC; }
p { color: rgb(233,122,252); }
H1.HeaderClassName
{
color: #E97AFC;
}
.AnyTagClassName
{
color: #E97AFC;
}
</style>
background-color css
<style>
a { background-color: #E97AFC; }
a { background-color: rgb(233,122,252); }
div.DivClassName
{
background-color: #E97AFC;
}
.BgClassName
{
background-color: #E97AFC;
}
</style>
border-color css
<style>
span { border-color: #E97AFC; }
span { border-color: rgb(233,122,252); }
td.TdClassName
{
border-color: #E97AFC;
}
.TagClassName
{
border-color: #E97AFC;
}
</style>