Shades of Heliotrope #E175FA
Tints of Heliotrope #E175FA
RGB
CMYK
RGB Variations
Color information
#E175FA (or 0xE175FA) is known color: Heliotrope. HEX triplet: E1, 75 and FA. RGB value is (225,117,250). Sum of RGB (Red+Green+Blue) = 225+117+250=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #E175FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E175FA is #1E8A05. Grayscale: #A4A4A4. Windows color (decimal): -2001414 or 16414177. OLE color: 16414177.
HSL color Cylindrical-coordinate representation of color #E175FA: hue angle of 288.72º 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 #E175FA is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 117 | 250 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.02 |
| HSL | 288.72º | 0.93% | 0.72% | - |
| HSV(B) | 288.72º | 0.53% | 0.98% | - |
| XYZ | 54.67 | 35.63 | 94.44 | - |
| YUV | 164.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 250 | 0.10 | 0.53 | 0 | 0.02 | 288.72 | 0.93 | 0.72 |
| Hex | E1 | 75 | FA | A | 35 | 0 | 2 | 121 | 5D | 48 |
| Octal | 341 | 165 | 372 | 12 | 65 | 0 | 2 | 441 | 135 | 110 |
| Binary | 11100001 | 1110101 | 11111010 | 1010 | 110101 | 0 | 10 | 100100001 | 1011101 | 1001000 |
Color Harmonies of #E175FA
Complementary color
Monochromatic Colors of #E175FA
Black with #E175FA
Text Example
Text Example
White with #E175FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175FA; }
p { color: rgb(225,117,250); }
H1.HeaderClassName
{
color: #E175FA;
}
.AnyTagClassName
{
color: #E175FA;
}
</style>
background-color css
<style>
a { background-color: #E175FA; }
a { background-color: rgb(225,117,250); }
div.DivClassName
{
background-color: #E175FA;
}
.BgClassName
{
background-color: #E175FA;
}
</style>
border-color css
<style>
span { border-color: #E175FA; }
span { border-color: rgb(225,117,250); }
td.TdClassName
{
border-color: #E175FA;
}
.TagClassName
{
border-color: #E175FA;
}
</style>