Shades of Heliotrope #E048FD
Tints of Heliotrope #E048FD
RGB
CMYK
RGB Variations
Color information
#E048FD (or 0xE048FD) is known color: Heliotrope. HEX triplet: E0, 48 and FD. RGB value is (224,72,253). Sum of RGB (Red+Green+Blue) = 224+72+253=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 72 (28.52% from 255 or 13.11% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #E048FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E048FD is #1FB702. Grayscale: #898989. Windows color (decimal): -2078467 or 16599264. OLE color: 16599264.
HSL color Cylindrical-coordinate representation of color #E048FD: hue angle of 290.39º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E048FD is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 72 | 253 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.01 |
| HSL | 290.39º | 0.98% | 0.64% | - |
| HSV(B) | 290.39º | 0.72% | 0.99% | - |
| XYZ | 50.79 | 27.57 | 95.57 | - |
| YUV | 138.08 | 192.86 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 253 | 0.11 | 0.72 | 0 | 0.01 | 290.39 | 0.98 | 0.64 |
| Hex | E0 | 48 | FD | B | 48 | 0 | 1 | 122 | 62 | 40 |
| Octal | 340 | 110 | 375 | 13 | 110 | 0 | 1 | 442 | 142 | 100 |
| Binary | 11100000 | 1001000 | 11111101 | 1011 | 1001000 | 0 | 1 | 100100010 | 1100010 | 1000000 |
Color Harmonies of #E048FD
Complementary color
Monochromatic Colors of #E048FD
Black with #E048FD
Text Example
Text Example
White with #E048FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048FD; }
p { color: rgb(224,72,253); }
H1.HeaderClassName
{
color: #E048FD;
}
.AnyTagClassName
{
color: #E048FD;
}
</style>
background-color css
<style>
a { background-color: #E048FD; }
a { background-color: rgb(224,72,253); }
div.DivClassName
{
background-color: #E048FD;
}
.BgClassName
{
background-color: #E048FD;
}
</style>
border-color css
<style>
span { border-color: #E048FD; }
span { border-color: rgb(224,72,253); }
td.TdClassName
{
border-color: #E048FD;
}
.TagClassName
{
border-color: #E048FD;
}
</style>