Shades of Heliotrope #E284FE
Tints of Heliotrope #E284FE
RGB
CMYK
RGB Variations
Color information
#E284FE (or 0xE284FE) is known color: Heliotrope. HEX triplet: E2, 84 and FE. RGB value is (226,132,254). Sum of RGB (Red+Green+Blue) = 226+132+254=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 132 (51.95% from 255 or 21.57% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #E284FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E284FE is #1D7B01. Grayscale: #ADADAD. Windows color (decimal): -1932034 or 16680162. OLE color: 16680162.
HSL color Cylindrical-coordinate representation of color #E284FE: hue angle of 286.23º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E284FE is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 132 | 254 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.00 |
| HSL | 286.23º | 0.98% | 0.76% | - |
| HSV(B) | 286.23º | 0.48% | 1% | - |
| XYZ | 57.5 | 39.83 | 98.42 | - |
| YUV | 174.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 254 | 0.11 | 0.48 | 0 | 0.00 | 286.23 | 0.98 | 0.76 |
| Hex | E2 | 84 | FE | B | 30 | 0 | 0 | 11E | 62 | 4C |
| Octal | 342 | 204 | 376 | 13 | 60 | 0 | 0 | 436 | 142 | 114 |
| Binary | 11100010 | 10000100 | 11111110 | 1011 | 110000 | 0 | 0 | 100011110 | 1100010 | 1001100 |
Color Harmonies of #E284FE
Complementary color
Monochromatic Colors of #E284FE
Black with #E284FE
Text Example
Text Example
White with #E284FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284FE; }
p { color: rgb(226,132,254); }
H1.HeaderClassName
{
color: #E284FE;
}
.AnyTagClassName
{
color: #E284FE;
}
</style>
background-color css
<style>
a { background-color: #E284FE; }
a { background-color: rgb(226,132,254); }
div.DivClassName
{
background-color: #E284FE;
}
.BgClassName
{
background-color: #E284FE;
}
</style>
border-color css
<style>
span { border-color: #E284FE; }
span { border-color: rgb(226,132,254); }
td.TdClassName
{
border-color: #E284FE;
}
.TagClassName
{
border-color: #E284FE;
}
</style>