Shades of Heliotrope #EC81FF
Tints of Heliotrope #EC81FF
RGB
CMYK
RGB Variations
Color information
#EC81FF (or 0xEC81FF) is known color: Heliotrope. HEX triplet: EC, 81 and FF. RGB value is (236,129,255). Sum of RGB (Red+Green+Blue) = 236+129+255=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 129 (50.78% from 255 or 20.81% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC81FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC81FF is #137E00. Grayscale: #AEAEAE. Windows color (decimal): -1277441 or 16744940. OLE color: 16744940.
HSL color Cylindrical-coordinate representation of color #EC81FF: hue angle of 290.95º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC81FF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 129 | 255 | - |
| CMYK | 0.07 | 0.49 | 0 | 0 |
| HSL | 290.95º | 1% | 0.75% | - |
| HSV(B) | 290.95º | 0.49% | 1% | - |
| XYZ | 60.49 | 40.75 | 99.29 | - |
| YUV | 175.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 255 | 0.07 | 0.49 | 0 | 0 | 290.95 | 1 | 0.75 |
| Hex | EC | 81 | FF | 7 | 31 | 0 | 0 | 123 | 64 | 4B |
| Octal | 354 | 201 | 377 | 7 | 61 | 0 | 0 | 443 | 144 | 113 |
| Binary | 11101100 | 10000001 | 11111111 | 111 | 110001 | 0 | 0 | 100100011 | 1100100 | 1001011 |
Color Harmonies of #EC81FF
Complementary color
Monochromatic Colors of #EC81FF
Black with #EC81FF
Text Example
Text Example
White with #EC81FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC81FF; }
p { color: rgb(236,129,255); }
H1.HeaderClassName
{
color: #EC81FF;
}
.AnyTagClassName
{
color: #EC81FF;
}
</style>
background-color css
<style>
a { background-color: #EC81FF; }
a { background-color: rgb(236,129,255); }
div.DivClassName
{
background-color: #EC81FF;
}
.BgClassName
{
background-color: #EC81FF;
}
</style>
border-color css
<style>
span { border-color: #EC81FF; }
span { border-color: rgb(236,129,255); }
td.TdClassName
{
border-color: #EC81FF;
}
.TagClassName
{
border-color: #EC81FF;
}
</style>