Shades of Violet #EB8BFE
Tints of Violet #EB8BFE
RGB
CMYK
RGB Variations
Color information
#EB8BFE (or 0xEB8BFE) is known color: Violet. HEX triplet: EB, 8B and FE. RGB value is (235,139,254). Sum of RGB (Red+Green+Blue) = 235+139+254=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 139 (54.69% from 255 or 22.13% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB8BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8BFE is #147401. Grayscale: #B4B4B4. Windows color (decimal): -1340418 or 16681963. OLE color: 16681963.
HSL color Cylindrical-coordinate representation of color #EB8BFE: hue angle of 290.09º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB8BFE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 139 | 254 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.00 |
| HSL | 290.09º | 0.98% | 0.77% | - |
| HSV(B) | 290.09º | 0.45% | 1% | - |
| XYZ | 61.38 | 43.28 | 98.89 | - |
| YUV | 180.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 139 | 254 | 0.07 | 0.45 | 0 | 0.00 | 290.09 | 0.98 | 0.77 |
| Hex | EB | 8B | FE | 7 | 2D | 0 | 0 | 122 | 62 | 4D |
| Octal | 353 | 213 | 376 | 7 | 55 | 0 | 0 | 442 | 142 | 115 |
| Binary | 11101011 | 10001011 | 11111110 | 111 | 101101 | 0 | 0 | 100100010 | 1100010 | 1001101 |
Color Harmonies of #EB8BFE
Complementary color
Monochromatic Colors of #EB8BFE
Black with #EB8BFE
Text Example
Text Example
White with #EB8BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8BFE; }
p { color: rgb(235,139,254); }
H1.HeaderClassName
{
color: #EB8BFE;
}
.AnyTagClassName
{
color: #EB8BFE;
}
</style>
background-color css
<style>
a { background-color: #EB8BFE; }
a { background-color: rgb(235,139,254); }
div.DivClassName
{
background-color: #EB8BFE;
}
.BgClassName
{
background-color: #EB8BFE;
}
</style>
border-color css
<style>
span { border-color: #EB8BFE; }
span { border-color: rgb(235,139,254); }
td.TdClassName
{
border-color: #EB8BFE;
}
.TagClassName
{
border-color: #EB8BFE;
}
</style>