Shades of Heliotrope #E380F8
Tints of Heliotrope #E380F8
RGB
CMYK
RGB Variations
Color information
#E380F8 (or 0xE380F8) is known color: Heliotrope. HEX triplet: E3, 80 and F8. RGB value is (227,128,248). Sum of RGB (Red+Green+Blue) = 227+128+248=603 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.65% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #E380F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E380F8 is #1C7F07. Grayscale: #AAAAAA. Windows color (decimal): -1867528 or 16285923. OLE color: 16285923.
HSL color Cylindrical-coordinate representation of color #E380F8: hue angle of 289.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E380F8 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 128 | 248 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.03 |
| HSL | 289.5º | 0.9% | 0.74% | - |
| HSV(B) | 289.5º | 0.48% | 0.97% | - |
| XYZ | 56.34 | 38.55 | 93.28 | - |
| YUV | 171.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 248 | 0.08 | 0.48 | 0 | 0.03 | 289.5 | 0.9 | 0.74 |
| Hex | E3 | 80 | F8 | 8 | 30 | 0 | 3 | 122 | 5A | 4A |
| Octal | 343 | 200 | 370 | 10 | 60 | 0 | 3 | 442 | 132 | 112 |
| Binary | 11100011 | 10000000 | 11111000 | 1000 | 110000 | 0 | 11 | 100100010 | 1011010 | 1001010 |
Color Harmonies of #E380F8
Complementary color
Monochromatic Colors of #E380F8
Black with #E380F8
Text Example
Text Example
White with #E380F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380F8; }
p { color: rgb(227,128,248); }
H1.HeaderClassName
{
color: #E380F8;
}
.AnyTagClassName
{
color: #E380F8;
}
</style>
background-color css
<style>
a { background-color: #E380F8; }
a { background-color: rgb(227,128,248); }
div.DivClassName
{
background-color: #E380F8;
}
.BgClassName
{
background-color: #E380F8;
}
</style>
border-color css
<style>
span { border-color: #E380F8; }
span { border-color: rgb(227,128,248); }
td.TdClassName
{
border-color: #E380F8;
}
.TagClassName
{
border-color: #E380F8;
}
</style>