Shades of Heliotrope #E14DFB
Tints of Heliotrope #E14DFB
RGB
CMYK
RGB Variations
Color information
#E14DFB (or 0xE14DFB) is known color: Heliotrope. HEX triplet: E1, 4D and FB. RGB value is (225,77,251). Sum of RGB (Red+Green+Blue) = 225+77+251=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 77 (30.47% from 255 or 13.92% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #E14DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14DFB is #1EB204. Grayscale: #8C8C8C. Windows color (decimal): -2011653 or 16469473. OLE color: 16469473.
HSL color Cylindrical-coordinate representation of color #E14DFB: hue angle of 291.03º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14DFB is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 77 | 251 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.02 |
| HSL | 291.03º | 0.96% | 0.64% | - |
| HSV(B) | 291.03º | 0.69% | 0.98% | - |
| XYZ | 51.12 | 28.28 | 94.03 | - |
| YUV | 141.09 | 190.03 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 251 | 0.10 | 0.69 | 0 | 0.02 | 291.03 | 0.96 | 0.64 |
| Hex | E1 | 4D | FB | A | 45 | 0 | 2 | 123 | 60 | 40 |
| Octal | 341 | 115 | 373 | 12 | 105 | 0 | 2 | 443 | 140 | 100 |
| Binary | 11100001 | 1001101 | 11111011 | 1010 | 1000101 | 0 | 10 | 100100011 | 1100000 | 1000000 |
Color Harmonies of #E14DFB
Complementary color
Monochromatic Colors of #E14DFB
Black with #E14DFB
Text Example
Text Example
White with #E14DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DFB; }
p { color: rgb(225,77,251); }
H1.HeaderClassName
{
color: #E14DFB;
}
.AnyTagClassName
{
color: #E14DFB;
}
</style>
background-color css
<style>
a { background-color: #E14DFB; }
a { background-color: rgb(225,77,251); }
div.DivClassName
{
background-color: #E14DFB;
}
.BgClassName
{
background-color: #E14DFB;
}
</style>
border-color css
<style>
span { border-color: #E14DFB; }
span { border-color: rgb(225,77,251); }
td.TdClassName
{
border-color: #E14DFB;
}
.TagClassName
{
border-color: #E14DFB;
}
</style>