Shades of Violet #EB8DE7
Tints of Violet #EB8DE7
RGB
CMYK
RGB Variations
Color information
#EB8DE7 (or 0xEB8DE7) is known color: Violet. HEX triplet: EB, 8D and E7. RGB value is (235,141,231). Sum of RGB (Red+Green+Blue) = 235+141+231=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8DE7 is #147218. Grayscale: #B3B3B3. Windows color (decimal): -1339929 or 15175147. OLE color: 15175147.
HSL color Cylindrical-coordinate representation of color #EB8DE7: hue angle of 302.55º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8DE7 is Cyan = 0, Magento = 0.4, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 231 | - |
| CMYK | 0 | 0.4 | 0.02 | 0.08 |
| HSL | 302.55º | 0.7% | 0.74% | - |
| HSV(B) | 302.55º | 0.4% | 0.92% | - |
| XYZ | 58.21 | 42.48 | 80.73 | - |
| YUV | 179.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 231 | 0 | 0.4 | 0.02 | 0.08 | 302.55 | 0.7 | 0.74 |
| Hex | EB | 8D | E7 | 0 | 28 | 2 | 8 | 12F | 46 | 4A |
| Octal | 353 | 215 | 347 | 0 | 50 | 2 | 10 | 457 | 106 | 112 |
| Binary | 11101011 | 10001101 | 11100111 | 0 | 101000 | 10 | 1000 | 100101111 | 1000110 | 1001010 |
Color Harmonies of #EB8DE7
Complementary color
Monochromatic Colors of #EB8DE7
Black with #EB8DE7
Text Example
Text Example
White with #EB8DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8DE7; }
p { color: rgb(235,141,231); }
H1.HeaderClassName
{
color: #EB8DE7;
}
.AnyTagClassName
{
color: #EB8DE7;
}
</style>
background-color css
<style>
a { background-color: #EB8DE7; }
a { background-color: rgb(235,141,231); }
div.DivClassName
{
background-color: #EB8DE7;
}
.BgClassName
{
background-color: #EB8DE7;
}
</style>
border-color css
<style>
span { border-color: #EB8DE7; }
span { border-color: rgb(235,141,231); }
td.TdClassName
{
border-color: #EB8DE7;
}
.TagClassName
{
border-color: #EB8DE7;
}
</style>