Shades of Heliotrope #E25BFA
Tints of Heliotrope #E25BFA
RGB
CMYK
RGB Variations
Color information
#E25BFA (or 0xE25BFA) is known color: Heliotrope. HEX triplet: E2, 5B and FA. RGB value is (226,91,250). Sum of RGB (Red+Green+Blue) = 226+91+250=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 91 (35.94% from 255 or 16.05% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #E25BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25BFA is #1DA405. Grayscale: #949494. Windows color (decimal): -1942534 or 16407522. OLE color: 16407522.
HSL color Cylindrical-coordinate representation of color #E25BFA: hue angle of 290.94º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25BFA is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 91 | 250 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.02 |
| HSL | 290.94º | 0.94% | 0.67% | - |
| HSV(B) | 290.94º | 0.64% | 0.98% | - |
| XYZ | 52.36 | 30.55 | 93.58 | - |
| YUV | 149.49 | 184.73 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 250 | 0.10 | 0.64 | 0 | 0.02 | 290.94 | 0.94 | 0.67 |
| Hex | E2 | 5B | FA | A | 40 | 0 | 2 | 123 | 5E | 43 |
| Octal | 342 | 133 | 372 | 12 | 100 | 0 | 2 | 443 | 136 | 103 |
| Binary | 11100010 | 1011011 | 11111010 | 1010 | 1000000 | 0 | 10 | 100100011 | 1011110 | 1000011 |
Color Harmonies of #E25BFA
Complementary color
Monochromatic Colors of #E25BFA
Black with #E25BFA
Text Example
Text Example
White with #E25BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BFA; }
p { color: rgb(226,91,250); }
H1.HeaderClassName
{
color: #E25BFA;
}
.AnyTagClassName
{
color: #E25BFA;
}
</style>
background-color css
<style>
a { background-color: #E25BFA; }
a { background-color: rgb(226,91,250); }
div.DivClassName
{
background-color: #E25BFA;
}
.BgClassName
{
background-color: #E25BFA;
}
</style>
border-color css
<style>
span { border-color: #E25BFA; }
span { border-color: rgb(226,91,250); }
td.TdClassName
{
border-color: #E25BFA;
}
.TagClassName
{
border-color: #E25BFA;
}
</style>