Shades of Violet #EB80E8
Tints of Violet #EB80E8
RGB
CMYK
RGB Variations
Color information
#EB80E8 (or 0xEB80E8) is known color: Violet. HEX triplet: EB, 80 and E8. RGB value is (235,128,232). Sum of RGB (Red+Green+Blue) = 235+128+232=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB80E8 is #147F17. Grayscale: #ABABAB. Windows color (decimal): -1343256 or 15237355. OLE color: 15237355.
HSL color Cylindrical-coordinate representation of color #EB80E8: hue angle of 301.68º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB80E8 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 128 | 232 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.08 |
| HSL | 301.68º | 0.73% | 0.71% | - |
| HSV(B) | 301.68º | 0.46% | 0.92% | - |
| XYZ | 56.55 | 38.93 | 80.88 | - |
| YUV | 171.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 128 | 232 | 0 | 0.46 | 0.01 | 0.08 | 301.68 | 0.73 | 0.71 |
| Hex | EB | 80 | E8 | 0 | 2E | 1 | 8 | 12E | 49 | 47 |
| Octal | 353 | 200 | 350 | 0 | 56 | 1 | 10 | 456 | 111 | 107 |
| Binary | 11101011 | 10000000 | 11101000 | 0 | 101110 | 1 | 1000 | 100101110 | 1001001 | 1000111 |
Color Harmonies of #EB80E8
Complementary color
Monochromatic Colors of #EB80E8
Black with #EB80E8
Text Example
Text Example
White with #EB80E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB80E8; }
p { color: rgb(235,128,232); }
H1.HeaderClassName
{
color: #EB80E8;
}
.AnyTagClassName
{
color: #EB80E8;
}
</style>
background-color css
<style>
a { background-color: #EB80E8; }
a { background-color: rgb(235,128,232); }
div.DivClassName
{
background-color: #EB80E8;
}
.BgClassName
{
background-color: #EB80E8;
}
</style>
border-color css
<style>
span { border-color: #EB80E8; }
span { border-color: rgb(235,128,232); }
td.TdClassName
{
border-color: #EB80E8;
}
.TagClassName
{
border-color: #EB80E8;
}
</style>