Shades of Violet #EB8FEE
Tints of Violet #EB8FEE
RGB
CMYK
RGB Variations
Color information
#EB8FEE (or 0xEB8FEE) is known color: Violet. HEX triplet: EB, 8F and EE. RGB value is (235,143,238). Sum of RGB (Red+Green+Blue) = 235+143+238=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB8FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8FEE is #147011. Grayscale: #B5B5B5. Windows color (decimal): -1339410 or 15634411. OLE color: 15634411.
HSL color Cylindrical-coordinate representation of color #EB8FEE: hue angle of 298.11º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8FEE is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 143 | 238 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.07 |
| HSL | 298.11º | 0.74% | 0.75% | - |
| HSV(B) | 298.11º | 0.4% | 0.93% | - |
| XYZ | 59.52 | 43.48 | 86.14 | - |
| YUV | 181.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 238 | 0.01 | 0.40 | 0 | 0.07 | 298.11 | 0.74 | 0.75 |
| Hex | EB | 8F | EE | 1 | 28 | 0 | 7 | 12A | 4A | 4B |
| Octal | 353 | 217 | 356 | 1 | 50 | 0 | 7 | 452 | 112 | 113 |
| Binary | 11101011 | 10001111 | 11101110 | 1 | 101000 | 0 | 111 | 100101010 | 1001010 | 1001011 |
Color Harmonies of #EB8FEE
Complementary color
Monochromatic Colors of #EB8FEE
Black with #EB8FEE
Text Example
Text Example
White with #EB8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8FEE; }
p { color: rgb(235,143,238); }
H1.HeaderClassName
{
color: #EB8FEE;
}
.AnyTagClassName
{
color: #EB8FEE;
}
</style>
background-color css
<style>
a { background-color: #EB8FEE; }
a { background-color: rgb(235,143,238); }
div.DivClassName
{
background-color: #EB8FEE;
}
.BgClassName
{
background-color: #EB8FEE;
}
</style>
border-color css
<style>
span { border-color: #EB8FEE; }
span { border-color: rgb(235,143,238); }
td.TdClassName
{
border-color: #EB8FEE;
}
.TagClassName
{
border-color: #EB8FEE;
}
</style>