Shades of Heliotrope #E270F3
Tints of Heliotrope #E270F3
RGB
CMYK
RGB Variations
Color information
#E270F3 (or 0xE270F3) is known color: Heliotrope. HEX triplet: E2, 70 and F3. RGB value is (226,112,243). Sum of RGB (Red+Green+Blue) = 226+112+243=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #E270F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E270F3 is #1D8F0C. Grayscale: #A0A0A0. Windows color (decimal): -1937165 or 15954146. OLE color: 15954146.
HSL color Cylindrical-coordinate representation of color #E270F3: hue angle of 292.21º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E270F3 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 112 | 243 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.05 |
| HSL | 292.21º | 0.85% | 0.7% | - |
| HSV(B) | 292.21º | 0.54% | 0.95% | - |
| XYZ | 53.34 | 34.23 | 88.59 | - |
| YUV | 161.02 | 174.27 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 243 | 0.07 | 0.54 | 0 | 0.05 | 292.21 | 0.85 | 0.7 |
| Hex | E2 | 70 | F3 | 7 | 36 | 0 | 5 | 124 | 55 | 46 |
| Octal | 342 | 160 | 363 | 7 | 66 | 0 | 5 | 444 | 125 | 106 |
| Binary | 11100010 | 1110000 | 11110011 | 111 | 110110 | 0 | 101 | 100100100 | 1010101 | 1000110 |
Color Harmonies of #E270F3
Complementary color
Monochromatic Colors of #E270F3
Black with #E270F3
Text Example
Text Example
White with #E270F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270F3; }
p { color: rgb(226,112,243); }
H1.HeaderClassName
{
color: #E270F3;
}
.AnyTagClassName
{
color: #E270F3;
}
</style>
background-color css
<style>
a { background-color: #E270F3; }
a { background-color: rgb(226,112,243); }
div.DivClassName
{
background-color: #E270F3;
}
.BgClassName
{
background-color: #E270F3;
}
</style>
border-color css
<style>
span { border-color: #E270F3; }
span { border-color: rgb(226,112,243); }
td.TdClassName
{
border-color: #E270F3;
}
.TagClassName
{
border-color: #E270F3;
}
</style>