Shades of Heliotrope #E385FC
Tints of Heliotrope #E385FC
RGB
CMYK
RGB Variations
Color information
#E385FC (or 0xE385FC) is known color: Heliotrope. HEX triplet: E3, 85 and FC. RGB value is (227,133,252). Sum of RGB (Red+Green+Blue) = 227+133+252=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #E385FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E385FC is #1C7A03. Grayscale: #AEAEAE. Windows color (decimal): -1866244 or 16549347. OLE color: 16549347.
HSL color Cylindrical-coordinate representation of color #E385FC: hue angle of 287.39º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E385FC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 133 | 252 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.01 |
| HSL | 287.4º | 0.95% | 0.75% | - |
| HSV(B) | 287.4º | 0.47% | 0.99% | - |
| XYZ | 57.64 | 40.13 | 96.8 | - |
| YUV | 174.67 | 171.64 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 252 | 0.10 | 0.47 | 0 | 0.01 | 287.4 | 0.95 | 0.75 |
| Hex | E3 | 85 | FC | A | 2F | 0 | 1 | 11F | 5F | 4B |
| Octal | 343 | 205 | 374 | 12 | 57 | 0 | 1 | 437 | 137 | 113 |
| Binary | 11100011 | 10000101 | 11111100 | 1010 | 101111 | 0 | 1 | 100011111 | 1011111 | 1001011 |
Color Harmonies of #E385FC
Complementary color
Monochromatic Colors of #E385FC
Black with #E385FC
Text Example
Text Example
White with #E385FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E385FC; }
p { color: rgb(227,133,252); }
H1.HeaderClassName
{
color: #E385FC;
}
.AnyTagClassName
{
color: #E385FC;
}
</style>
background-color css
<style>
a { background-color: #E385FC; }
a { background-color: rgb(227,133,252); }
div.DivClassName
{
background-color: #E385FC;
}
.BgClassName
{
background-color: #E385FC;
}
</style>
border-color css
<style>
span { border-color: #E385FC; }
span { border-color: rgb(227,133,252); }
td.TdClassName
{
border-color: #E385FC;
}
.TagClassName
{
border-color: #E385FC;
}
</style>