Shades of Heliotrope #E148FC
Tints of Heliotrope #E148FC
RGB
CMYK
RGB Variations
Color information
#E148FC (or 0xE148FC) is known color: Heliotrope. HEX triplet: E1, 48 and FC. RGB value is (225,72,252). Sum of RGB (Red+Green+Blue) = 225+72+252=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 72 (28.52% from 255 or 13.11% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #E148FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E148FC is #1EB703. Grayscale: #898989. Windows color (decimal): -2012932 or 16533729. OLE color: 16533729.
HSL color Cylindrical-coordinate representation of color #E148FC: hue angle of 291º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E148FC is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 72 | 252 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.01 |
| HSL | 291º | 0.97% | 0.64% | - |
| HSV(B) | 291º | 0.71% | 0.99% | - |
| XYZ | 50.94 | 27.67 | 94.75 | - |
| YUV | 138.27 | 192.19 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 252 | 0.11 | 0.71 | 0 | 0.01 | 291 | 0.97 | 0.64 |
| Hex | E1 | 48 | FC | B | 47 | 0 | 1 | 123 | 61 | 40 |
| Octal | 341 | 110 | 374 | 13 | 107 | 0 | 1 | 443 | 141 | 100 |
| Binary | 11100001 | 1001000 | 11111100 | 1011 | 1000111 | 0 | 1 | 100100011 | 1100001 | 1000000 |
Color Harmonies of #E148FC
Complementary color
Monochromatic Colors of #E148FC
Black with #E148FC
Text Example
Text Example
White with #E148FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E148FC; }
p { color: rgb(225,72,252); }
H1.HeaderClassName
{
color: #E148FC;
}
.AnyTagClassName
{
color: #E148FC;
}
</style>
background-color css
<style>
a { background-color: #E148FC; }
a { background-color: rgb(225,72,252); }
div.DivClassName
{
background-color: #E148FC;
}
.BgClassName
{
background-color: #E148FC;
}
</style>
border-color css
<style>
span { border-color: #E148FC; }
span { border-color: rgb(225,72,252); }
td.TdClassName
{
border-color: #E148FC;
}
.TagClassName
{
border-color: #E148FC;
}
</style>