Shades of Heliotrope #E268F1
Tints of Heliotrope #E268F1
RGB
CMYK
RGB Variations
Color information
#E268F1 (or 0xE268F1) is known color: Heliotrope. HEX triplet: E2, 68 and F1. RGB value is (226,104,241). Sum of RGB (Red+Green+Blue) = 226+104+241=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 104 (41.02% from 255 or 18.21% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #E268F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E268F1 is #1D970E. Grayscale: #9B9B9B. Windows color (decimal): -1939215 or 15821026. OLE color: 15821026.
HSL color Cylindrical-coordinate representation of color #E268F1: hue angle of 293.43º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E268F1 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 104 | 241 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.05 |
| HSL | 293.43º | 0.83% | 0.68% | - |
| HSV(B) | 293.43º | 0.57% | 0.95% | - |
| XYZ | 52.19 | 32.42 | 86.73 | - |
| YUV | 156.1 | 175.92 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 241 | 0.06 | 0.57 | 0 | 0.05 | 293.43 | 0.83 | 0.68 |
| Hex | E2 | 68 | F1 | 6 | 39 | 0 | 5 | 125 | 53 | 44 |
| Octal | 342 | 150 | 361 | 6 | 71 | 0 | 5 | 445 | 123 | 104 |
| Binary | 11100010 | 1101000 | 11110001 | 110 | 111001 | 0 | 101 | 100100101 | 1010011 | 1000100 |
Color Harmonies of #E268F1
Complementary color
Monochromatic Colors of #E268F1
Black with #E268F1
Text Example
Text Example
White with #E268F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268F1; }
p { color: rgb(226,104,241); }
H1.HeaderClassName
{
color: #E268F1;
}
.AnyTagClassName
{
color: #E268F1;
}
</style>
background-color css
<style>
a { background-color: #E268F1; }
a { background-color: rgb(226,104,241); }
div.DivClassName
{
background-color: #E268F1;
}
.BgClassName
{
background-color: #E268F1;
}
</style>
border-color css
<style>
span { border-color: #E268F1; }
span { border-color: rgb(226,104,241); }
td.TdClassName
{
border-color: #E268F1;
}
.TagClassName
{
border-color: #E268F1;
}
</style>