Shades of Heliotrope #E356FC
Tints of Heliotrope #E356FC
RGB
CMYK
RGB Variations
Color information
#E356FC (or 0xE356FC) is known color: Heliotrope. HEX triplet: E3, 56 and FC. RGB value is (227,86,252). Sum of RGB (Red+Green+Blue) = 227+86+252=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 86 (33.98% from 255 or 15.22% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #E356FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E356FC is #1CA903. Grayscale: #929292. Windows color (decimal): -1878276 or 16537315. OLE color: 16537315.
HSL color Cylindrical-coordinate representation of color #E356FC: hue angle of 290.96º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E356FC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 86 | 252 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.01 |
| HSL | 290.96º | 0.97% | 0.66% | - |
| HSV(B) | 290.96º | 0.66% | 0.99% | - |
| XYZ | 52.58 | 30.01 | 95.12 | - |
| YUV | 147.08 | 187.21 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 252 | 0.10 | 0.66 | 0 | 0.01 | 290.96 | 0.97 | 0.66 |
| Hex | E3 | 56 | FC | A | 42 | 0 | 1 | 123 | 61 | 42 |
| Octal | 343 | 126 | 374 | 12 | 102 | 0 | 1 | 443 | 141 | 102 |
| Binary | 11100011 | 1010110 | 11111100 | 1010 | 1000010 | 0 | 1 | 100100011 | 1100001 | 1000010 |
Color Harmonies of #E356FC
Complementary color
Monochromatic Colors of #E356FC
Black with #E356FC
Text Example
Text Example
White with #E356FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E356FC; }
p { color: rgb(227,86,252); }
H1.HeaderClassName
{
color: #E356FC;
}
.AnyTagClassName
{
color: #E356FC;
}
</style>
background-color css
<style>
a { background-color: #E356FC; }
a { background-color: rgb(227,86,252); }
div.DivClassName
{
background-color: #E356FC;
}
.BgClassName
{
background-color: #E356FC;
}
</style>
border-color css
<style>
span { border-color: #E356FC; }
span { border-color: rgb(227,86,252); }
td.TdClassName
{
border-color: #E356FC;
}
.TagClassName
{
border-color: #E356FC;
}
</style>