Shades of Heliotrope #E149FD
Tints of Heliotrope #E149FD
RGB
CMYK
RGB Variations
Color information
#E149FD (or 0xE149FD) is known color: Heliotrope. HEX triplet: E1, 49 and FD. RGB value is (225,73,253). Sum of RGB (Red+Green+Blue) = 225+73+253=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 73 (28.91% from 255 or 13.25% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #E149FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E149FD is #1EB602. Grayscale: #8A8A8A. Windows color (decimal): -2012675 or 16599521. OLE color: 16599521.
HSL color Cylindrical-coordinate representation of color #E149FD: hue angle of 290.67º degrees, saturation: 0.98, 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 #E149FD is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 73 | 253 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.01 |
| HSL | 290.67º | 0.98% | 0.64% | - |
| HSV(B) | 290.67º | 0.71% | 0.99% | - |
| XYZ | 51.16 | 27.86 | 95.61 | - |
| YUV | 138.97 | 192.36 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 253 | 0.11 | 0.71 | 0 | 0.01 | 290.67 | 0.98 | 0.64 |
| Hex | E1 | 49 | FD | B | 47 | 0 | 1 | 123 | 62 | 40 |
| Octal | 341 | 111 | 375 | 13 | 107 | 0 | 1 | 443 | 142 | 100 |
| Binary | 11100001 | 1001001 | 11111101 | 1011 | 1000111 | 0 | 1 | 100100011 | 1100010 | 1000000 |
Color Harmonies of #E149FD
Complementary color
Monochromatic Colors of #E149FD
Black with #E149FD
Text Example
Text Example
White with #E149FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149FD; }
p { color: rgb(225,73,253); }
H1.HeaderClassName
{
color: #E149FD;
}
.AnyTagClassName
{
color: #E149FD;
}
</style>
background-color css
<style>
a { background-color: #E149FD; }
a { background-color: rgb(225,73,253); }
div.DivClassName
{
background-color: #E149FD;
}
.BgClassName
{
background-color: #E149FD;
}
</style>
border-color css
<style>
span { border-color: #E149FD; }
span { border-color: rgb(225,73,253); }
td.TdClassName
{
border-color: #E149FD;
}
.TagClassName
{
border-color: #E149FD;
}
</style>