Shades of Heliotrope #E380FF
Tints of Heliotrope #E380FF
RGB
CMYK
RGB Variations
Color information
#E380FF (or 0xE380FF) is known color: Heliotrope. HEX triplet: E3, 80 and FF. RGB value is (227,128,255). Sum of RGB (Red+Green+Blue) = 227+128+255=610 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.21% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #E380FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380FF is #1C7F00. Grayscale: #ABABAB. Windows color (decimal): -1867521 or 16744675. OLE color: 16744675.
HSL color Cylindrical-coordinate representation of color #E380FF: hue angle of 286.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E380FF is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 128 | 255 | - |
| CMYK | 0.11 | 0.50 | 0 | 0 |
| HSL | 286.77º | 1% | 0.75% | - |
| HSV(B) | 286.77º | 0.5% | 1% | - |
| XYZ | 57.45 | 38.99 | 99.11 | - |
| YUV | 172.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 255 | 0.11 | 0.50 | 0 | 0 | 286.77 | 1 | 0.75 |
| Hex | E3 | 80 | FF | B | 32 | 0 | 0 | 11F | 64 | 4B |
| Octal | 343 | 200 | 377 | 13 | 62 | 0 | 0 | 437 | 144 | 113 |
| Binary | 11100011 | 10000000 | 11111111 | 1011 | 110010 | 0 | 0 | 100011111 | 1100100 | 1001011 |
Color Harmonies of #E380FF
Complementary color
Monochromatic Colors of #E380FF
Black with #E380FF
Text Example
Text Example
White with #E380FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380FF; }
p { color: rgb(227,128,255); }
H1.HeaderClassName
{
color: #E380FF;
}
.AnyTagClassName
{
color: #E380FF;
}
</style>
background-color css
<style>
a { background-color: #E380FF; }
a { background-color: rgb(227,128,255); }
div.DivClassName
{
background-color: #E380FF;
}
.BgClassName
{
background-color: #E380FF;
}
</style>
border-color css
<style>
span { border-color: #E380FF; }
span { border-color: rgb(227,128,255); }
td.TdClassName
{
border-color: #E380FF;
}
.TagClassName
{
border-color: #E380FF;
}
</style>