Shades of Violet #EB76EC
Tints of Violet #EB76EC
RGB
CMYK
RGB Variations
Color information
#EB76EC (or 0xEB76EC) is known color: Violet. HEX triplet: EB, 76 and EC. RGB value is (235,118,236). Sum of RGB (Red+Green+Blue) = 235+118+236=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 118 (46.48% from 255 or 20.03% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB76EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB76EC is #148913. Grayscale: #A6A6A6. Windows color (decimal): -1345812 or 15496939. OLE color: 15496939.
HSL color Cylindrical-coordinate representation of color #EB76EC: hue angle of 299.49º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB76EC is Cyan = 0.00, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 118 | 236 | - |
| CMYK | 0.00 | 0.5 | 0 | 0.07 |
| HSL | 299.49º | 0.76% | 0.69% | - |
| HSV(B) | 299.49º | 0.5% | 0.93% | - |
| XYZ | 55.88 | 36.68 | 83.49 | - |
| YUV | 166.44 | 167.26 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 236 | 0.00 | 0.5 | 0 | 0.07 | 299.49 | 0.76 | 0.69 |
| Hex | EB | 76 | EC | 0 | 32 | 0 | 7 | 12B | 4C | 45 |
| Octal | 353 | 166 | 354 | 0 | 62 | 0 | 7 | 453 | 114 | 105 |
| Binary | 11101011 | 1110110 | 11101100 | 0 | 110010 | 0 | 111 | 100101011 | 1001100 | 1000101 |
Color Harmonies of #EB76EC
Complementary color
Monochromatic Colors of #EB76EC
Black with #EB76EC
Text Example
Text Example
White with #EB76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB76EC; }
p { color: rgb(235,118,236); }
H1.HeaderClassName
{
color: #EB76EC;
}
.AnyTagClassName
{
color: #EB76EC;
}
</style>
background-color css
<style>
a { background-color: #EB76EC; }
a { background-color: rgb(235,118,236); }
div.DivClassName
{
background-color: #EB76EC;
}
.BgClassName
{
background-color: #EB76EC;
}
</style>
border-color css
<style>
span { border-color: #EB76EC; }
span { border-color: rgb(235,118,236); }
td.TdClassName
{
border-color: #EB76EC;
}
.TagClassName
{
border-color: #EB76EC;
}
</style>