Shades of Heliotrope #E973FC
Tints of Heliotrope #E973FC
RGB
CMYK
RGB Variations
Color information
#E973FC (or 0xE973FC) is known color: Heliotrope. HEX triplet: E9, 73 and FC. RGB value is (233,115,252). Sum of RGB (Red+Green+Blue) = 233+115+252=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 115 (45.31% from 255 or 19.17% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #E973FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E973FC is #168C03. Grayscale: #A5A5A5. Windows color (decimal): -1477636 or 16544745. OLE color: 16544745.
HSL color Cylindrical-coordinate representation of color #E973FC: hue angle of 291.68º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E973FC is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 115 | 252 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.01 |
| HSL | 291.68º | 0.96% | 0.72% | - |
| HSV(B) | 291.68º | 0.54% | 0.99% | - |
| XYZ | 57.31 | 36.61 | 96.14 | - |
| YUV | 165.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 252 | 0.08 | 0.54 | 0 | 0.01 | 291.68 | 0.96 | 0.72 |
| Hex | E9 | 73 | FC | 8 | 36 | 0 | 1 | 124 | 60 | 48 |
| Octal | 351 | 163 | 374 | 10 | 66 | 0 | 1 | 444 | 140 | 110 |
| Binary | 11101001 | 1110011 | 11111100 | 1000 | 110110 | 0 | 1 | 100100100 | 1100000 | 1001000 |
Color Harmonies of #E973FC
Complementary color
Monochromatic Colors of #E973FC
Black with #E973FC
Text Example
Text Example
White with #E973FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973FC; }
p { color: rgb(233,115,252); }
H1.HeaderClassName
{
color: #E973FC;
}
.AnyTagClassName
{
color: #E973FC;
}
</style>
background-color css
<style>
a { background-color: #E973FC; }
a { background-color: rgb(233,115,252); }
div.DivClassName
{
background-color: #E973FC;
}
.BgClassName
{
background-color: #E973FC;
}
</style>
border-color css
<style>
span { border-color: #E973FC; }
span { border-color: rgb(233,115,252); }
td.TdClassName
{
border-color: #E973FC;
}
.TagClassName
{
border-color: #E973FC;
}
</style>