Shades of Heliotrope #E25BF8
Tints of Heliotrope #E25BF8
RGB
CMYK
RGB Variations
Color information
#E25BF8 (or 0xE25BF8) is known color: Heliotrope. HEX triplet: E2, 5B and F8. RGB value is (226,91,248). Sum of RGB (Red+Green+Blue) = 226+91+248=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 91 (35.94% from 255 or 16.11% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #E25BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25BF8 is #1DA407. Grayscale: #949494. Windows color (decimal): -1942536 or 16276450. OLE color: 16276450.
HSL color Cylindrical-coordinate representation of color #E25BF8: hue angle of 291.59º degrees, saturation: 0.92, 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 #E25BF8 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 91 | 248 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.03 |
| HSL | 291.59º | 0.92% | 0.66% | - |
| HSV(B) | 291.59º | 0.63% | 0.97% | - |
| XYZ | 52.05 | 30.43 | 91.94 | - |
| YUV | 149.26 | 183.73 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 248 | 0.09 | 0.63 | 0 | 0.03 | 291.59 | 0.92 | 0.66 |
| Hex | E2 | 5B | F8 | 9 | 3F | 0 | 3 | 124 | 5C | 42 |
| Octal | 342 | 133 | 370 | 11 | 77 | 0 | 3 | 444 | 134 | 102 |
| Binary | 11100010 | 1011011 | 11111000 | 1001 | 111111 | 0 | 11 | 100100100 | 1011100 | 1000010 |
Color Harmonies of #E25BF8
Complementary color
Monochromatic Colors of #E25BF8
Black with #E25BF8
Text Example
Text Example
White with #E25BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BF8; }
p { color: rgb(226,91,248); }
H1.HeaderClassName
{
color: #E25BF8;
}
.AnyTagClassName
{
color: #E25BF8;
}
</style>
background-color css
<style>
a { background-color: #E25BF8; }
a { background-color: rgb(226,91,248); }
div.DivClassName
{
background-color: #E25BF8;
}
.BgClassName
{
background-color: #E25BF8;
}
</style>
border-color css
<style>
span { border-color: #E25BF8; }
span { border-color: rgb(226,91,248); }
td.TdClassName
{
border-color: #E25BF8;
}
.TagClassName
{
border-color: #E25BF8;
}
</style>