Shades of Heliotrope #E27AF2
Tints of Heliotrope #E27AF2
RGB
CMYK
RGB Variations
Color information
#E27AF2 (or 0xE27AF2) is known color: Heliotrope. HEX triplet: E2, 7A and F2. RGB value is (226,122,242). Sum of RGB (Red+Green+Blue) = 226+122+242=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #E27AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27AF2 is #1D850D. Grayscale: #A6A6A6. Windows color (decimal): -1934606 or 15891170. OLE color: 15891170.
HSL color Cylindrical-coordinate representation of color #E27AF2: hue angle of 292º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27AF2 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 122 | 242 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.05 |
| HSL | 292º | 0.82% | 0.71% | - |
| HSV(B) | 292º | 0.5% | 0.95% | - |
| XYZ | 54.35 | 36.5 | 88.18 | - |
| YUV | 166.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 242 | 0.07 | 0.50 | 0 | 0.05 | 292 | 0.82 | 0.71 |
| Hex | E2 | 7A | F2 | 7 | 32 | 0 | 5 | 124 | 52 | 47 |
| Octal | 342 | 172 | 362 | 7 | 62 | 0 | 5 | 444 | 122 | 107 |
| Binary | 11100010 | 1111010 | 11110010 | 111 | 110010 | 0 | 101 | 100100100 | 1010010 | 1000111 |
Color Harmonies of #E27AF2
Complementary color
Monochromatic Colors of #E27AF2
Black with #E27AF2
Text Example
Text Example
White with #E27AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27AF2; }
p { color: rgb(226,122,242); }
H1.HeaderClassName
{
color: #E27AF2;
}
.AnyTagClassName
{
color: #E27AF2;
}
</style>
background-color css
<style>
a { background-color: #E27AF2; }
a { background-color: rgb(226,122,242); }
div.DivClassName
{
background-color: #E27AF2;
}
.BgClassName
{
background-color: #E27AF2;
}
</style>
border-color css
<style>
span { border-color: #E27AF2; }
span { border-color: rgb(226,122,242); }
td.TdClassName
{
border-color: #E27AF2;
}
.TagClassName
{
border-color: #E27AF2;
}
</style>