Shades of Heliotrope #E380FE
Tints of Heliotrope #E380FE
RGB
CMYK
RGB Variations
Color information
#E380FE (or 0xE380FE) is known color: Heliotrope. HEX triplet: E3, 80 and FE. RGB value is (227,128,254). Sum of RGB (Red+Green+Blue) = 227+128+254=609 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.27% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #E380FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380FE is #1C7F01. Grayscale: #ABABAB. Windows color (decimal): -1867522 or 16679139. OLE color: 16679139.
HSL color Cylindrical-coordinate representation of color #E380FE: hue angle of 287.14º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E380FE is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 128 | 254 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.00 |
| HSL | 287.14º | 0.98% | 0.75% | - |
| HSV(B) | 287.14º | 0.5% | 1% | - |
| XYZ | 57.29 | 38.93 | 98.26 | - |
| YUV | 171.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 254 | 0.11 | 0.50 | 0 | 0.00 | 287.14 | 0.98 | 0.75 |
| Hex | E3 | 80 | FE | B | 32 | 0 | 0 | 11F | 62 | 4B |
| Octal | 343 | 200 | 376 | 13 | 62 | 0 | 0 | 437 | 142 | 113 |
| Binary | 11100011 | 10000000 | 11111110 | 1011 | 110010 | 0 | 0 | 100011111 | 1100010 | 1001011 |
Color Harmonies of #E380FE
Complementary color
Monochromatic Colors of #E380FE
Black with #E380FE
Text Example
Text Example
White with #E380FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380FE; }
p { color: rgb(227,128,254); }
H1.HeaderClassName
{
color: #E380FE;
}
.AnyTagClassName
{
color: #E380FE;
}
</style>
background-color css
<style>
a { background-color: #E380FE; }
a { background-color: rgb(227,128,254); }
div.DivClassName
{
background-color: #E380FE;
}
.BgClassName
{
background-color: #E380FE;
}
</style>
border-color css
<style>
span { border-color: #E380FE; }
span { border-color: rgb(227,128,254); }
td.TdClassName
{
border-color: #E380FE;
}
.TagClassName
{
border-color: #E380FE;
}
</style>