Shades of Heliotrope #E265FC
Tints of Heliotrope #E265FC
RGB
CMYK
RGB Variations
Color information
#E265FC (or 0xE265FC) is known color: Heliotrope. HEX triplet: E2, 65 and FC. RGB value is (226,101,252). Sum of RGB (Red+Green+Blue) = 226+101+252=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 101 (39.84% from 255 or 17.44% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #E265FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265FC is #1D9A03. Grayscale: #9B9B9B. Windows color (decimal): -1939972 or 16541154. OLE color: 16541154.
HSL color Cylindrical-coordinate representation of color #E265FC: hue angle of 289.67º 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 #E265FC is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 101 | 252 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.01 |
| HSL | 289.67º | 0.96% | 0.69% | - |
| HSV(B) | 289.67º | 0.6% | 0.99% | - |
| XYZ | 53.59 | 32.5 | 95.55 | - |
| YUV | 155.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 252 | 0.10 | 0.60 | 0 | 0.01 | 289.67 | 0.96 | 0.69 |
| Hex | E2 | 65 | FC | A | 3C | 0 | 1 | 122 | 60 | 45 |
| Octal | 342 | 145 | 374 | 12 | 74 | 0 | 1 | 442 | 140 | 105 |
| Binary | 11100010 | 1100101 | 11111100 | 1010 | 111100 | 0 | 1 | 100100010 | 1100000 | 1000101 |
Color Harmonies of #E265FC
Complementary color
Monochromatic Colors of #E265FC
Black with #E265FC
Text Example
Text Example
White with #E265FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265FC; }
p { color: rgb(226,101,252); }
H1.HeaderClassName
{
color: #E265FC;
}
.AnyTagClassName
{
color: #E265FC;
}
</style>
background-color css
<style>
a { background-color: #E265FC; }
a { background-color: rgb(226,101,252); }
div.DivClassName
{
background-color: #E265FC;
}
.BgClassName
{
background-color: #E265FC;
}
</style>
border-color css
<style>
span { border-color: #E265FC; }
span { border-color: rgb(226,101,252); }
td.TdClassName
{
border-color: #E265FC;
}
.TagClassName
{
border-color: #E265FC;
}
</style>