Shades of Heliotrope #E150FC
Tints of Heliotrope #E150FC
RGB
CMYK
RGB Variations
Color information
#E150FC (or 0xE150FC) is known color: Heliotrope. HEX triplet: E1, 50 and FC. RGB value is (225,80,252). Sum of RGB (Red+Green+Blue) = 225+80+252=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 80 (31.64% from 255 or 14.36% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #E150FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E150FC is #1EAF03. Grayscale: #8E8E8E. Windows color (decimal): -2010884 or 16535777. OLE color: 16535777.
HSL color Cylindrical-coordinate representation of color #E150FC: hue angle of 290.58º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E150FC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 80 | 252 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.01 |
| HSL | 290.58º | 0.97% | 0.65% | - |
| HSV(B) | 290.58º | 0.68% | 0.99% | - |
| XYZ | 51.49 | 28.77 | 94.94 | - |
| YUV | 142.96 | 189.54 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 252 | 0.11 | 0.68 | 0 | 0.01 | 290.58 | 0.97 | 0.65 |
| Hex | E1 | 50 | FC | B | 44 | 0 | 1 | 123 | 61 | 41 |
| Octal | 341 | 120 | 374 | 13 | 104 | 0 | 1 | 443 | 141 | 101 |
| Binary | 11100001 | 1010000 | 11111100 | 1011 | 1000100 | 0 | 1 | 100100011 | 1100001 | 1000001 |
Color Harmonies of #E150FC
Complementary color
Monochromatic Colors of #E150FC
Black with #E150FC
Text Example
Text Example
White with #E150FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150FC; }
p { color: rgb(225,80,252); }
H1.HeaderClassName
{
color: #E150FC;
}
.AnyTagClassName
{
color: #E150FC;
}
</style>
background-color css
<style>
a { background-color: #E150FC; }
a { background-color: rgb(225,80,252); }
div.DivClassName
{
background-color: #E150FC;
}
.BgClassName
{
background-color: #E150FC;
}
</style>
border-color css
<style>
span { border-color: #E150FC; }
span { border-color: rgb(225,80,252); }
td.TdClassName
{
border-color: #E150FC;
}
.TagClassName
{
border-color: #E150FC;
}
</style>