Shades of Heliotrope #E280F5
Tints of Heliotrope #E280F5
RGB
CMYK
RGB Variations
Color information
#E280F5 (or 0xE280F5) is known color: Heliotrope. HEX triplet: E2, 80 and F5. RGB value is (226,128,245). Sum of RGB (Red+Green+Blue) = 226+128+245=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #E280F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280F5 is #1D7F0A. Grayscale: #AAAAAA. Windows color (decimal): -1933067 or 16089314. OLE color: 16089314.
HSL color Cylindrical-coordinate representation of color #E280F5: hue angle of 290.26º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E280F5 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 128 | 245 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.04 |
| HSL | 290.26º | 0.85% | 0.73% | - |
| HSV(B) | 290.26º | 0.48% | 0.96% | - |
| XYZ | 55.56 | 38.2 | 90.83 | - |
| YUV | 170.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 245 | 0.08 | 0.48 | 0 | 0.04 | 290.26 | 0.85 | 0.73 |
| Hex | E2 | 80 | F5 | 8 | 30 | 0 | 4 | 122 | 55 | 49 |
| Octal | 342 | 200 | 365 | 10 | 60 | 0 | 4 | 442 | 125 | 111 |
| Binary | 11100010 | 10000000 | 11110101 | 1000 | 110000 | 0 | 100 | 100100010 | 1010101 | 1001001 |
Color Harmonies of #E280F5
Complementary color
Monochromatic Colors of #E280F5
Black with #E280F5
Text Example
Text Example
White with #E280F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280F5; }
p { color: rgb(226,128,245); }
H1.HeaderClassName
{
color: #E280F5;
}
.AnyTagClassName
{
color: #E280F5;
}
</style>
background-color css
<style>
a { background-color: #E280F5; }
a { background-color: rgb(226,128,245); }
div.DivClassName
{
background-color: #E280F5;
}
.BgClassName
{
background-color: #E280F5;
}
</style>
border-color css
<style>
span { border-color: #E280F5; }
span { border-color: rgb(226,128,245); }
td.TdClassName
{
border-color: #E280F5;
}
.TagClassName
{
border-color: #E280F5;
}
</style>