Shades of Heliotrope #E14CFB
Tints of Heliotrope #E14CFB
RGB
CMYK
RGB Variations
Color information
#E14CFB (or 0xE14CFB) is known color: Heliotrope. HEX triplet: E1, 4C and FB. RGB value is (225,76,251). Sum of RGB (Red+Green+Blue) = 225+76+251=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 76 (30.08% from 255 or 13.77% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #E14CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14CFB is #1EB304. Grayscale: #8B8B8B. Windows color (decimal): -2011909 or 16469217. OLE color: 16469217.
HSL color Cylindrical-coordinate representation of color #E14CFB: hue angle of 291.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14CFB is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 76 | 251 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.02 |
| HSL | 291.09º | 0.96% | 0.64% | - |
| HSV(B) | 291.09º | 0.7% | 0.98% | - |
| XYZ | 51.05 | 28.14 | 94.01 | - |
| YUV | 140.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 251 | 0.10 | 0.70 | 0 | 0.02 | 291.09 | 0.96 | 0.64 |
| Hex | E1 | 4C | FB | A | 46 | 0 | 2 | 123 | 60 | 40 |
| Octal | 341 | 114 | 373 | 12 | 106 | 0 | 2 | 443 | 140 | 100 |
| Binary | 11100001 | 1001100 | 11111011 | 1010 | 1000110 | 0 | 10 | 100100011 | 1100000 | 1000000 |
Color Harmonies of #E14CFB
Complementary color
Monochromatic Colors of #E14CFB
Black with #E14CFB
Text Example
Text Example
White with #E14CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14CFB; }
p { color: rgb(225,76,251); }
H1.HeaderClassName
{
color: #E14CFB;
}
.AnyTagClassName
{
color: #E14CFB;
}
</style>
background-color css
<style>
a { background-color: #E14CFB; }
a { background-color: rgb(225,76,251); }
div.DivClassName
{
background-color: #E14CFB;
}
.BgClassName
{
background-color: #E14CFB;
}
</style>
border-color css
<style>
span { border-color: #E14CFB; }
span { border-color: rgb(225,76,251); }
td.TdClassName
{
border-color: #E14CFB;
}
.TagClassName
{
border-color: #E14CFB;
}
</style>