Shades of Heliotrope #EC70FE
Tints of Heliotrope #EC70FE
RGB
CMYK
RGB Variations
Color information
#EC70FE (or 0xEC70FE) is known color: Heliotrope. HEX triplet: EC, 70 and FE. RGB value is (236,112,254). Sum of RGB (Red+Green+Blue) = 236+112+254=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 112 (44.14% from 255 or 18.60% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC70FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70FE is #138F01. Grayscale: #A4A4A4. Windows color (decimal): -1281794 or 16675052. OLE color: 16675052.
HSL color Cylindrical-coordinate representation of color #EC70FE: hue angle of 292.39º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC70FE is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 112 | 254 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.00 |
| HSL | 292.39º | 0.99% | 0.72% | - |
| HSV(B) | 292.39º | 0.56% | 1% | - |
| XYZ | 58.28 | 36.58 | 97.75 | - |
| YUV | 165.26 | 178.08 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 254 | 0.07 | 0.56 | 0 | 0.00 | 292.39 | 0.99 | 0.72 |
| Hex | EC | 70 | FE | 7 | 38 | 0 | 0 | 124 | 63 | 48 |
| Octal | 354 | 160 | 376 | 7 | 70 | 0 | 0 | 444 | 143 | 110 |
| Binary | 11101100 | 1110000 | 11111110 | 111 | 111000 | 0 | 0 | 100100100 | 1100011 | 1001000 |
Color Harmonies of #EC70FE
Complementary color
Monochromatic Colors of #EC70FE
Black with #EC70FE
Text Example
Text Example
White with #EC70FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70FE; }
p { color: rgb(236,112,254); }
H1.HeaderClassName
{
color: #EC70FE;
}
.AnyTagClassName
{
color: #EC70FE;
}
</style>
background-color css
<style>
a { background-color: #EC70FE; }
a { background-color: rgb(236,112,254); }
div.DivClassName
{
background-color: #EC70FE;
}
.BgClassName
{
background-color: #EC70FE;
}
</style>
border-color css
<style>
span { border-color: #EC70FE; }
span { border-color: rgb(236,112,254); }
td.TdClassName
{
border-color: #EC70FE;
}
.TagClassName
{
border-color: #EC70FE;
}
</style>