Shades of Heliotrope #E065FC
Tints of Heliotrope #E065FC
RGB
CMYK
RGB Variations
Color information
#E065FC (or 0xE065FC) is known color: Heliotrope. HEX triplet: E0, 65 and FC. RGB value is (224,101,252). Sum of RGB (Red+Green+Blue) = 224+101+252=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #E065FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E065FC is #1F9A03. Grayscale: #9A9A9A. Windows color (decimal): -2071044 or 16541152. OLE color: 16541152.
HSL color Cylindrical-coordinate representation of color #E065FC: hue angle of 288.87º 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 #E065FC is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 101 | 252 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.01 |
| HSL | 288.87º | 0.96% | 0.69% | - |
| HSV(B) | 288.87º | 0.6% | 0.99% | - |
| XYZ | 52.96 | 32.18 | 95.52 | - |
| YUV | 154.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 252 | 0.11 | 0.60 | 0 | 0.01 | 288.87 | 0.96 | 0.69 |
| Hex | E0 | 65 | FC | B | 3C | 0 | 1 | 121 | 60 | 45 |
| Octal | 340 | 145 | 374 | 13 | 74 | 0 | 1 | 441 | 140 | 105 |
| Binary | 11100000 | 1100101 | 11111100 | 1011 | 111100 | 0 | 1 | 100100001 | 1100000 | 1000101 |
Color Harmonies of #E065FC
Complementary color
Monochromatic Colors of #E065FC
Black with #E065FC
Text Example
Text Example
White with #E065FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065FC; }
p { color: rgb(224,101,252); }
H1.HeaderClassName
{
color: #E065FC;
}
.AnyTagClassName
{
color: #E065FC;
}
</style>
background-color css
<style>
a { background-color: #E065FC; }
a { background-color: rgb(224,101,252); }
div.DivClassName
{
background-color: #E065FC;
}
.BgClassName
{
background-color: #E065FC;
}
</style>
border-color css
<style>
span { border-color: #E065FC; }
span { border-color: rgb(224,101,252); }
td.TdClassName
{
border-color: #E065FC;
}
.TagClassName
{
border-color: #E065FC;
}
</style>