Shades of Heliotrope #E046FD
Tints of Heliotrope #E046FD
RGB
CMYK
RGB Variations
Color information
#E046FD (or 0xE046FD) is known color: Heliotrope. HEX triplet: E0, 46 and FD. RGB value is (224,70,253). Sum of RGB (Red+Green+Blue) = 224+70+253=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 70 (27.73% from 255 or 12.80% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #E046FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E046FD is #1FB902. Grayscale: #888888. Windows color (decimal): -2078979 or 16598752. OLE color: 16598752.
HSL color Cylindrical-coordinate representation of color #E046FD: hue angle of 290.49º 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 #E046FD is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 70 | 253 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.01 |
| HSL | 290.49º | 0.98% | 0.63% | - |
| HSV(B) | 290.49º | 0.72% | 0.99% | - |
| XYZ | 50.66 | 27.32 | 95.53 | - |
| YUV | 136.91 | 193.52 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 253 | 0.11 | 0.72 | 0 | 0.01 | 290.49 | 0.98 | 0.63 |
| Hex | E0 | 46 | FD | B | 48 | 0 | 1 | 122 | 62 | 3F |
| Octal | 340 | 106 | 375 | 13 | 110 | 0 | 1 | 442 | 142 | 77 |
| Binary | 11100000 | 1000110 | 11111101 | 1011 | 1001000 | 0 | 1 | 100100010 | 1100010 | 111111 |
Color Harmonies of #E046FD
Complementary color
Monochromatic Colors of #E046FD
Black with #E046FD
Text Example
Text Example
White with #E046FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E046FD; }
p { color: rgb(224,70,253); }
H1.HeaderClassName
{
color: #E046FD;
}
.AnyTagClassName
{
color: #E046FD;
}
</style>
background-color css
<style>
a { background-color: #E046FD; }
a { background-color: rgb(224,70,253); }
div.DivClassName
{
background-color: #E046FD;
}
.BgClassName
{
background-color: #E046FD;
}
</style>
border-color css
<style>
span { border-color: #E046FD; }
span { border-color: rgb(224,70,253); }
td.TdClassName
{
border-color: #E046FD;
}
.TagClassName
{
border-color: #E046FD;
}
</style>