Shades of Heliotrope #EB6FFF
Tints of Heliotrope #EB6FFF
RGB
CMYK
RGB Variations
Color information
#EB6FFF (or 0xEB6FFF) is known color: Heliotrope. HEX triplet: EB, 6F and FF. RGB value is (235,111,255). Sum of RGB (Red+Green+Blue) = 235+111+255=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 111 (43.75% from 255 or 18.47% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB6FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6FFF is #149000. Grayscale: #A4A4A4. Windows color (decimal): -1347585 or 16740331. OLE color: 16740331.
HSL color Cylindrical-coordinate representation of color #EB6FFF: hue angle of 291.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB6FFF is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 111 | 255 | - |
| CMYK | 0.08 | 0.56 | 0 | 0 |
| HSL | 291.67º | 1% | 0.72% | - |
| HSV(B) | 291.67º | 0.56% | 1% | - |
| XYZ | 58 | 36.25 | 98.55 | - |
| YUV | 164.49 | 179.08 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 111 | 255 | 0.08 | 0.56 | 0 | 0 | 291.67 | 1 | 0.72 |
| Hex | EB | 6F | FF | 8 | 38 | 0 | 0 | 124 | 64 | 48 |
| Octal | 353 | 157 | 377 | 10 | 70 | 0 | 0 | 444 | 144 | 110 |
| Binary | 11101011 | 1101111 | 11111111 | 1000 | 111000 | 0 | 0 | 100100100 | 1100100 | 1001000 |
Color Harmonies of #EB6FFF
Complementary color
Monochromatic Colors of #EB6FFF
Black with #EB6FFF
Text Example
Text Example
White with #EB6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6FFF; }
p { color: rgb(235,111,255); }
H1.HeaderClassName
{
color: #EB6FFF;
}
.AnyTagClassName
{
color: #EB6FFF;
}
</style>
background-color css
<style>
a { background-color: #EB6FFF; }
a { background-color: rgb(235,111,255); }
div.DivClassName
{
background-color: #EB6FFF;
}
.BgClassName
{
background-color: #EB6FFF;
}
</style>
border-color css
<style>
span { border-color: #EB6FFF; }
span { border-color: rgb(235,111,255); }
td.TdClassName
{
border-color: #EB6FFF;
}
.TagClassName
{
border-color: #EB6FFF;
}
</style>