Shades of Heliotrope #E385FF
Tints of Heliotrope #E385FF
RGB
CMYK
RGB Variations
Color information
#E385FF (or 0xE385FF) is known color: Heliotrope. HEX triplet: E3, 85 and FF. RGB value is (227,133,255). Sum of RGB (Red+Green+Blue) = 227+133+255=615 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.91% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #E385FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E385FF is #1C7A00. Grayscale: #AEAEAE. Windows color (decimal): -1866241 or 16745955. OLE color: 16745955.
HSL color Cylindrical-coordinate representation of color #E385FF: hue angle of 286.23º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E385FF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 133 | 255 | - |
| CMYK | 0.11 | 0.48 | 0 | 0 |
| HSL | 286.23º | 1% | 0.76% | - |
| HSV(B) | 286.23º | 0.48% | 1% | - |
| XYZ | 58.12 | 40.33 | 99.33 | - |
| YUV | 175.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 255 | 0.11 | 0.48 | 0 | 0 | 286.23 | 1 | 0.76 |
| Hex | E3 | 85 | FF | B | 30 | 0 | 0 | 11E | 64 | 4C |
| Octal | 343 | 205 | 377 | 13 | 60 | 0 | 0 | 436 | 144 | 114 |
| Binary | 11100011 | 10000101 | 11111111 | 1011 | 110000 | 0 | 0 | 100011110 | 1100100 | 1001100 |
Color Harmonies of #E385FF
Complementary color
Monochromatic Colors of #E385FF
Black with #E385FF
Text Example
Text Example
White with #E385FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E385FF; }
p { color: rgb(227,133,255); }
H1.HeaderClassName
{
color: #E385FF;
}
.AnyTagClassName
{
color: #E385FF;
}
</style>
background-color css
<style>
a { background-color: #E385FF; }
a { background-color: rgb(227,133,255); }
div.DivClassName
{
background-color: #E385FF;
}
.BgClassName
{
background-color: #E385FF;
}
</style>
border-color css
<style>
span { border-color: #E385FF; }
span { border-color: rgb(227,133,255); }
td.TdClassName
{
border-color: #E385FF;
}
.TagClassName
{
border-color: #E385FF;
}
</style>