Shades of Heliotrope #E276F9
Tints of Heliotrope #E276F9
RGB
CMYK
RGB Variations
Color information
#E276F9 (or 0xE276F9) is known color: Heliotrope. HEX triplet: E2, 76 and F9. RGB value is (226,118,249). Sum of RGB (Red+Green+Blue) = 226+118+249=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 118 (46.48% from 255 or 19.90% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #E276F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E276F9 is #1D8906. Grayscale: #A4A4A4. Windows color (decimal): -1935623 or 16348898. OLE color: 16348898.
HSL color Cylindrical-coordinate representation of color #E276F9: hue angle of 289.47º degrees, saturation: 0.92, 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 #E276F9 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 118 | 249 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.02 |
| HSL | 289.47º | 0.92% | 0.72% | - |
| HSV(B) | 289.47º | 0.53% | 0.98% | - |
| XYZ | 54.94 | 35.97 | 93.67 | - |
| YUV | 165.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 249 | 0.09 | 0.53 | 0 | 0.02 | 289.47 | 0.92 | 0.72 |
| Hex | E2 | 76 | F9 | 9 | 35 | 0 | 2 | 121 | 5C | 48 |
| Octal | 342 | 166 | 371 | 11 | 65 | 0 | 2 | 441 | 134 | 110 |
| Binary | 11100010 | 1110110 | 11111001 | 1001 | 110101 | 0 | 10 | 100100001 | 1011100 | 1001000 |
Color Harmonies of #E276F9
Complementary color
Monochromatic Colors of #E276F9
Black with #E276F9
Text Example
Text Example
White with #E276F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E276F9; }
p { color: rgb(226,118,249); }
H1.HeaderClassName
{
color: #E276F9;
}
.AnyTagClassName
{
color: #E276F9;
}
</style>
background-color css
<style>
a { background-color: #E276F9; }
a { background-color: rgb(226,118,249); }
div.DivClassName
{
background-color: #E276F9;
}
.BgClassName
{
background-color: #E276F9;
}
</style>
border-color css
<style>
span { border-color: #E276F9; }
span { border-color: rgb(226,118,249); }
td.TdClassName
{
border-color: #E276F9;
}
.TagClassName
{
border-color: #E276F9;
}
</style>