Shades of Heliotrope #E14BFF
Tints of Heliotrope #E14BFF
RGB
CMYK
RGB Variations
Color information
#E14BFF (or 0xE14BFF) is known color: Heliotrope. HEX triplet: E1, 4B and FF. RGB value is (225,75,255). Sum of RGB (Red+Green+Blue) = 225+75+255=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 75 (29.69% from 255 or 13.51% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #E14BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14BFF is #1EB400. Grayscale: #8B8B8B. Windows color (decimal): -2012161 or 16731105. OLE color: 16731105.
HSL color Cylindrical-coordinate representation of color #E14BFF: hue angle of 290º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14BFF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 75 | 255 | - |
| CMYK | 0.12 | 0.71 | 0 | 0 |
| HSL | 290º | 1% | 0.65% | - |
| HSV(B) | 290º | 0.71% | 1% | - |
| XYZ | 51.62 | 28.26 | 97.34 | - |
| YUV | 140.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 255 | 0.12 | 0.71 | 0 | 0 | 290 | 1 | 0.65 |
| Hex | E1 | 4B | FF | C | 47 | 0 | 0 | 122 | 64 | 41 |
| Octal | 341 | 113 | 377 | 14 | 107 | 0 | 0 | 442 | 144 | 101 |
| Binary | 11100001 | 1001011 | 11111111 | 1100 | 1000111 | 0 | 0 | 100100010 | 1100100 | 1000001 |
Color Harmonies of #E14BFF
Complementary color
Monochromatic Colors of #E14BFF
Black with #E14BFF
Text Example
Text Example
White with #E14BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14BFF; }
p { color: rgb(225,75,255); }
H1.HeaderClassName
{
color: #E14BFF;
}
.AnyTagClassName
{
color: #E14BFF;
}
</style>
background-color css
<style>
a { background-color: #E14BFF; }
a { background-color: rgb(225,75,255); }
div.DivClassName
{
background-color: #E14BFF;
}
.BgClassName
{
background-color: #E14BFF;
}
</style>
border-color css
<style>
span { border-color: #E14BFF; }
span { border-color: rgb(225,75,255); }
td.TdClassName
{
border-color: #E14BFF;
}
.TagClassName
{
border-color: #E14BFF;
}
</style>