Shades of Heliotrope #EC80FE
Tints of Heliotrope #EC80FE
RGB
CMYK
RGB Variations
Color information
#EC80FE (or 0xEC80FE) is known color: Heliotrope. HEX triplet: EC, 80 and FE. RGB value is (236,128,254). Sum of RGB (Red+Green+Blue) = 236+128+254=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC80FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80FE is #137F01. Grayscale: #AEAEAE. Windows color (decimal): -1277698 or 16679148. OLE color: 16679148.
HSL color Cylindrical-coordinate representation of color #EC80FE: hue angle of 291.43º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC80FE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 128 | 254 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.00 |
| HSL | 291.43º | 0.98% | 0.75% | - |
| HSV(B) | 291.43º | 0.5% | 1% | - |
| XYZ | 60.2 | 40.43 | 98.4 | - |
| YUV | 174.66 | 172.78 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 254 | 0.07 | 0.50 | 0 | 0.00 | 291.43 | 0.98 | 0.75 |
| Hex | EC | 80 | FE | 7 | 32 | 0 | 0 | 123 | 62 | 4B |
| Octal | 354 | 200 | 376 | 7 | 62 | 0 | 0 | 443 | 142 | 113 |
| Binary | 11101100 | 10000000 | 11111110 | 111 | 110010 | 0 | 0 | 100100011 | 1100010 | 1001011 |
Color Harmonies of #EC80FE
Complementary color
Monochromatic Colors of #EC80FE
Black with #EC80FE
Text Example
Text Example
White with #EC80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80FE; }
p { color: rgb(236,128,254); }
H1.HeaderClassName
{
color: #EC80FE;
}
.AnyTagClassName
{
color: #EC80FE;
}
</style>
background-color css
<style>
a { background-color: #EC80FE; }
a { background-color: rgb(236,128,254); }
div.DivClassName
{
background-color: #EC80FE;
}
.BgClassName
{
background-color: #EC80FE;
}
</style>
border-color css
<style>
span { border-color: #EC80FE; }
span { border-color: rgb(236,128,254); }
td.TdClassName
{
border-color: #EC80FE;
}
.TagClassName
{
border-color: #EC80FE;
}
</style>