Shades of Heliotrope #E146FD
Tints of Heliotrope #E146FD
RGB
CMYK
RGB Variations
Color information
#E146FD (or 0xE146FD) is known color: Heliotrope. HEX triplet: E1, 46 and FD. RGB value is (225,70,253). Sum of RGB (Red+Green+Blue) = 225+70+253=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 70 (27.73% from 255 or 12.77% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #E146FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E146FD is #1EB902. Grayscale: #888888. Windows color (decimal): -2013443 or 16598753. OLE color: 16598753.
HSL color Cylindrical-coordinate representation of color #E146FD: hue angle of 290.82º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E146FD is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 70 | 253 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.01 |
| HSL | 290.82º | 0.98% | 0.63% | - |
| HSV(B) | 290.82º | 0.72% | 0.99% | - |
| XYZ | 50.97 | 27.48 | 95.55 | - |
| YUV | 137.21 | 193.35 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 253 | 0.11 | 0.72 | 0 | 0.01 | 290.82 | 0.98 | 0.63 |
| Hex | E1 | 46 | FD | B | 48 | 0 | 1 | 123 | 62 | 3F |
| Octal | 341 | 106 | 375 | 13 | 110 | 0 | 1 | 443 | 142 | 77 |
| Binary | 11100001 | 1000110 | 11111101 | 1011 | 1001000 | 0 | 1 | 100100011 | 1100010 | 111111 |
Color Harmonies of #E146FD
Complementary color
Monochromatic Colors of #E146FD
Black with #E146FD
Text Example
Text Example
White with #E146FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E146FD; }
p { color: rgb(225,70,253); }
H1.HeaderClassName
{
color: #E146FD;
}
.AnyTagClassName
{
color: #E146FD;
}
</style>
background-color css
<style>
a { background-color: #E146FD; }
a { background-color: rgb(225,70,253); }
div.DivClassName
{
background-color: #E146FD;
}
.BgClassName
{
background-color: #E146FD;
}
</style>
border-color css
<style>
span { border-color: #E146FD; }
span { border-color: rgb(225,70,253); }
td.TdClassName
{
border-color: #E146FD;
}
.TagClassName
{
border-color: #E146FD;
}
</style>