Shades of Heliotrope #E25CF7
Tints of Heliotrope #E25CF7
RGB
CMYK
RGB Variations
Color information
#E25CF7 (or 0xE25CF7) is known color: Heliotrope. HEX triplet: E2, 5C and F7. RGB value is (226,92,247). Sum of RGB (Red+Green+Blue) = 226+92+247=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 92 (36.33% from 255 or 16.28% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #E25CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25CF7 is #1DA308. Grayscale: #959595. Windows color (decimal): -1942281 or 16211170. OLE color: 16211170.
HSL color Cylindrical-coordinate representation of color #E25CF7: hue angle of 291.87º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25CF7 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 92 | 247 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.03 |
| HSL | 291.87º | 0.91% | 0.66% | - |
| HSV(B) | 291.87º | 0.63% | 0.97% | - |
| XYZ | 51.98 | 30.54 | 91.15 | - |
| YUV | 149.74 | 182.89 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 247 | 0.09 | 0.63 | 0 | 0.03 | 291.87 | 0.91 | 0.66 |
| Hex | E2 | 5C | F7 | 9 | 3F | 0 | 3 | 124 | 5B | 42 |
| Octal | 342 | 134 | 367 | 11 | 77 | 0 | 3 | 444 | 133 | 102 |
| Binary | 11100010 | 1011100 | 11110111 | 1001 | 111111 | 0 | 11 | 100100100 | 1011011 | 1000010 |
Color Harmonies of #E25CF7
Complementary color
Monochromatic Colors of #E25CF7
Black with #E25CF7
Text Example
Text Example
White with #E25CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25CF7; }
p { color: rgb(226,92,247); }
H1.HeaderClassName
{
color: #E25CF7;
}
.AnyTagClassName
{
color: #E25CF7;
}
</style>
background-color css
<style>
a { background-color: #E25CF7; }
a { background-color: rgb(226,92,247); }
div.DivClassName
{
background-color: #E25CF7;
}
.BgClassName
{
background-color: #E25CF7;
}
</style>
border-color css
<style>
span { border-color: #E25CF7; }
span { border-color: rgb(226,92,247); }
td.TdClassName
{
border-color: #E25CF7;
}
.TagClassName
{
border-color: #E25CF7;
}
</style>