Shades of Heliotrope #E25BF9
Tints of Heliotrope #E25BF9
RGB
CMYK
RGB Variations
Color information
#E25BF9 (or 0xE25BF9) is known color: Heliotrope. HEX triplet: E2, 5B and F9. RGB value is (226,91,249). Sum of RGB (Red+Green+Blue) = 226+91+249=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 91 (35.94% from 255 or 16.08% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #E25BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25BF9 is #1DA406. Grayscale: #949494. Windows color (decimal): -1942535 or 16341986. OLE color: 16341986.
HSL color Cylindrical-coordinate representation of color #E25BF9: hue angle of 291.27º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25BF9 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 91 | 249 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.02 |
| HSL | 291.27º | 0.93% | 0.67% | - |
| HSV(B) | 291.27º | 0.63% | 0.98% | - |
| XYZ | 52.2 | 30.49 | 92.76 | - |
| YUV | 149.38 | 184.23 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 249 | 0.09 | 0.63 | 0 | 0.02 | 291.27 | 0.93 | 0.67 |
| Hex | E2 | 5B | F9 | 9 | 3F | 0 | 2 | 123 | 5D | 43 |
| Octal | 342 | 133 | 371 | 11 | 77 | 0 | 2 | 443 | 135 | 103 |
| Binary | 11100010 | 1011011 | 11111001 | 1001 | 111111 | 0 | 10 | 100100011 | 1011101 | 1000011 |
Color Harmonies of #E25BF9
Complementary color
Monochromatic Colors of #E25BF9
Black with #E25BF9
Text Example
Text Example
White with #E25BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BF9; }
p { color: rgb(226,91,249); }
H1.HeaderClassName
{
color: #E25BF9;
}
.AnyTagClassName
{
color: #E25BF9;
}
</style>
background-color css
<style>
a { background-color: #E25BF9; }
a { background-color: rgb(226,91,249); }
div.DivClassName
{
background-color: #E25BF9;
}
.BgClassName
{
background-color: #E25BF9;
}
</style>
border-color css
<style>
span { border-color: #E25BF9; }
span { border-color: rgb(226,91,249); }
td.TdClassName
{
border-color: #E25BF9;
}
.TagClassName
{
border-color: #E25BF9;
}
</style>