Shades of Heliotrope #E384F9
Tints of Heliotrope #E384F9
RGB
CMYK
RGB Variations
Color information
#E384F9 (or 0xE384F9) is known color: Heliotrope. HEX triplet: E3, 84 and F9. RGB value is (227,132,249). Sum of RGB (Red+Green+Blue) = 227+132+249=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 132 (51.95% from 255 or 21.71% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #E384F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E384F9 is #1C7B06. Grayscale: #ADADAD. Windows color (decimal): -1866503 or 16352483. OLE color: 16352483.
HSL color Cylindrical-coordinate representation of color #E384F9: hue angle of 288.72º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E384F9 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 132 | 249 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.02 |
| HSL | 288.72º | 0.91% | 0.75% | - |
| HSV(B) | 288.72º | 0.47% | 0.98% | - |
| XYZ | 57.03 | 39.67 | 94.27 | - |
| YUV | 173.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 249 | 0.09 | 0.47 | 0 | 0.02 | 288.72 | 0.91 | 0.75 |
| Hex | E3 | 84 | F9 | 9 | 2F | 0 | 2 | 121 | 5B | 4B |
| Octal | 343 | 204 | 371 | 11 | 57 | 0 | 2 | 441 | 133 | 113 |
| Binary | 11100011 | 10000100 | 11111001 | 1001 | 101111 | 0 | 10 | 100100001 | 1011011 | 1001011 |
Color Harmonies of #E384F9
Complementary color
Monochromatic Colors of #E384F9
Black with #E384F9
Text Example
Text Example
White with #E384F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384F9; }
p { color: rgb(227,132,249); }
H1.HeaderClassName
{
color: #E384F9;
}
.AnyTagClassName
{
color: #E384F9;
}
</style>
background-color css
<style>
a { background-color: #E384F9; }
a { background-color: rgb(227,132,249); }
div.DivClassName
{
background-color: #E384F9;
}
.BgClassName
{
background-color: #E384F9;
}
</style>
border-color css
<style>
span { border-color: #E384F9; }
span { border-color: rgb(227,132,249); }
td.TdClassName
{
border-color: #E384F9;
}
.TagClassName
{
border-color: #E384F9;
}
</style>