Shades of Heliotrope #E274EF
Tints of Heliotrope #E274EF
RGB
CMYK
RGB Variations
Color information
#E274EF (or 0xE274EF) is known color: Heliotrope. HEX triplet: E2, 74 and EF. RGB value is (226,116,239). Sum of RGB (Red+Green+Blue) = 226+116+239=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #E274EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E274EF is #1D8B10. Grayscale: #A2A2A2. Windows color (decimal): -1936145 or 15693026. OLE color: 15693026.
HSL color Cylindrical-coordinate representation of color #E274EF: hue angle of 293.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E274EF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 116 | 239 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.06 |
| HSL | 293.66º | 0.79% | 0.7% | - |
| HSV(B) | 293.66º | 0.51% | 0.94% | - |
| XYZ | 53.19 | 34.89 | 85.59 | - |
| YUV | 162.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 239 | 0.05 | 0.51 | 0 | 0.06 | 293.66 | 0.79 | 0.7 |
| Hex | E2 | 74 | EF | 5 | 33 | 0 | 6 | 126 | 4F | 46 |
| Octal | 342 | 164 | 357 | 5 | 63 | 0 | 6 | 446 | 117 | 106 |
| Binary | 11100010 | 1110100 | 11101111 | 101 | 110011 | 0 | 110 | 100100110 | 1001111 | 1000110 |
Color Harmonies of #E274EF
Complementary color
Monochromatic Colors of #E274EF
Black with #E274EF
Text Example
Text Example
White with #E274EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274EF; }
p { color: rgb(226,116,239); }
H1.HeaderClassName
{
color: #E274EF;
}
.AnyTagClassName
{
color: #E274EF;
}
</style>
background-color css
<style>
a { background-color: #E274EF; }
a { background-color: rgb(226,116,239); }
div.DivClassName
{
background-color: #E274EF;
}
.BgClassName
{
background-color: #E274EF;
}
</style>
border-color css
<style>
span { border-color: #E274EF; }
span { border-color: rgb(226,116,239); }
td.TdClassName
{
border-color: #E274EF;
}
.TagClassName
{
border-color: #E274EF;
}
</style>