Shades of Heliotrope #E270FE
Tints of Heliotrope #E270FE
RGB
CMYK
RGB Variations
Color information
#E270FE (or 0xE270FE) is known color: Heliotrope. HEX triplet: E2, 70 and FE. RGB value is (226,112,254). Sum of RGB (Red+Green+Blue) = 226+112+254=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 112 (44.14% from 255 or 18.92% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #E270FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E270FE is #1D8F01. Grayscale: #A1A1A1. Windows color (decimal): -1937154 or 16675042. OLE color: 16675042.
HSL color Cylindrical-coordinate representation of color #E270FE: hue angle of 288.17º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E270FE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 112 | 254 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.00 |
| HSL | 288.17º | 0.99% | 0.72% | - |
| HSV(B) | 288.17º | 0.56% | 1% | - |
| XYZ | 55.05 | 34.91 | 97.6 | - |
| YUV | 162.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 254 | 0.11 | 0.56 | 0 | 0.00 | 288.17 | 0.99 | 0.72 |
| Hex | E2 | 70 | FE | B | 38 | 0 | 0 | 120 | 63 | 48 |
| Octal | 342 | 160 | 376 | 13 | 70 | 0 | 0 | 440 | 143 | 110 |
| Binary | 11100010 | 1110000 | 11111110 | 1011 | 111000 | 0 | 0 | 100100000 | 1100011 | 1001000 |
Color Harmonies of #E270FE
Complementary color
Monochromatic Colors of #E270FE
Black with #E270FE
Text Example
Text Example
White with #E270FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270FE; }
p { color: rgb(226,112,254); }
H1.HeaderClassName
{
color: #E270FE;
}
.AnyTagClassName
{
color: #E270FE;
}
</style>
background-color css
<style>
a { background-color: #E270FE; }
a { background-color: rgb(226,112,254); }
div.DivClassName
{
background-color: #E270FE;
}
.BgClassName
{
background-color: #E270FE;
}
</style>
border-color css
<style>
span { border-color: #E270FE; }
span { border-color: rgb(226,112,254); }
td.TdClassName
{
border-color: #E270FE;
}
.TagClassName
{
border-color: #E270FE;
}
</style>