Shades of Heliotrope #E14EFB
Tints of Heliotrope #E14EFB
RGB
CMYK
RGB Variations
Color information
#E14EFB (or 0xE14EFB) is known color: Heliotrope. HEX triplet: E1, 4E and FB. RGB value is (225,78,251). Sum of RGB (Red+Green+Blue) = 225+78+251=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 78 (30.86% from 255 or 14.08% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #E14EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14EFB is #1EB104. Grayscale: #8D8D8D. Windows color (decimal): -2011397 or 16469729. OLE color: 16469729.
HSL color Cylindrical-coordinate representation of color #E14EFB: hue angle of 290.98º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14EFB is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 78 | 251 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.02 |
| HSL | 290.98º | 0.96% | 0.65% | - |
| HSV(B) | 290.98º | 0.69% | 0.98% | - |
| XYZ | 51.19 | 28.42 | 94.05 | - |
| YUV | 141.68 | 189.7 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 251 | 0.10 | 0.69 | 0 | 0.02 | 290.98 | 0.96 | 0.65 |
| Hex | E1 | 4E | FB | A | 45 | 0 | 2 | 123 | 60 | 41 |
| Octal | 341 | 116 | 373 | 12 | 105 | 0 | 2 | 443 | 140 | 101 |
| Binary | 11100001 | 1001110 | 11111011 | 1010 | 1000101 | 0 | 10 | 100100011 | 1100000 | 1000001 |
Color Harmonies of #E14EFB
Complementary color
Monochromatic Colors of #E14EFB
Black with #E14EFB
Text Example
Text Example
White with #E14EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14EFB; }
p { color: rgb(225,78,251); }
H1.HeaderClassName
{
color: #E14EFB;
}
.AnyTagClassName
{
color: #E14EFB;
}
</style>
background-color css
<style>
a { background-color: #E14EFB; }
a { background-color: rgb(225,78,251); }
div.DivClassName
{
background-color: #E14EFB;
}
.BgClassName
{
background-color: #E14EFB;
}
</style>
border-color css
<style>
span { border-color: #E14EFB; }
span { border-color: rgb(225,78,251); }
td.TdClassName
{
border-color: #E14EFB;
}
.TagClassName
{
border-color: #E14EFB;
}
</style>