Shades of Heliotrope #E269FC
Tints of Heliotrope #E269FC
RGB
CMYK
RGB Variations
Color information
#E269FC (or 0xE269FC) is known color: Heliotrope. HEX triplet: E2, 69 and FC. RGB value is (226,105,252). Sum of RGB (Red+Green+Blue) = 226+105+252=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 105 (41.41% from 255 or 18.01% 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 #E269FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E269FC is #1D9603. Grayscale: #9D9D9D. Windows color (decimal): -1938948 or 16542178. OLE color: 16542178.
HSL color Cylindrical-coordinate representation of color #E269FC: hue angle of 289.39º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E269FC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 105 | 252 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.01 |
| HSL | 289.39º | 0.96% | 0.7% | - |
| HSV(B) | 289.39º | 0.58% | 0.99% | - |
| XYZ | 53.99 | 33.3 | 95.68 | - |
| YUV | 157.94 | 181.09 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 252 | 0.10 | 0.58 | 0 | 0.01 | 289.39 | 0.96 | 0.7 |
| Hex | E2 | 69 | FC | A | 3A | 0 | 1 | 121 | 60 | 46 |
| Octal | 342 | 151 | 374 | 12 | 72 | 0 | 1 | 441 | 140 | 106 |
| Binary | 11100010 | 1101001 | 11111100 | 1010 | 111010 | 0 | 1 | 100100001 | 1100000 | 1000110 |
Color Harmonies of #E269FC
Complementary color
Monochromatic Colors of #E269FC
Black with #E269FC
Text Example
Text Example
White with #E269FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E269FC; }
p { color: rgb(226,105,252); }
H1.HeaderClassName
{
color: #E269FC;
}
.AnyTagClassName
{
color: #E269FC;
}
</style>
background-color css
<style>
a { background-color: #E269FC; }
a { background-color: rgb(226,105,252); }
div.DivClassName
{
background-color: #E269FC;
}
.BgClassName
{
background-color: #E269FC;
}
</style>
border-color css
<style>
span { border-color: #E269FC; }
span { border-color: rgb(226,105,252); }
td.TdClassName
{
border-color: #E269FC;
}
.TagClassName
{
border-color: #E269FC;
}
</style>