Shades of Heliotrope #E665FC
Tints of Heliotrope #E665FC
RGB
CMYK
RGB Variations
Color information
#E665FC (or 0xE665FC) is known color: Heliotrope. HEX triplet: E6, 65 and FC. RGB value is (230,101,252). Sum of RGB (Red+Green+Blue) = 230+101+252=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 101 (39.84% from 255 or 17.32% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #E665FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E665FC is #199A03. Grayscale: #9C9C9C. Windows color (decimal): -1677828 or 16541158. OLE color: 16541158.
HSL color Cylindrical-coordinate representation of color #E665FC: hue angle of 291.26º 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 #E665FC is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 101 | 252 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.01 |
| HSL | 291.26º | 0.96% | 0.69% | - |
| HSV(B) | 291.26º | 0.6% | 0.99% | - |
| XYZ | 54.86 | 33.16 | 95.6 | - |
| YUV | 156.79 | 181.74 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 252 | 0.09 | 0.60 | 0 | 0.01 | 291.26 | 0.96 | 0.69 |
| Hex | E6 | 65 | FC | 9 | 3C | 0 | 1 | 123 | 60 | 45 |
| Octal | 346 | 145 | 374 | 11 | 74 | 0 | 1 | 443 | 140 | 105 |
| Binary | 11100110 | 1100101 | 11111100 | 1001 | 111100 | 0 | 1 | 100100011 | 1100000 | 1000101 |
Color Harmonies of #E665FC
Complementary color
Monochromatic Colors of #E665FC
Black with #E665FC
Text Example
Text Example
White with #E665FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665FC; }
p { color: rgb(230,101,252); }
H1.HeaderClassName
{
color: #E665FC;
}
.AnyTagClassName
{
color: #E665FC;
}
</style>
background-color css
<style>
a { background-color: #E665FC; }
a { background-color: rgb(230,101,252); }
div.DivClassName
{
background-color: #E665FC;
}
.BgClassName
{
background-color: #E665FC;
}
</style>
border-color css
<style>
span { border-color: #E665FC; }
span { border-color: rgb(230,101,252); }
td.TdClassName
{
border-color: #E665FC;
}
.TagClassName
{
border-color: #E665FC;
}
</style>