Shades of Violet #EB76E8
Tints of Violet #EB76E8
RGB
CMYK
RGB Variations
Color information
#EB76E8 (or 0xEB76E8) is known color: Violet. HEX triplet: EB, 76 and E8. RGB value is (235,118,232). Sum of RGB (Red+Green+Blue) = 235+118+232=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 118 (46.48% from 255 or 20.17% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB76E8 is #148917. Grayscale: #A5A5A5. Windows color (decimal): -1345816 or 15234795. OLE color: 15234795.
HSL color Cylindrical-coordinate representation of color #EB76E8: hue angle of 301.54º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB76E8 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 118 | 232 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.08 |
| HSL | 301.54º | 0.75% | 0.69% | - |
| HSV(B) | 301.54º | 0.5% | 0.92% | - |
| XYZ | 55.3 | 36.45 | 80.46 | - |
| YUV | 165.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 232 | 0 | 0.50 | 0.01 | 0.08 | 301.54 | 0.75 | 0.69 |
| Hex | EB | 76 | E8 | 0 | 32 | 1 | 8 | 12E | 4B | 45 |
| Octal | 353 | 166 | 350 | 0 | 62 | 1 | 10 | 456 | 113 | 105 |
| Binary | 11101011 | 1110110 | 11101000 | 0 | 110010 | 1 | 1000 | 100101110 | 1001011 | 1000101 |
Color Harmonies of #EB76E8
Complementary color
Monochromatic Colors of #EB76E8
Black with #EB76E8
Text Example
Text Example
White with #EB76E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB76E8; }
p { color: rgb(235,118,232); }
H1.HeaderClassName
{
color: #EB76E8;
}
.AnyTagClassName
{
color: #EB76E8;
}
</style>
background-color css
<style>
a { background-color: #EB76E8; }
a { background-color: rgb(235,118,232); }
div.DivClassName
{
background-color: #EB76E8;
}
.BgClassName
{
background-color: #EB76E8;
}
</style>
border-color css
<style>
span { border-color: #EB76E8; }
span { border-color: rgb(235,118,232); }
td.TdClassName
{
border-color: #EB76E8;
}
.TagClassName
{
border-color: #EB76E8;
}
</style>