Shades of Heliotrope #EC74FE
Tints of Heliotrope #EC74FE
RGB
CMYK
RGB Variations
Color information
#EC74FE (or 0xEC74FE) is known color: Heliotrope. HEX triplet: EC, 74 and FE. RGB value is (236,116,254). Sum of RGB (Red+Green+Blue) = 236+116+254=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 116 (45.70% from 255 or 19.14% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC74FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC74FE is #138B01. Grayscale: #A7A7A7. Windows color (decimal): -1280770 or 16676076. OLE color: 16676076.
HSL color Cylindrical-coordinate representation of color #EC74FE: hue angle of 292.17º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC74FE is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 116 | 254 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.00 |
| HSL | 292.17º | 0.99% | 0.73% | - |
| HSV(B) | 292.17º | 0.54% | 1% | - |
| XYZ | 58.73 | 37.48 | 97.9 | - |
| YUV | 167.61 | 176.76 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 254 | 0.07 | 0.54 | 0 | 0.00 | 292.17 | 0.99 | 0.73 |
| Hex | EC | 74 | FE | 7 | 36 | 0 | 0 | 124 | 63 | 49 |
| Octal | 354 | 164 | 376 | 7 | 66 | 0 | 0 | 444 | 143 | 111 |
| Binary | 11101100 | 1110100 | 11111110 | 111 | 110110 | 0 | 0 | 100100100 | 1100011 | 1001001 |
Color Harmonies of #EC74FE
Complementary color
Monochromatic Colors of #EC74FE
Black with #EC74FE
Text Example
Text Example
White with #EC74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74FE; }
p { color: rgb(236,116,254); }
H1.HeaderClassName
{
color: #EC74FE;
}
.AnyTagClassName
{
color: #EC74FE;
}
</style>
background-color css
<style>
a { background-color: #EC74FE; }
a { background-color: rgb(236,116,254); }
div.DivClassName
{
background-color: #EC74FE;
}
.BgClassName
{
background-color: #EC74FE;
}
</style>
border-color css
<style>
span { border-color: #EC74FE; }
span { border-color: rgb(236,116,254); }
td.TdClassName
{
border-color: #EC74FE;
}
.TagClassName
{
border-color: #EC74FE;
}
</style>