Shades of Heliotrope #E365FC
Tints of Heliotrope #E365FC
RGB
CMYK
RGB Variations
Color information
#E365FC (or 0xE365FC) is known color: Heliotrope. HEX triplet: E3, 65 and FC. RGB value is (227,101,252). Sum of RGB (Red+Green+Blue) = 227+101+252=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 101 (39.84% from 255 or 17.41% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #E365FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E365FC is #1C9A03. Grayscale: #9B9B9B. Windows color (decimal): -1874436 or 16541155. OLE color: 16541155.
HSL color Cylindrical-coordinate representation of color #E365FC: hue angle of 290.07º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E365FC is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 101 | 252 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.01 |
| HSL | 290.07º | 0.96% | 0.69% | - |
| HSV(B) | 290.07º | 0.6% | 0.99% | - |
| XYZ | 53.9 | 32.67 | 95.56 | - |
| YUV | 155.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 252 | 0.10 | 0.60 | 0 | 0.01 | 290.07 | 0.96 | 0.69 |
| Hex | E3 | 65 | FC | A | 3C | 0 | 1 | 122 | 60 | 45 |
| Octal | 343 | 145 | 374 | 12 | 74 | 0 | 1 | 442 | 140 | 105 |
| Binary | 11100011 | 1100101 | 11111100 | 1010 | 111100 | 0 | 1 | 100100010 | 1100000 | 1000101 |
Color Harmonies of #E365FC
Complementary color
Monochromatic Colors of #E365FC
Black with #E365FC
Text Example
Text Example
White with #E365FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E365FC; }
p { color: rgb(227,101,252); }
H1.HeaderClassName
{
color: #E365FC;
}
.AnyTagClassName
{
color: #E365FC;
}
</style>
background-color css
<style>
a { background-color: #E365FC; }
a { background-color: rgb(227,101,252); }
div.DivClassName
{
background-color: #E365FC;
}
.BgClassName
{
background-color: #E365FC;
}
</style>
border-color css
<style>
span { border-color: #E365FC; }
span { border-color: rgb(227,101,252); }
td.TdClassName
{
border-color: #E365FC;
}
.TagClassName
{
border-color: #E365FC;
}
</style>