Shades of Violet #EB88EC
Tints of Violet #EB88EC
RGB
CMYK
RGB Variations
Color information
#EB88EC (or 0xEB88EC) is known color: Violet. HEX triplet: EB, 88 and EC. RGB value is (235,136,236). Sum of RGB (Red+Green+Blue) = 235+136+236=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 136 (53.52% from 255 or 22.41% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB88EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB88EC is #147713. Grayscale: #B0B0B0. Windows color (decimal): -1341204 or 15501547. OLE color: 15501547.
HSL color Cylindrical-coordinate representation of color #EB88EC: hue angle of 299.4º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB88EC is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 136 | 236 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.07 |
| HSL | 299.4º | 0.72% | 0.73% | - |
| HSV(B) | 299.4º | 0.42% | 0.93% | - |
| XYZ | 58.21 | 41.33 | 84.27 | - |
| YUV | 177 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 236 | 0.00 | 0.42 | 0 | 0.07 | 299.4 | 0.72 | 0.73 |
| Hex | EB | 88 | EC | 0 | 2A | 0 | 7 | 12B | 48 | 49 |
| Octal | 353 | 210 | 354 | 0 | 52 | 0 | 7 | 453 | 110 | 111 |
| Binary | 11101011 | 10001000 | 11101100 | 0 | 101010 | 0 | 111 | 100101011 | 1001000 | 1001001 |
Color Harmonies of #EB88EC
Complementary color
Monochromatic Colors of #EB88EC
Black with #EB88EC
Text Example
Text Example
White with #EB88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB88EC; }
p { color: rgb(235,136,236); }
H1.HeaderClassName
{
color: #EB88EC;
}
.AnyTagClassName
{
color: #EB88EC;
}
</style>
background-color css
<style>
a { background-color: #EB88EC; }
a { background-color: rgb(235,136,236); }
div.DivClassName
{
background-color: #EB88EC;
}
.BgClassName
{
background-color: #EB88EC;
}
</style>
border-color css
<style>
span { border-color: #EB88EC; }
span { border-color: rgb(235,136,236); }
td.TdClassName
{
border-color: #EB88EC;
}
.TagClassName
{
border-color: #EB88EC;
}
</style>