Shades of Heliotrope #E965FC
Tints of Heliotrope #E965FC
RGB
CMYK
RGB Variations
Color information
#E965FC (or 0xE965FC) is known color: Heliotrope. HEX triplet: E9, 65 and FC. RGB value is (233,101,252). Sum of RGB (Red+Green+Blue) = 233+101+252=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 101 (39.84% from 255 or 17.24% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #E965FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E965FC is #169A03. Grayscale: #9D9D9D. Windows color (decimal): -1481220 or 16541161. OLE color: 16541161.
HSL color Cylindrical-coordinate representation of color #E965FC: hue angle of 292.45º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E965FC is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 101 | 252 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.01 |
| HSL | 292.45º | 0.96% | 0.69% | - |
| HSV(B) | 292.45º | 0.6% | 0.99% | - |
| XYZ | 55.83 | 33.66 | 95.65 | - |
| YUV | 157.68 | 181.23 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 252 | 0.08 | 0.60 | 0 | 0.01 | 292.45 | 0.96 | 0.69 |
| Hex | E9 | 65 | FC | 8 | 3C | 0 | 1 | 124 | 60 | 45 |
| Octal | 351 | 145 | 374 | 10 | 74 | 0 | 1 | 444 | 140 | 105 |
| Binary | 11101001 | 1100101 | 11111100 | 1000 | 111100 | 0 | 1 | 100100100 | 1100000 | 1000101 |
Color Harmonies of #E965FC
Complementary color
Monochromatic Colors of #E965FC
Black with #E965FC
Text Example
Text Example
White with #E965FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965FC; }
p { color: rgb(233,101,252); }
H1.HeaderClassName
{
color: #E965FC;
}
.AnyTagClassName
{
color: #E965FC;
}
</style>
background-color css
<style>
a { background-color: #E965FC; }
a { background-color: rgb(233,101,252); }
div.DivClassName
{
background-color: #E965FC;
}
.BgClassName
{
background-color: #E965FC;
}
</style>
border-color css
<style>
span { border-color: #E965FC; }
span { border-color: rgb(233,101,252); }
td.TdClassName
{
border-color: #E965FC;
}
.TagClassName
{
border-color: #E965FC;
}
</style>