Shades of Heliotrope #EC71FC
Tints of Heliotrope #EC71FC
RGB
CMYK
RGB Variations
Color information
#EC71FC (or 0xEC71FC) is known color: Heliotrope. HEX triplet: EC, 71 and FC. RGB value is (236,113,252). Sum of RGB (Red+Green+Blue) = 236+113+252=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 113 (44.53% from 255 or 18.80% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC71FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71FC is #138E03. Grayscale: #A5A5A5. Windows color (decimal): -1281540 or 16544236. OLE color: 16544236.
HSL color Cylindrical-coordinate representation of color #EC71FC: hue angle of 293.09º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC71FC is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 113 | 252 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.01 |
| HSL | 293.09º | 0.96% | 0.72% | - |
| HSV(B) | 293.09º | 0.55% | 0.99% | - |
| XYZ | 58.07 | 36.67 | 96.11 | - |
| YUV | 165.62 | 176.75 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 252 | 0.06 | 0.55 | 0 | 0.01 | 293.09 | 0.96 | 0.72 |
| Hex | EC | 71 | FC | 6 | 37 | 0 | 1 | 125 | 60 | 48 |
| Octal | 354 | 161 | 374 | 6 | 67 | 0 | 1 | 445 | 140 | 110 |
| Binary | 11101100 | 1110001 | 11111100 | 110 | 110111 | 0 | 1 | 100100101 | 1100000 | 1001000 |
Color Harmonies of #EC71FC
Complementary color
Monochromatic Colors of #EC71FC
Black with #EC71FC
Text Example
Text Example
White with #EC71FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71FC; }
p { color: rgb(236,113,252); }
H1.HeaderClassName
{
color: #EC71FC;
}
.AnyTagClassName
{
color: #EC71FC;
}
</style>
background-color css
<style>
a { background-color: #EC71FC; }
a { background-color: rgb(236,113,252); }
div.DivClassName
{
background-color: #EC71FC;
}
.BgClassName
{
background-color: #EC71FC;
}
</style>
border-color css
<style>
span { border-color: #EC71FC; }
span { border-color: rgb(236,113,252); }
td.TdClassName
{
border-color: #EC71FC;
}
.TagClassName
{
border-color: #EC71FC;
}
</style>