Shades of Violet #EB86E5
Tints of Violet #EB86E5
RGB
CMYK
RGB Variations
Color information
#EB86E5 (or 0xEB86E5) is known color: Violet. HEX triplet: EB, 86 and E5. RGB value is (235,134,229). Sum of RGB (Red+Green+Blue) = 235+134+229=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 134 (52.73% from 255 or 22.41% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86E5 is #14791A. Grayscale: #AEAEAE. Windows color (decimal): -1341723 or 15042283. OLE color: 15042283.
HSL color Cylindrical-coordinate representation of color #EB86E5: hue angle of 303.56º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB86E5 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 134 | 229 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.08 |
| HSL | 303.56º | 0.72% | 0.72% | - |
| HSV(B) | 303.56º | 0.43% | 0.92% | - |
| XYZ | 56.93 | 40.37 | 78.92 | - |
| YUV | 175.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 134 | 229 | 0 | 0.43 | 0.03 | 0.08 | 303.56 | 0.72 | 0.72 |
| Hex | EB | 86 | E5 | 0 | 2B | 3 | 8 | 130 | 48 | 48 |
| Octal | 353 | 206 | 345 | 0 | 53 | 3 | 10 | 460 | 110 | 110 |
| Binary | 11101011 | 10000110 | 11100101 | 0 | 101011 | 11 | 1000 | 100110000 | 1001000 | 1001000 |
Color Harmonies of #EB86E5
Complementary color
Monochromatic Colors of #EB86E5
Black with #EB86E5
Text Example
Text Example
White with #EB86E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB86E5; }
p { color: rgb(235,134,229); }
H1.HeaderClassName
{
color: #EB86E5;
}
.AnyTagClassName
{
color: #EB86E5;
}
</style>
background-color css
<style>
a { background-color: #EB86E5; }
a { background-color: rgb(235,134,229); }
div.DivClassName
{
background-color: #EB86E5;
}
.BgClassName
{
background-color: #EB86E5;
}
</style>
border-color css
<style>
span { border-color: #EB86E5; }
span { border-color: rgb(235,134,229); }
td.TdClassName
{
border-color: #EB86E5;
}
.TagClassName
{
border-color: #EB86E5;
}
</style>