Shades of Heliotrope #E275FA
Tints of Heliotrope #E275FA
RGB
CMYK
RGB Variations
Color information
#E275FA (or 0xE275FA) is known color: Heliotrope. HEX triplet: E2, 75 and FA. RGB value is (226,117,250). Sum of RGB (Red+Green+Blue) = 226+117+250=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 117 (46.09% from 255 or 19.73% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #E275FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E275FA is #1D8A05. Grayscale: #A4A4A4. Windows color (decimal): -1935878 or 16414178. OLE color: 16414178.
HSL color Cylindrical-coordinate representation of color #E275FA: hue angle of 289.17º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E275FA is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 117 | 250 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.02 |
| HSL | 289.17º | 0.93% | 0.72% | - |
| HSV(B) | 289.17º | 0.53% | 0.98% | - |
| XYZ | 54.98 | 35.79 | 94.45 | - |
| YUV | 164.75 | 176.11 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 250 | 0.10 | 0.53 | 0 | 0.02 | 289.17 | 0.93 | 0.72 |
| Hex | E2 | 75 | FA | A | 35 | 0 | 2 | 121 | 5D | 48 |
| Octal | 342 | 165 | 372 | 12 | 65 | 0 | 2 | 441 | 135 | 110 |
| Binary | 11100010 | 1110101 | 11111010 | 1010 | 110101 | 0 | 10 | 100100001 | 1011101 | 1001000 |
Color Harmonies of #E275FA
Complementary color
Monochromatic Colors of #E275FA
Black with #E275FA
Text Example
Text Example
White with #E275FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275FA; }
p { color: rgb(226,117,250); }
H1.HeaderClassName
{
color: #E275FA;
}
.AnyTagClassName
{
color: #E275FA;
}
</style>
background-color css
<style>
a { background-color: #E275FA; }
a { background-color: rgb(226,117,250); }
div.DivClassName
{
background-color: #E275FA;
}
.BgClassName
{
background-color: #E275FA;
}
</style>
border-color css
<style>
span { border-color: #E275FA; }
span { border-color: rgb(226,117,250); }
td.TdClassName
{
border-color: #E275FA;
}
.TagClassName
{
border-color: #E275FA;
}
</style>