Shades of Heliotrope #E149FF
Tints of Heliotrope #E149FF
RGB
CMYK
RGB Variations
Color information
#E149FF (or 0xE149FF) is known color: Heliotrope. HEX triplet: E1, 49 and FF. RGB value is (225,73,255). Sum of RGB (Red+Green+Blue) = 225+73+255=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 73 (28.91% from 255 or 13.20% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #E149FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E149FF is #1EB600. Grayscale: #8A8A8A. Windows color (decimal): -2012673 or 16730593. OLE color: 16730593.
HSL color Cylindrical-coordinate representation of color #E149FF: hue angle of 290.11º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E149FF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 73 | 255 | - |
| CMYK | 0.12 | 0.71 | 0 | 0 |
| HSL | 290.11º | 1% | 0.64% | - |
| HSV(B) | 290.11º | 0.71% | 1% | - |
| XYZ | 51.48 | 27.99 | 97.3 | - |
| YUV | 139.2 | 193.36 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 255 | 0.12 | 0.71 | 0 | 0 | 290.11 | 1 | 0.64 |
| Hex | E1 | 49 | FF | C | 47 | 0 | 0 | 122 | 64 | 40 |
| Octal | 341 | 111 | 377 | 14 | 107 | 0 | 0 | 442 | 144 | 100 |
| Binary | 11100001 | 1001001 | 11111111 | 1100 | 1000111 | 0 | 0 | 100100010 | 1100100 | 1000000 |
Color Harmonies of #E149FF
Complementary color
Monochromatic Colors of #E149FF
Black with #E149FF
Text Example
Text Example
White with #E149FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149FF; }
p { color: rgb(225,73,255); }
H1.HeaderClassName
{
color: #E149FF;
}
.AnyTagClassName
{
color: #E149FF;
}
</style>
background-color css
<style>
a { background-color: #E149FF; }
a { background-color: rgb(225,73,255); }
div.DivClassName
{
background-color: #E149FF;
}
.BgClassName
{
background-color: #E149FF;
}
</style>
border-color css
<style>
span { border-color: #E149FF; }
span { border-color: rgb(225,73,255); }
td.TdClassName
{
border-color: #E149FF;
}
.TagClassName
{
border-color: #E149FF;
}
</style>