Shades of Violet #EB91EC
Tints of Violet #EB91EC
RGB
CMYK
RGB Variations
Color information
#EB91EC (or 0xEB91EC) is known color: Violet. HEX triplet: EB, 91 and EC. RGB value is (235,145,236). Sum of RGB (Red+Green+Blue) = 235+145+236=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB91EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB91EC is #146E13. Grayscale: #B6B6B6. Windows color (decimal): -1338900 or 15503851. OLE color: 15503851.
HSL color Cylindrical-coordinate representation of color #EB91EC: hue angle of 299.34º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB91EC is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 145 | 236 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.07 |
| HSL | 299.34º | 0.71% | 0.75% | - |
| HSV(B) | 299.34º | 0.39% | 0.93% | - |
| XYZ | 59.53 | 43.97 | 84.71 | - |
| YUV | 182.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 145 | 236 | 0.00 | 0.39 | 0 | 0.07 | 299.34 | 0.71 | 0.75 |
| Hex | EB | 91 | EC | 0 | 27 | 0 | 7 | 12B | 47 | 4B |
| Octal | 353 | 221 | 354 | 0 | 47 | 0 | 7 | 453 | 107 | 113 |
| Binary | 11101011 | 10010001 | 11101100 | 0 | 100111 | 0 | 111 | 100101011 | 1000111 | 1001011 |
Color Harmonies of #EB91EC
Complementary color
Monochromatic Colors of #EB91EC
Black with #EB91EC
Text Example
Text Example
White with #EB91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB91EC; }
p { color: rgb(235,145,236); }
H1.HeaderClassName
{
color: #EB91EC;
}
.AnyTagClassName
{
color: #EB91EC;
}
</style>
background-color css
<style>
a { background-color: #EB91EC; }
a { background-color: rgb(235,145,236); }
div.DivClassName
{
background-color: #EB91EC;
}
.BgClassName
{
background-color: #EB91EC;
}
</style>
border-color css
<style>
span { border-color: #EB91EC; }
span { border-color: rgb(235,145,236); }
td.TdClassName
{
border-color: #EB91EC;
}
.TagClassName
{
border-color: #EB91EC;
}
</style>