Shades of Heliotrope #E265F0
Tints of Heliotrope #E265F0
RGB
CMYK
RGB Variations
Color information
#E265F0 (or 0xE265F0) is known color: Heliotrope. HEX triplet: E2, 65 and F0. RGB value is (226,101,240). Sum of RGB (Red+Green+Blue) = 226+101+240=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #E265F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265F0 is #1D9A0F. Grayscale: #999999. Windows color (decimal): -1939984 or 15754722. OLE color: 15754722.
HSL color Cylindrical-coordinate representation of color #E265F0: hue angle of 293.96º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E265F0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 101 | 240 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.06 |
| HSL | 293.96º | 0.82% | 0.67% | - |
| HSV(B) | 293.96º | 0.58% | 0.94% | - |
| XYZ | 51.75 | 31.77 | 85.84 | - |
| YUV | 154.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 240 | 0.06 | 0.58 | 0 | 0.06 | 293.96 | 0.82 | 0.67 |
| Hex | E2 | 65 | F0 | 6 | 3A | 0 | 6 | 126 | 52 | 43 |
| Octal | 342 | 145 | 360 | 6 | 72 | 0 | 6 | 446 | 122 | 103 |
| Binary | 11100010 | 1100101 | 11110000 | 110 | 111010 | 0 | 110 | 100100110 | 1010010 | 1000011 |
Color Harmonies of #E265F0
Complementary color
Monochromatic Colors of #E265F0
Black with #E265F0
Text Example
Text Example
White with #E265F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265F0; }
p { color: rgb(226,101,240); }
H1.HeaderClassName
{
color: #E265F0;
}
.AnyTagClassName
{
color: #E265F0;
}
</style>
background-color css
<style>
a { background-color: #E265F0; }
a { background-color: rgb(226,101,240); }
div.DivClassName
{
background-color: #E265F0;
}
.BgClassName
{
background-color: #E265F0;
}
</style>
border-color css
<style>
span { border-color: #E265F0; }
span { border-color: rgb(226,101,240); }
td.TdClassName
{
border-color: #E265F0;
}
.TagClassName
{
border-color: #E265F0;
}
</style>