Shades of Heliotrope #E273FC
Tints of Heliotrope #E273FC
RGB
CMYK
RGB Variations
Color information
#E273FC (or 0xE273FC) is known color: Heliotrope. HEX triplet: E2, 73 and FC. RGB value is (226,115,252). Sum of RGB (Red+Green+Blue) = 226+115+252=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 115 (45.31% from 255 or 19.39% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #E273FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E273FC is #1D8C03. Grayscale: #A3A3A3. Windows color (decimal): -1936388 or 16544738. OLE color: 16544738.
HSL color Cylindrical-coordinate representation of color #E273FC: hue angle of 288.61º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E273FC is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 115 | 252 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.01 |
| HSL | 288.61º | 0.96% | 0.72% | - |
| HSV(B) | 288.61º | 0.54% | 0.99% | - |
| XYZ | 55.07 | 35.46 | 96.04 | - |
| YUV | 163.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 252 | 0.10 | 0.54 | 0 | 0.01 | 288.61 | 0.96 | 0.72 |
| Hex | E2 | 73 | FC | A | 36 | 0 | 1 | 121 | 60 | 48 |
| Octal | 342 | 163 | 374 | 12 | 66 | 0 | 1 | 441 | 140 | 110 |
| Binary | 11100010 | 1110011 | 11111100 | 1010 | 110110 | 0 | 1 | 100100001 | 1100000 | 1001000 |
Color Harmonies of #E273FC
Complementary color
Monochromatic Colors of #E273FC
Black with #E273FC
Text Example
Text Example
White with #E273FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E273FC; }
p { color: rgb(226,115,252); }
H1.HeaderClassName
{
color: #E273FC;
}
.AnyTagClassName
{
color: #E273FC;
}
</style>
background-color css
<style>
a { background-color: #E273FC; }
a { background-color: rgb(226,115,252); }
div.DivClassName
{
background-color: #E273FC;
}
.BgClassName
{
background-color: #E273FC;
}
</style>
border-color css
<style>
span { border-color: #E273FC; }
span { border-color: rgb(226,115,252); }
td.TdClassName
{
border-color: #E273FC;
}
.TagClassName
{
border-color: #E273FC;
}
</style>