Shades of Heliotrope #EB80FF
Tints of Heliotrope #EB80FF
RGB
CMYK
RGB Variations
Color information
#EB80FF (or 0xEB80FF) is known color: Heliotrope. HEX triplet: EB, 80 and FF. RGB value is (235,128,255). Sum of RGB (Red+Green+Blue) = 235+128+255=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB80FF is #147F00. Grayscale: #AEAEAE. Windows color (decimal): -1343233 or 16744683. OLE color: 16744683.
HSL color Cylindrical-coordinate representation of color #EB80FF: hue angle of 290.55º 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 #EB80FF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 128 | 255 | - |
| CMYK | 0.08 | 0.50 | 0 | 0 |
| HSL | 290.55º | 1% | 0.75% | - |
| HSV(B) | 290.55º | 0.5% | 1% | - |
| XYZ | 60.03 | 40.32 | 99.23 | - |
| YUV | 174.47 | 173.45 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 128 | 255 | 0.08 | 0.50 | 0 | 0 | 290.55 | 1 | 0.75 |
| Hex | EB | 80 | FF | 8 | 32 | 0 | 0 | 123 | 64 | 4B |
| Octal | 353 | 200 | 377 | 10 | 62 | 0 | 0 | 443 | 144 | 113 |
| Binary | 11101011 | 10000000 | 11111111 | 1000 | 110010 | 0 | 0 | 100100011 | 1100100 | 1001011 |
Color Harmonies of #EB80FF
Complementary color
Monochromatic Colors of #EB80FF
Black with #EB80FF
Text Example
Text Example
White with #EB80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB80FF; }
p { color: rgb(235,128,255); }
H1.HeaderClassName
{
color: #EB80FF;
}
.AnyTagClassName
{
color: #EB80FF;
}
</style>
background-color css
<style>
a { background-color: #EB80FF; }
a { background-color: rgb(235,128,255); }
div.DivClassName
{
background-color: #EB80FF;
}
.BgClassName
{
background-color: #EB80FF;
}
</style>
border-color css
<style>
span { border-color: #EB80FF; }
span { border-color: rgb(235,128,255); }
td.TdClassName
{
border-color: #EB80FF;
}
.TagClassName
{
border-color: #EB80FF;
}
</style>