Shades of Heliotrope #E281F5
Tints of Heliotrope #E281F5
RGB
CMYK
RGB Variations
Color information
#E281F5 (or 0xE281F5) is known color: Heliotrope. HEX triplet: E2, 81 and F5. RGB value is (226,129,245). Sum of RGB (Red+Green+Blue) = 226+129+245=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 245 - color contains mainly: blue. Hex color #E281F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E281F5 is #1D7E0A. Grayscale: #AAAAAA. Windows color (decimal): -1932811 or 16089570. OLE color: 16089570.
HSL color Cylindrical-coordinate representation of color #E281F5: hue angle of 290.17º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E281F5 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 129 | 245 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.04 |
| HSL | 290.17º | 0.85% | 0.73% | - |
| HSV(B) | 290.17º | 0.47% | 0.96% | - |
| XYZ | 55.7 | 38.46 | 90.87 | - |
| YUV | 171.23 | 169.64 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 245 | 0.08 | 0.47 | 0 | 0.04 | 290.17 | 0.85 | 0.73 |
| Hex | E2 | 81 | F5 | 8 | 2F | 0 | 4 | 122 | 55 | 49 |
| Octal | 342 | 201 | 365 | 10 | 57 | 0 | 4 | 442 | 125 | 111 |
| Binary | 11100010 | 10000001 | 11110101 | 1000 | 101111 | 0 | 100 | 100100010 | 1010101 | 1001001 |
Color Harmonies of #E281F5
Complementary color
Monochromatic Colors of #E281F5
Black with #E281F5
Text Example
Text Example
White with #E281F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281F5; }
p { color: rgb(226,129,245); }
H1.HeaderClassName
{
color: #E281F5;
}
.AnyTagClassName
{
color: #E281F5;
}
</style>
background-color css
<style>
a { background-color: #E281F5; }
a { background-color: rgb(226,129,245); }
div.DivClassName
{
background-color: #E281F5;
}
.BgClassName
{
background-color: #E281F5;
}
</style>
border-color css
<style>
span { border-color: #E281F5; }
span { border-color: rgb(226,129,245); }
td.TdClassName
{
border-color: #E281F5;
}
.TagClassName
{
border-color: #E281F5;
}
</style>