Shades of Violet #EB8DFF
Tints of Violet #EB8DFF
RGB
CMYK
RGB Variations
Color information
#EB8DFF (or 0xEB8DFF) is known color: Violet. HEX triplet: EB, 8D and FF. RGB value is (235,141,255). Sum of RGB (Red+Green+Blue) = 235+141+255=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 141 (55.47% from 255 or 22.35% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB8DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8DFF is #147200. Grayscale: #B5B5B5. Windows color (decimal): -1339905 or 16748011. OLE color: 16748011.
HSL color Cylindrical-coordinate representation of color #EB8DFF: hue angle of 289.47º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB8DFF is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 141 | 255 | - |
| CMYK | 0.08 | 0.45 | 0 | 0 |
| HSL | 289.47º | 1% | 0.78% | - |
| HSV(B) | 289.47º | 0.45% | 1% | - |
| XYZ | 61.84 | 43.93 | 99.83 | - |
| YUV | 182.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 255 | 0.08 | 0.45 | 0 | 0 | 289.47 | 1 | 0.78 |
| Hex | EB | 8D | FF | 8 | 2D | 0 | 0 | 121 | 64 | 4E |
| Octal | 353 | 215 | 377 | 10 | 55 | 0 | 0 | 441 | 144 | 116 |
| Binary | 11101011 | 10001101 | 11111111 | 1000 | 101101 | 0 | 0 | 100100001 | 1100100 | 1001110 |
Color Harmonies of #EB8DFF
Complementary color
Monochromatic Colors of #EB8DFF
Black with #EB8DFF
Text Example
Text Example
White with #EB8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8DFF; }
p { color: rgb(235,141,255); }
H1.HeaderClassName
{
color: #EB8DFF;
}
.AnyTagClassName
{
color: #EB8DFF;
}
</style>
background-color css
<style>
a { background-color: #EB8DFF; }
a { background-color: rgb(235,141,255); }
div.DivClassName
{
background-color: #EB8DFF;
}
.BgClassName
{
background-color: #EB8DFF;
}
</style>
border-color css
<style>
span { border-color: #EB8DFF; }
span { border-color: rgb(235,141,255); }
td.TdClassName
{
border-color: #EB8DFF;
}
.TagClassName
{
border-color: #EB8DFF;
}
</style>