Shades of Heliotrope #E260F0
Tints of Heliotrope #E260F0
RGB
CMYK
RGB Variations
Color information
#E260F0 (or 0xE260F0) is known color: Heliotrope. HEX triplet: E2, 60 and F0. RGB value is (226,96,240). Sum of RGB (Red+Green+Blue) = 226+96+240=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 96 (37.89% from 255 or 17.08% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #E260F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E260F0 is #1D9F0F. Grayscale: #969696. Windows color (decimal): -1941264 or 15753442. OLE color: 15753442.
HSL color Cylindrical-coordinate representation of color #E260F0: hue angle of 294.17º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E260F0 is Cyan = 0.06, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 96 | 240 | - |
| CMYK | 0.06 | 0.6 | 0 | 0.06 |
| HSL | 294.17º | 0.83% | 0.66% | - |
| HSV(B) | 294.17º | 0.6% | 0.94% | - |
| XYZ | 51.28 | 30.83 | 85.69 | - |
| YUV | 151.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 240 | 0.06 | 0.6 | 0 | 0.06 | 294.17 | 0.83 | 0.66 |
| Hex | E2 | 60 | F0 | 6 | 3C | 0 | 6 | 126 | 53 | 42 |
| Octal | 342 | 140 | 360 | 6 | 74 | 0 | 6 | 446 | 123 | 102 |
| Binary | 11100010 | 1100000 | 11110000 | 110 | 111100 | 0 | 110 | 100100110 | 1010011 | 1000010 |
Color Harmonies of #E260F0
Complementary color
Monochromatic Colors of #E260F0
Black with #E260F0
Text Example
Text Example
White with #E260F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260F0; }
p { color: rgb(226,96,240); }
H1.HeaderClassName
{
color: #E260F0;
}
.AnyTagClassName
{
color: #E260F0;
}
</style>
background-color css
<style>
a { background-color: #E260F0; }
a { background-color: rgb(226,96,240); }
div.DivClassName
{
background-color: #E260F0;
}
.BgClassName
{
background-color: #E260F0;
}
</style>
border-color css
<style>
span { border-color: #E260F0; }
span { border-color: rgb(226,96,240); }
td.TdClassName
{
border-color: #E260F0;
}
.TagClassName
{
border-color: #E260F0;
}
</style>