Shades of Heliotrope #EC72FA
Tints of Heliotrope #EC72FA
RGB
CMYK
RGB Variations
Color information
#EC72FA (or 0xEC72FA) is known color: Heliotrope. HEX triplet: EC, 72 and FA. RGB value is (236,114,250). Sum of RGB (Red+Green+Blue) = 236+114+250=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 114 (44.92% from 255 or 19% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC72FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72FA is #138D05. Grayscale: #A5A5A5. Windows color (decimal): -1281286 or 16413420. OLE color: 16413420.
HSL color Cylindrical-coordinate representation of color #EC72FA: hue angle of 293.82º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC72FA is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 114 | 250 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.02 |
| HSL | 293.82º | 0.93% | 0.71% | - |
| HSV(B) | 293.82º | 0.54% | 0.98% | - |
| XYZ | 57.86 | 36.77 | 94.49 | - |
| YUV | 165.98 | 175.42 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 250 | 0.06 | 0.54 | 0 | 0.02 | 293.82 | 0.93 | 0.71 |
| Hex | EC | 72 | FA | 6 | 36 | 0 | 2 | 126 | 5D | 47 |
| Octal | 354 | 162 | 372 | 6 | 66 | 0 | 2 | 446 | 135 | 107 |
| Binary | 11101100 | 1110010 | 11111010 | 110 | 110110 | 0 | 10 | 100100110 | 1011101 | 1000111 |
Color Harmonies of #EC72FA
Complementary color
Monochromatic Colors of #EC72FA
Black with #EC72FA
Text Example
Text Example
White with #EC72FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72FA; }
p { color: rgb(236,114,250); }
H1.HeaderClassName
{
color: #EC72FA;
}
.AnyTagClassName
{
color: #EC72FA;
}
</style>
background-color css
<style>
a { background-color: #EC72FA; }
a { background-color: rgb(236,114,250); }
div.DivClassName
{
background-color: #EC72FA;
}
.BgClassName
{
background-color: #EC72FA;
}
</style>
border-color css
<style>
span { border-color: #EC72FA; }
span { border-color: rgb(236,114,250); }
td.TdClassName
{
border-color: #EC72FA;
}
.TagClassName
{
border-color: #EC72FA;
}
</style>