Shades of Heliotrope #E25EFB
Tints of Heliotrope #E25EFB
RGB
CMYK
RGB Variations
Color information
#E25EFB (or 0xE25EFB) is known color: Heliotrope. HEX triplet: E2, 5E and FB. RGB value is (226,94,251). Sum of RGB (Red+Green+Blue) = 226+94+251=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 94 (37.11% from 255 or 16.46% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #E25EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25EFB is #1DA104. Grayscale: #969696. Windows color (decimal): -1941765 or 16473826. OLE color: 16473826.
HSL color Cylindrical-coordinate representation of color #E25EFB: hue angle of 290.45º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25EFB is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 94 | 251 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.02 |
| HSL | 290.45º | 0.95% | 0.68% | - |
| HSV(B) | 290.45º | 0.63% | 0.98% | - |
| XYZ | 52.78 | 31.14 | 94.5 | - |
| YUV | 151.37 | 184.23 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 251 | 0.10 | 0.63 | 0 | 0.02 | 290.45 | 0.95 | 0.68 |
| Hex | E2 | 5E | FB | A | 3F | 0 | 2 | 122 | 5F | 44 |
| Octal | 342 | 136 | 373 | 12 | 77 | 0 | 2 | 442 | 137 | 104 |
| Binary | 11100010 | 1011110 | 11111011 | 1010 | 111111 | 0 | 10 | 100100010 | 1011111 | 1000100 |
Color Harmonies of #E25EFB
Complementary color
Monochromatic Colors of #E25EFB
Black with #E25EFB
Text Example
Text Example
White with #E25EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25EFB; }
p { color: rgb(226,94,251); }
H1.HeaderClassName
{
color: #E25EFB;
}
.AnyTagClassName
{
color: #E25EFB;
}
</style>
background-color css
<style>
a { background-color: #E25EFB; }
a { background-color: rgb(226,94,251); }
div.DivClassName
{
background-color: #E25EFB;
}
.BgClassName
{
background-color: #E25EFB;
}
</style>
border-color css
<style>
span { border-color: #E25EFB; }
span { border-color: rgb(226,94,251); }
td.TdClassName
{
border-color: #E25EFB;
}
.TagClassName
{
border-color: #E25EFB;
}
</style>