Shades of Heliotrope #E275F1
Tints of Heliotrope #E275F1
RGB
CMYK
RGB Variations
Color information
#E275F1 (or 0xE275F1) is known color: Heliotrope. HEX triplet: E2, 75 and F1. RGB value is (226,117,241). Sum of RGB (Red+Green+Blue) = 226+117+241=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #E275F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E275F1 is #1D8A0E. Grayscale: #A3A3A3. Windows color (decimal): -1935887 or 15824354. OLE color: 15824354.
HSL color Cylindrical-coordinate representation of color #E275F1: hue angle of 292.74º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E275F1 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 117 | 241 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.05 |
| HSL | 292.74º | 0.82% | 0.7% | - |
| HSV(B) | 292.74º | 0.51% | 0.95% | - |
| XYZ | 53.6 | 35.24 | 87.2 | - |
| YUV | 163.73 | 171.61 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 241 | 0.06 | 0.51 | 0 | 0.05 | 292.74 | 0.82 | 0.7 |
| Hex | E2 | 75 | F1 | 6 | 33 | 0 | 5 | 125 | 52 | 46 |
| Octal | 342 | 165 | 361 | 6 | 63 | 0 | 5 | 445 | 122 | 106 |
| Binary | 11100010 | 1110101 | 11110001 | 110 | 110011 | 0 | 101 | 100100101 | 1010010 | 1000110 |
Color Harmonies of #E275F1
Complementary color
Monochromatic Colors of #E275F1
Black with #E275F1
Text Example
Text Example
White with #E275F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275F1; }
p { color: rgb(226,117,241); }
H1.HeaderClassName
{
color: #E275F1;
}
.AnyTagClassName
{
color: #E275F1;
}
</style>
background-color css
<style>
a { background-color: #E275F1; }
a { background-color: rgb(226,117,241); }
div.DivClassName
{
background-color: #E275F1;
}
.BgClassName
{
background-color: #E275F1;
}
</style>
border-color css
<style>
span { border-color: #E275F1; }
span { border-color: rgb(226,117,241); }
td.TdClassName
{
border-color: #E275F1;
}
.TagClassName
{
border-color: #E275F1;
}
</style>