Shades of Heliotrope #EC73FA
Tints of Heliotrope #EC73FA
RGB
CMYK
RGB Variations
Color information
#EC73FA (or 0xEC73FA) is known color: Heliotrope. HEX triplet: EC, 73 and FA. RGB value is (236,115,250). Sum of RGB (Red+Green+Blue) = 236+115+250=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 115 (45.31% from 255 or 19.13% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC73FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC73FA is #138C05. Grayscale: #A6A6A6. Windows color (decimal): -1281030 or 16413676. OLE color: 16413676.
HSL color Cylindrical-coordinate representation of color #EC73FA: hue angle of 293.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC73FA is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 115 | 250 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.02 |
| HSL | 293.78º | 0.93% | 0.72% | - |
| HSV(B) | 293.78º | 0.54% | 0.98% | - |
| XYZ | 57.98 | 37 | 94.53 | - |
| YUV | 166.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 250 | 0.06 | 0.54 | 0 | 0.02 | 293.78 | 0.93 | 0.72 |
| Hex | EC | 73 | FA | 6 | 36 | 0 | 2 | 126 | 5D | 48 |
| Octal | 354 | 163 | 372 | 6 | 66 | 0 | 2 | 446 | 135 | 110 |
| Binary | 11101100 | 1110011 | 11111010 | 110 | 110110 | 0 | 10 | 100100110 | 1011101 | 1001000 |
Color Harmonies of #EC73FA
Complementary color
Monochromatic Colors of #EC73FA
Black with #EC73FA
Text Example
Text Example
White with #EC73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73FA; }
p { color: rgb(236,115,250); }
H1.HeaderClassName
{
color: #EC73FA;
}
.AnyTagClassName
{
color: #EC73FA;
}
</style>
background-color css
<style>
a { background-color: #EC73FA; }
a { background-color: rgb(236,115,250); }
div.DivClassName
{
background-color: #EC73FA;
}
.BgClassName
{
background-color: #EC73FA;
}
</style>
border-color css
<style>
span { border-color: #EC73FA; }
span { border-color: rgb(236,115,250); }
td.TdClassName
{
border-color: #EC73FA;
}
.TagClassName
{
border-color: #EC73FA;
}
</style>