Shades of Heliotrope #EC80FF
Tints of Heliotrope #EC80FF
RGB
CMYK
RGB Variations
Color information
#EC80FF (or 0xEC80FF) is known color: Heliotrope. HEX triplet: EC, 80 and FF. RGB value is (236,128,255). Sum of RGB (Red+Green+Blue) = 236+128+255=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80FF is #137F00. Grayscale: #AEAEAE. Windows color (decimal): -1277697 or 16744684. OLE color: 16744684.
HSL color Cylindrical-coordinate representation of color #EC80FF: hue angle of 291.02º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC80FF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 128 | 255 | - |
| CMYK | 0.07 | 0.50 | 0 | 0 |
| HSL | 291.02º | 1% | 0.75% | - |
| HSV(B) | 291.02º | 0.5% | 1% | - |
| XYZ | 60.36 | 40.49 | 99.24 | - |
| YUV | 174.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 255 | 0.07 | 0.50 | 0 | 0 | 291.02 | 1 | 0.75 |
| Hex | EC | 80 | FF | 7 | 32 | 0 | 0 | 123 | 64 | 4B |
| Octal | 354 | 200 | 377 | 7 | 62 | 0 | 0 | 443 | 144 | 113 |
| Binary | 11101100 | 10000000 | 11111111 | 111 | 110010 | 0 | 0 | 100100011 | 1100100 | 1001011 |
Color Harmonies of #EC80FF
Complementary color
Monochromatic Colors of #EC80FF
Black with #EC80FF
Text Example
Text Example
White with #EC80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80FF; }
p { color: rgb(236,128,255); }
H1.HeaderClassName
{
color: #EC80FF;
}
.AnyTagClassName
{
color: #EC80FF;
}
</style>
background-color css
<style>
a { background-color: #EC80FF; }
a { background-color: rgb(236,128,255); }
div.DivClassName
{
background-color: #EC80FF;
}
.BgClassName
{
background-color: #EC80FF;
}
</style>
border-color css
<style>
span { border-color: #EC80FF; }
span { border-color: rgb(236,128,255); }
td.TdClassName
{
border-color: #EC80FF;
}
.TagClassName
{
border-color: #EC80FF;
}
</style>