Shades of Heliotrope #E975FC
Tints of Heliotrope #E975FC
RGB
CMYK
RGB Variations
Color information
#E975FC (or 0xE975FC) is known color: Heliotrope. HEX triplet: E9, 75 and FC. RGB value is (233,117,252). Sum of RGB (Red+Green+Blue) = 233+117+252=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 117 (46.09% from 255 or 19.44% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #E975FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E975FC is #168A03. Grayscale: #A6A6A6. Windows color (decimal): -1477124 or 16545257. OLE color: 16545257.
HSL color Cylindrical-coordinate representation of color #E975FC: hue angle of 291.56º 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 #E975FC is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 117 | 252 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.01 |
| HSL | 291.56º | 0.96% | 0.72% | - |
| HSV(B) | 291.56º | 0.54% | 0.99% | - |
| XYZ | 57.54 | 37.07 | 96.22 | - |
| YUV | 167.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 252 | 0.08 | 0.54 | 0 | 0.01 | 291.56 | 0.96 | 0.72 |
| Hex | E9 | 75 | FC | 8 | 36 | 0 | 1 | 124 | 60 | 48 |
| Octal | 351 | 165 | 374 | 10 | 66 | 0 | 1 | 444 | 140 | 110 |
| Binary | 11101001 | 1110101 | 11111100 | 1000 | 110110 | 0 | 1 | 100100100 | 1100000 | 1001000 |
Color Harmonies of #E975FC
Complementary color
Monochromatic Colors of #E975FC
Black with #E975FC
Text Example
Text Example
White with #E975FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975FC; }
p { color: rgb(233,117,252); }
H1.HeaderClassName
{
color: #E975FC;
}
.AnyTagClassName
{
color: #E975FC;
}
</style>
background-color css
<style>
a { background-color: #E975FC; }
a { background-color: rgb(233,117,252); }
div.DivClassName
{
background-color: #E975FC;
}
.BgClassName
{
background-color: #E975FC;
}
</style>
border-color css
<style>
span { border-color: #E975FC; }
span { border-color: rgb(233,117,252); }
td.TdClassName
{
border-color: #E975FC;
}
.TagClassName
{
border-color: #E975FC;
}
</style>