Shades of Violet #EB8CFE
Tints of Violet #EB8CFE
RGB
CMYK
RGB Variations
Color information
#EB8CFE (or 0xEB8CFE) is known color: Violet. HEX triplet: EB, 8C and FE. RGB value is (235,140,254). Sum of RGB (Red+Green+Blue) = 235+140+254=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 140 (55.08% from 255 or 22.26% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB8CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8CFE is #147301. Grayscale: #B5B5B5. Windows color (decimal): -1340162 or 16682219. OLE color: 16682219.
HSL color Cylindrical-coordinate representation of color #EB8CFE: hue angle of 290º 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 #EB8CFE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 140 | 254 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.00 |
| HSL | 290º | 0.98% | 0.77% | - |
| HSV(B) | 290º | 0.45% | 1% | - |
| XYZ | 61.53 | 43.57 | 98.93 | - |
| YUV | 181.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 254 | 0.07 | 0.45 | 0 | 0.00 | 290 | 0.98 | 0.77 |
| Hex | EB | 8C | FE | 7 | 2D | 0 | 0 | 122 | 62 | 4D |
| Octal | 353 | 214 | 376 | 7 | 55 | 0 | 0 | 442 | 142 | 115 |
| Binary | 11101011 | 10001100 | 11111110 | 111 | 101101 | 0 | 0 | 100100010 | 1100010 | 1001101 |
Color Harmonies of #EB8CFE
Complementary color
Monochromatic Colors of #EB8CFE
Black with #EB8CFE
Text Example
Text Example
White with #EB8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CFE; }
p { color: rgb(235,140,254); }
H1.HeaderClassName
{
color: #EB8CFE;
}
.AnyTagClassName
{
color: #EB8CFE;
}
</style>
background-color css
<style>
a { background-color: #EB8CFE; }
a { background-color: rgb(235,140,254); }
div.DivClassName
{
background-color: #EB8CFE;
}
.BgClassName
{
background-color: #EB8CFE;
}
</style>
border-color css
<style>
span { border-color: #EB8CFE; }
span { border-color: rgb(235,140,254); }
td.TdClassName
{
border-color: #EB8CFE;
}
.TagClassName
{
border-color: #EB8CFE;
}
</style>