Shades of Heliotrope #E265FE
Tints of Heliotrope #E265FE
RGB
CMYK
RGB Variations
Color information
#E265FE (or 0xE265FE) is known color: Heliotrope. HEX triplet: E2, 65 and FE. RGB value is (226,101,254). Sum of RGB (Red+Green+Blue) = 226+101+254=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 101 (39.84% from 255 or 17.38% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #E265FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265FE is #1D9A01. Grayscale: #9B9B9B. Windows color (decimal): -1939970 or 16672226. OLE color: 16672226.
HSL color Cylindrical-coordinate representation of color #E265FE: hue angle of 289.02º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E265FE is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 101 | 254 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.00 |
| HSL | 289.02º | 0.99% | 0.7% | - |
| HSV(B) | 289.02º | 0.6% | 1% | - |
| XYZ | 53.91 | 32.63 | 97.22 | - |
| YUV | 155.82 | 183.41 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 254 | 0.11 | 0.60 | 0 | 0.00 | 289.02 | 0.99 | 0.7 |
| Hex | E2 | 65 | FE | B | 3C | 0 | 0 | 121 | 63 | 46 |
| Octal | 342 | 145 | 376 | 13 | 74 | 0 | 0 | 441 | 143 | 106 |
| Binary | 11100010 | 1100101 | 11111110 | 1011 | 111100 | 0 | 0 | 100100001 | 1100011 | 1000110 |
Color Harmonies of #E265FE
Complementary color
Monochromatic Colors of #E265FE
Black with #E265FE
Text Example
Text Example
White with #E265FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265FE; }
p { color: rgb(226,101,254); }
H1.HeaderClassName
{
color: #E265FE;
}
.AnyTagClassName
{
color: #E265FE;
}
</style>
background-color css
<style>
a { background-color: #E265FE; }
a { background-color: rgb(226,101,254); }
div.DivClassName
{
background-color: #E265FE;
}
.BgClassName
{
background-color: #E265FE;
}
</style>
border-color css
<style>
span { border-color: #E265FE; }
span { border-color: rgb(226,101,254); }
td.TdClassName
{
border-color: #E265FE;
}
.TagClassName
{
border-color: #E265FE;
}
</style>