Shades of Heliotrope #E265FF
Tints of Heliotrope #E265FF
RGB
CMYK
RGB Variations
Color information
#E265FF (or 0xE265FF) is known color: Heliotrope. HEX triplet: E2, 65 and FF. RGB value is (226,101,255). Sum of RGB (Red+Green+Blue) = 226+101+255=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 101 (39.84% from 255 or 17.35% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #E265FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265FF is #1D9A00. Grayscale: #9B9B9B. Windows color (decimal): -1939969 or 16737762. OLE color: 16737762.
HSL color Cylindrical-coordinate representation of color #E265FF: hue angle of 288.7º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E265FF is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 101 | 255 | - |
| CMYK | 0.11 | 0.60 | 0 | 0 |
| HSL | 288.7º | 1% | 0.7% | - |
| HSV(B) | 288.7º | 0.6% | 1% | - |
| XYZ | 54.07 | 32.7 | 98.07 | - |
| YUV | 155.93 | 183.91 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 255 | 0.11 | 0.60 | 0 | 0 | 288.7 | 1 | 0.7 |
| Hex | E2 | 65 | FF | B | 3C | 0 | 0 | 121 | 64 | 46 |
| Octal | 342 | 145 | 377 | 13 | 74 | 0 | 0 | 441 | 144 | 106 |
| Binary | 11100010 | 1100101 | 11111111 | 1011 | 111100 | 0 | 0 | 100100001 | 1100100 | 1000110 |
Color Harmonies of #E265FF
Complementary color
Monochromatic Colors of #E265FF
Black with #E265FF
Text Example
Text Example
White with #E265FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265FF; }
p { color: rgb(226,101,255); }
H1.HeaderClassName
{
color: #E265FF;
}
.AnyTagClassName
{
color: #E265FF;
}
</style>
background-color css
<style>
a { background-color: #E265FF; }
a { background-color: rgb(226,101,255); }
div.DivClassName
{
background-color: #E265FF;
}
.BgClassName
{
background-color: #E265FF;
}
</style>
border-color css
<style>
span { border-color: #E265FF; }
span { border-color: rgb(226,101,255); }
td.TdClassName
{
border-color: #E265FF;
}
.TagClassName
{
border-color: #E265FF;
}
</style>