Shades of Heliotrope #E14BFC
Tints of Heliotrope #E14BFC
RGB
CMYK
RGB Variations
Color information
#E14BFC (or 0xE14BFC) is known color: Heliotrope. HEX triplet: E1, 4B and FC. RGB value is (225,75,252). Sum of RGB (Red+Green+Blue) = 225+75+252=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 75 (29.69% from 255 or 13.59% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #E14BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14BFC is #1EB403. Grayscale: #8B8B8B. Windows color (decimal): -2012164 or 16534497. OLE color: 16534497.
HSL color Cylindrical-coordinate representation of color #E14BFC: hue angle of 290.85º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14BFC is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 75 | 252 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.01 |
| HSL | 290.85º | 0.97% | 0.64% | - |
| HSV(B) | 290.85º | 0.7% | 0.99% | - |
| XYZ | 51.14 | 28.07 | 94.82 | - |
| YUV | 140.03 | 191.2 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 252 | 0.11 | 0.70 | 0 | 0.01 | 290.85 | 0.97 | 0.64 |
| Hex | E1 | 4B | FC | B | 46 | 0 | 1 | 123 | 61 | 40 |
| Octal | 341 | 113 | 374 | 13 | 106 | 0 | 1 | 443 | 141 | 100 |
| Binary | 11100001 | 1001011 | 11111100 | 1011 | 1000110 | 0 | 1 | 100100011 | 1100001 | 1000000 |
Color Harmonies of #E14BFC
Complementary color
Monochromatic Colors of #E14BFC
Black with #E14BFC
Text Example
Text Example
White with #E14BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14BFC; }
p { color: rgb(225,75,252); }
H1.HeaderClassName
{
color: #E14BFC;
}
.AnyTagClassName
{
color: #E14BFC;
}
</style>
background-color css
<style>
a { background-color: #E14BFC; }
a { background-color: rgb(225,75,252); }
div.DivClassName
{
background-color: #E14BFC;
}
.BgClassName
{
background-color: #E14BFC;
}
</style>
border-color css
<style>
span { border-color: #E14BFC; }
span { border-color: rgb(225,75,252); }
td.TdClassName
{
border-color: #E14BFC;
}
.TagClassName
{
border-color: #E14BFC;
}
</style>