Shades of Heliotrope #E263FA
Tints of Heliotrope #E263FA
RGB
CMYK
RGB Variations
Color information
#E263FA (or 0xE263FA) is known color: Heliotrope. HEX triplet: E2, 63 and FA. RGB value is (226,99,250). Sum of RGB (Red+Green+Blue) = 226+99+250=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 99 (39.06% from 255 or 17.22% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #E263FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E263FA is #1D9C05. Grayscale: #999999. Windows color (decimal): -1940486 or 16409570. OLE color: 16409570.
HSL color Cylindrical-coordinate representation of color #E263FA: hue angle of 290.46º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E263FA is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 99 | 250 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.02 |
| HSL | 290.46º | 0.94% | 0.68% | - |
| HSV(B) | 290.46º | 0.6% | 0.98% | - |
| XYZ | 53.08 | 31.99 | 93.82 | - |
| YUV | 154.19 | 182.08 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 250 | 0.10 | 0.60 | 0 | 0.02 | 290.46 | 0.94 | 0.68 |
| Hex | E2 | 63 | FA | A | 3C | 0 | 2 | 122 | 5E | 44 |
| Octal | 342 | 143 | 372 | 12 | 74 | 0 | 2 | 442 | 136 | 104 |
| Binary | 11100010 | 1100011 | 11111010 | 1010 | 111100 | 0 | 10 | 100100010 | 1011110 | 1000100 |
Color Harmonies of #E263FA
Complementary color
Monochromatic Colors of #E263FA
Black with #E263FA
Text Example
Text Example
White with #E263FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E263FA; }
p { color: rgb(226,99,250); }
H1.HeaderClassName
{
color: #E263FA;
}
.AnyTagClassName
{
color: #E263FA;
}
</style>
background-color css
<style>
a { background-color: #E263FA; }
a { background-color: rgb(226,99,250); }
div.DivClassName
{
background-color: #E263FA;
}
.BgClassName
{
background-color: #E263FA;
}
</style>
border-color css
<style>
span { border-color: #E263FA; }
span { border-color: rgb(226,99,250); }
td.TdClassName
{
border-color: #E263FA;
}
.TagClassName
{
border-color: #E263FA;
}
</style>