Shades of Heliotrope #E175F2
Tints of Heliotrope #E175F2
RGB
CMYK
RGB Variations
Color information
#E175F2 (or 0xE175F2) is known color: Heliotrope. HEX triplet: E1, 75 and F2. RGB value is (225,117,242). Sum of RGB (Red+Green+Blue) = 225+117+242=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #E175F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E175F2 is #1E8A0D. Grayscale: #A3A3A3. Windows color (decimal): -2001422 or 15889889. OLE color: 15889889.
HSL color Cylindrical-coordinate representation of color #E175F2: hue angle of 291.84º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E175F2 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 117 | 242 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.05 |
| HSL | 291.84º | 0.83% | 0.7% | - |
| HSV(B) | 291.84º | 0.52% | 0.95% | - |
| XYZ | 53.44 | 35.14 | 87.97 | - |
| YUV | 163.54 | 172.28 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 242 | 0.07 | 0.52 | 0 | 0.05 | 291.84 | 0.83 | 0.7 |
| Hex | E1 | 75 | F2 | 7 | 34 | 0 | 5 | 124 | 53 | 46 |
| Octal | 341 | 165 | 362 | 7 | 64 | 0 | 5 | 444 | 123 | 106 |
| Binary | 11100001 | 1110101 | 11110010 | 111 | 110100 | 0 | 101 | 100100100 | 1010011 | 1000110 |
Color Harmonies of #E175F2
Complementary color
Monochromatic Colors of #E175F2
Black with #E175F2
Text Example
Text Example
White with #E175F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175F2; }
p { color: rgb(225,117,242); }
H1.HeaderClassName
{
color: #E175F2;
}
.AnyTagClassName
{
color: #E175F2;
}
</style>
background-color css
<style>
a { background-color: #E175F2; }
a { background-color: rgb(225,117,242); }
div.DivClassName
{
background-color: #E175F2;
}
.BgClassName
{
background-color: #E175F2;
}
</style>
border-color css
<style>
span { border-color: #E175F2; }
span { border-color: rgb(225,117,242); }
td.TdClassName
{
border-color: #E175F2;
}
.TagClassName
{
border-color: #E175F2;
}
</style>