Shades of Heliotrope #E186FD
Tints of Heliotrope #E186FD
RGB
CMYK
RGB Variations
Color information
#E186FD (or 0xE186FD) is known color: Heliotrope. HEX triplet: E1, 86 and FD. RGB value is (225,134,253). Sum of RGB (Red+Green+Blue) = 225+134+253=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 134 (52.73% from 255 or 21.90% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #E186FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E186FD is #1E7902. Grayscale: #AEAEAE. Windows color (decimal): -1997059 or 16615137. OLE color: 16615137.
HSL color Cylindrical-coordinate representation of color #E186FD: hue angle of 285.88º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E186FD is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 134 | 253 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.01 |
| HSL | 285.88º | 0.97% | 0.76% | - |
| HSV(B) | 285.88º | 0.47% | 0.99% | - |
| XYZ | 57.31 | 40.15 | 97.66 | - |
| YUV | 174.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 253 | 0.11 | 0.47 | 0 | 0.01 | 285.88 | 0.97 | 0.76 |
| Hex | E1 | 86 | FD | B | 2F | 0 | 1 | 11E | 61 | 4C |
| Octal | 341 | 206 | 375 | 13 | 57 | 0 | 1 | 436 | 141 | 114 |
| Binary | 11100001 | 10000110 | 11111101 | 1011 | 101111 | 0 | 1 | 100011110 | 1100001 | 1001100 |
Color Harmonies of #E186FD
Complementary color
Monochromatic Colors of #E186FD
Black with #E186FD
Text Example
Text Example
White with #E186FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186FD; }
p { color: rgb(225,134,253); }
H1.HeaderClassName
{
color: #E186FD;
}
.AnyTagClassName
{
color: #E186FD;
}
</style>
background-color css
<style>
a { background-color: #E186FD; }
a { background-color: rgb(225,134,253); }
div.DivClassName
{
background-color: #E186FD;
}
.BgClassName
{
background-color: #E186FD;
}
</style>
border-color css
<style>
span { border-color: #E186FD; }
span { border-color: rgb(225,134,253); }
td.TdClassName
{
border-color: #E186FD;
}
.TagClassName
{
border-color: #E186FD;
}
</style>