Shades of Heliotrope #EC74FF
Tints of Heliotrope #EC74FF
RGB
CMYK
RGB Variations
Color information
#EC74FF (or 0xEC74FF) is known color: Heliotrope. HEX triplet: EC, 74 and FF. RGB value is (236,116,255). Sum of RGB (Red+Green+Blue) = 236+116+255=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 116 (45.70% from 255 or 19.11% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC74FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC74FF is #138B00. Grayscale: #A7A7A7. Windows color (decimal): -1280769 or 16741612. OLE color: 16741612.
HSL color Cylindrical-coordinate representation of color #EC74FF: hue angle of 291.8º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC74FF is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 116 | 255 | - |
| CMYK | 0.07 | 0.55 | 0 | 0 |
| HSL | 291.8º | 1% | 0.73% | - |
| HSV(B) | 291.8º | 0.55% | 1% | - |
| XYZ | 58.89 | 37.54 | 98.75 | - |
| YUV | 167.73 | 177.26 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 255 | 0.07 | 0.55 | 0 | 0 | 291.8 | 1 | 0.73 |
| Hex | EC | 74 | FF | 7 | 37 | 0 | 0 | 124 | 64 | 49 |
| Octal | 354 | 164 | 377 | 7 | 67 | 0 | 0 | 444 | 144 | 111 |
| Binary | 11101100 | 1110100 | 11111111 | 111 | 110111 | 0 | 0 | 100100100 | 1100100 | 1001001 |
Color Harmonies of #EC74FF
Complementary color
Monochromatic Colors of #EC74FF
Black with #EC74FF
Text Example
Text Example
White with #EC74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74FF; }
p { color: rgb(236,116,255); }
H1.HeaderClassName
{
color: #EC74FF;
}
.AnyTagClassName
{
color: #EC74FF;
}
</style>
background-color css
<style>
a { background-color: #EC74FF; }
a { background-color: rgb(236,116,255); }
div.DivClassName
{
background-color: #EC74FF;
}
.BgClassName
{
background-color: #EC74FF;
}
</style>
border-color css
<style>
span { border-color: #EC74FF; }
span { border-color: rgb(236,116,255); }
td.TdClassName
{
border-color: #EC74FF;
}
.TagClassName
{
border-color: #EC74FF;
}
</style>