Shades of Heliotrope #E25CF6
Tints of Heliotrope #E25CF6
RGB
CMYK
RGB Variations
Color information
#E25CF6 (or 0xE25CF6) is known color: Heliotrope. HEX triplet: E2, 5C and F6. RGB value is (226,92,246). Sum of RGB (Red+Green+Blue) = 226+92+246=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 92 (36.33% from 255 or 16.31% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #E25CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25CF6 is #1DA309. Grayscale: #959595. Windows color (decimal): -1942282 or 16145634. OLE color: 16145634.
HSL color Cylindrical-coordinate representation of color #E25CF6: hue angle of 292.21º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25CF6 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 92 | 246 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.04 |
| HSL | 292.21º | 0.9% | 0.66% | - |
| HSV(B) | 292.21º | 0.63% | 0.96% | - |
| XYZ | 51.83 | 30.48 | 90.34 | - |
| YUV | 149.62 | 182.39 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 246 | 0.08 | 0.63 | 0 | 0.04 | 292.21 | 0.9 | 0.66 |
| Hex | E2 | 5C | F6 | 8 | 3F | 0 | 4 | 124 | 5A | 42 |
| Octal | 342 | 134 | 366 | 10 | 77 | 0 | 4 | 444 | 132 | 102 |
| Binary | 11100010 | 1011100 | 11110110 | 1000 | 111111 | 0 | 100 | 100100100 | 1011010 | 1000010 |
Color Harmonies of #E25CF6
Complementary color
Monochromatic Colors of #E25CF6
Black with #E25CF6
Text Example
Text Example
White with #E25CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25CF6; }
p { color: rgb(226,92,246); }
H1.HeaderClassName
{
color: #E25CF6;
}
.AnyTagClassName
{
color: #E25CF6;
}
</style>
background-color css
<style>
a { background-color: #E25CF6; }
a { background-color: rgb(226,92,246); }
div.DivClassName
{
background-color: #E25CF6;
}
.BgClassName
{
background-color: #E25CF6;
}
</style>
border-color css
<style>
span { border-color: #E25CF6; }
span { border-color: rgb(226,92,246); }
td.TdClassName
{
border-color: #E25CF6;
}
.TagClassName
{
border-color: #E25CF6;
}
</style>