Shades of Heliotrope #E262FE
Tints of Heliotrope #E262FE
RGB
CMYK
RGB Variations
Color information
#E262FE (or 0xE262FE) is known color: Heliotrope. HEX triplet: E2, 62 and FE. RGB value is (226,98,254). Sum of RGB (Red+Green+Blue) = 226+98+254=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 98 (38.67% from 255 or 16.96% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #E262FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E262FE is #1D9D01. Grayscale: #999999. Windows color (decimal): -1940738 or 16671458. OLE color: 16671458.
HSL color Cylindrical-coordinate representation of color #E262FE: hue angle of 289.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E262FE is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 98 | 254 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.00 |
| HSL | 289.23º | 0.99% | 0.69% | - |
| HSV(B) | 289.23º | 0.61% | 1% | - |
| XYZ | 53.62 | 32.06 | 97.13 | - |
| YUV | 154.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 254 | 0.11 | 0.61 | 0 | 0.00 | 289.23 | 0.99 | 0.69 |
| Hex | E2 | 62 | FE | B | 3D | 0 | 0 | 121 | 63 | 45 |
| Octal | 342 | 142 | 376 | 13 | 75 | 0 | 0 | 441 | 143 | 105 |
| Binary | 11100010 | 1100010 | 11111110 | 1011 | 111101 | 0 | 0 | 100100001 | 1100011 | 1000101 |
Color Harmonies of #E262FE
Complementary color
Monochromatic Colors of #E262FE
Black with #E262FE
Text Example
Text Example
White with #E262FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E262FE; }
p { color: rgb(226,98,254); }
H1.HeaderClassName
{
color: #E262FE;
}
.AnyTagClassName
{
color: #E262FE;
}
</style>
background-color css
<style>
a { background-color: #E262FE; }
a { background-color: rgb(226,98,254); }
div.DivClassName
{
background-color: #E262FE;
}
.BgClassName
{
background-color: #E262FE;
}
</style>
border-color css
<style>
span { border-color: #E262FE; }
span { border-color: rgb(226,98,254); }
td.TdClassName
{
border-color: #E262FE;
}
.TagClassName
{
border-color: #E262FE;
}
</style>