Shades of Violet #EB77ED
Tints of Violet #EB77ED
RGB
CMYK
RGB Variations
Color information
#EB77ED (or 0xEB77ED) is known color: Violet. HEX triplet: EB, 77 and ED. RGB value is (235,119,237). Sum of RGB (Red+Green+Blue) = 235+119+237=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 119 (46.88% from 255 or 20.14% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB77ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB77ED is #148812. Grayscale: #A6A6A6. Windows color (decimal): -1345555 or 15562731. OLE color: 15562731.
HSL color Cylindrical-coordinate representation of color #EB77ED: hue angle of 298.98º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB77ED is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 119 | 237 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.07 |
| HSL | 298.98º | 0.77% | 0.7% | - |
| HSV(B) | 298.98º | 0.5% | 0.93% | - |
| XYZ | 56.14 | 36.97 | 84.3 | - |
| YUV | 167.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 119 | 237 | 0.01 | 0.50 | 0 | 0.07 | 298.98 | 0.77 | 0.7 |
| Hex | EB | 77 | ED | 1 | 32 | 0 | 7 | 12B | 4D | 46 |
| Octal | 353 | 167 | 355 | 1 | 62 | 0 | 7 | 453 | 115 | 106 |
| Binary | 11101011 | 1110111 | 11101101 | 1 | 110010 | 0 | 111 | 100101011 | 1001101 | 1000110 |
Color Harmonies of #EB77ED
Complementary color
Monochromatic Colors of #EB77ED
Black with #EB77ED
Text Example
Text Example
White with #EB77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB77ED; }
p { color: rgb(235,119,237); }
H1.HeaderClassName
{
color: #EB77ED;
}
.AnyTagClassName
{
color: #EB77ED;
}
</style>
background-color css
<style>
a { background-color: #EB77ED; }
a { background-color: rgb(235,119,237); }
div.DivClassName
{
background-color: #EB77ED;
}
.BgClassName
{
background-color: #EB77ED;
}
</style>
border-color css
<style>
span { border-color: #EB77ED; }
span { border-color: rgb(235,119,237); }
td.TdClassName
{
border-color: #EB77ED;
}
.TagClassName
{
border-color: #EB77ED;
}
</style>