Shades of Heliotrope #E382FE
Tints of Heliotrope #E382FE
RGB
CMYK
RGB Variations
Color information
#E382FE (or 0xE382FE) is known color: Heliotrope. HEX triplet: E3, 82 and FE. RGB value is (227,130,254). Sum of RGB (Red+Green+Blue) = 227+130+254=611 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.15% from 611); Green value is 130 (51.17% from 255 or 21.28% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #E382FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E382FE is #1C7D01. Grayscale: #ACACAC. Windows color (decimal): -1867010 or 16679651. OLE color: 16679651.
HSL color Cylindrical-coordinate representation of color #E382FE: hue angle of 286.94º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E382FE is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 130 | 254 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.00 |
| HSL | 286.94º | 0.98% | 0.75% | - |
| HSV(B) | 286.94º | 0.49% | 1% | - |
| XYZ | 57.55 | 39.45 | 98.35 | - |
| YUV | 173.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 254 | 0.11 | 0.49 | 0 | 0.00 | 286.94 | 0.98 | 0.75 |
| Hex | E3 | 82 | FE | B | 31 | 0 | 0 | 11F | 62 | 4B |
| Octal | 343 | 202 | 376 | 13 | 61 | 0 | 0 | 437 | 142 | 113 |
| Binary | 11100011 | 10000010 | 11111110 | 1011 | 110001 | 0 | 0 | 100011111 | 1100010 | 1001011 |
Color Harmonies of #E382FE
Complementary color
Monochromatic Colors of #E382FE
Black with #E382FE
Text Example
Text Example
White with #E382FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E382FE; }
p { color: rgb(227,130,254); }
H1.HeaderClassName
{
color: #E382FE;
}
.AnyTagClassName
{
color: #E382FE;
}
</style>
background-color css
<style>
a { background-color: #E382FE; }
a { background-color: rgb(227,130,254); }
div.DivClassName
{
background-color: #E382FE;
}
.BgClassName
{
background-color: #E382FE;
}
</style>
border-color css
<style>
span { border-color: #E382FE; }
span { border-color: rgb(227,130,254); }
td.TdClassName
{
border-color: #E382FE;
}
.TagClassName
{
border-color: #E382FE;
}
</style>