Shades of Heliotrope #EC70FA
Tints of Heliotrope #EC70FA
RGB
CMYK
RGB Variations
Color information
#EC70FA (or 0xEC70FA) is known color: Heliotrope. HEX triplet: EC, 70 and FA. RGB value is (236,112,250). Sum of RGB (Red+Green+Blue) = 236+112+250=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 112 (44.14% from 255 or 18.73% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC70FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70FA is #138F05. Grayscale: #A4A4A4. Windows color (decimal): -1281798 or 16412908. OLE color: 16412908.
HSL color Cylindrical-coordinate representation of color #EC70FA: hue angle of 293.91º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC70FA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 112 | 250 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.02 |
| HSL | 293.91º | 0.93% | 0.71% | - |
| HSV(B) | 293.91º | 0.55% | 0.98% | - |
| XYZ | 57.64 | 36.32 | 94.42 | - |
| YUV | 164.81 | 176.08 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 250 | 0.06 | 0.55 | 0 | 0.02 | 293.91 | 0.93 | 0.71 |
| Hex | EC | 70 | FA | 6 | 37 | 0 | 2 | 126 | 5D | 47 |
| Octal | 354 | 160 | 372 | 6 | 67 | 0 | 2 | 446 | 135 | 107 |
| Binary | 11101100 | 1110000 | 11111010 | 110 | 110111 | 0 | 10 | 100100110 | 1011101 | 1000111 |
Color Harmonies of #EC70FA
Complementary color
Monochromatic Colors of #EC70FA
Black with #EC70FA
Text Example
Text Example
White with #EC70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70FA; }
p { color: rgb(236,112,250); }
H1.HeaderClassName
{
color: #EC70FA;
}
.AnyTagClassName
{
color: #EC70FA;
}
</style>
background-color css
<style>
a { background-color: #EC70FA; }
a { background-color: rgb(236,112,250); }
div.DivClassName
{
background-color: #EC70FA;
}
.BgClassName
{
background-color: #EC70FA;
}
</style>
border-color css
<style>
span { border-color: #EC70FA; }
span { border-color: rgb(236,112,250); }
td.TdClassName
{
border-color: #EC70FA;
}
.TagClassName
{
border-color: #EC70FA;
}
</style>