Shades of Heliotrope #E25AF8
Tints of Heliotrope #E25AF8
RGB
CMYK
RGB Variations
Color information
#E25AF8 (or 0xE25AF8) is known color: Heliotrope. HEX triplet: E2, 5A and F8. RGB value is (226,90,248). Sum of RGB (Red+Green+Blue) = 226+90+248=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 90 (35.55% from 255 or 15.96% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #E25AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25AF8 is #1DA507. Grayscale: #949494. Windows color (decimal): -1942792 or 16276194. OLE color: 16276194.
HSL color Cylindrical-coordinate representation of color #E25AF8: hue angle of 291.65º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25AF8 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 90 | 248 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.03 |
| HSL | 291.65º | 0.92% | 0.66% | - |
| HSV(B) | 291.65º | 0.64% | 0.97% | - |
| XYZ | 51.96 | 30.26 | 91.91 | - |
| YUV | 148.68 | 184.06 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 248 | 0.09 | 0.64 | 0 | 0.03 | 291.65 | 0.92 | 0.66 |
| Hex | E2 | 5A | F8 | 9 | 40 | 0 | 3 | 124 | 5C | 42 |
| Octal | 342 | 132 | 370 | 11 | 100 | 0 | 3 | 444 | 134 | 102 |
| Binary | 11100010 | 1011010 | 11111000 | 1001 | 1000000 | 0 | 11 | 100100100 | 1011100 | 1000010 |
Color Harmonies of #E25AF8
Complementary color
Monochromatic Colors of #E25AF8
Black with #E25AF8
Text Example
Text Example
White with #E25AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25AF8; }
p { color: rgb(226,90,248); }
H1.HeaderClassName
{
color: #E25AF8;
}
.AnyTagClassName
{
color: #E25AF8;
}
</style>
background-color css
<style>
a { background-color: #E25AF8; }
a { background-color: rgb(226,90,248); }
div.DivClassName
{
background-color: #E25AF8;
}
.BgClassName
{
background-color: #E25AF8;
}
</style>
border-color css
<style>
span { border-color: #E25AF8; }
span { border-color: rgb(226,90,248); }
td.TdClassName
{
border-color: #E25AF8;
}
.TagClassName
{
border-color: #E25AF8;
}
</style>