Shades of Violet #E773EB
Tints of Violet #E773EB
RGB
CMYK
RGB Variations
Color information
#E773EB (or 0xE773EB) is known color: Violet. HEX triplet: E7, 73 and EB. RGB value is (231,115,235). Sum of RGB (Red+Green+Blue) = 231+115+235=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #E773EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E773EB is #188C14. Grayscale: #A2A2A2. Windows color (decimal): -1608725 or 15430631. OLE color: 15430631.
HSL color Cylindrical-coordinate representation of color #E773EB: hue angle of 298º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E773EB is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 115 | 235 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.08 |
| HSL | 298º | 0.75% | 0.69% | - |
| HSV(B) | 298º | 0.51% | 0.92% | - |
| XYZ | 54.08 | 35.25 | 82.55 | - |
| YUV | 163.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 235 | 0.02 | 0.51 | 0 | 0.08 | 298 | 0.75 | 0.69 |
| Hex | E7 | 73 | EB | 2 | 33 | 0 | 8 | 12A | 4B | 45 |
| Octal | 347 | 163 | 353 | 2 | 63 | 0 | 10 | 452 | 113 | 105 |
| Binary | 11100111 | 1110011 | 11101011 | 10 | 110011 | 0 | 1000 | 100101010 | 1001011 | 1000101 |
Color Harmonies of #E773EB
Complementary color
Monochromatic Colors of #E773EB
Black with #E773EB
Text Example
Text Example
White with #E773EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773EB; }
p { color: rgb(231,115,235); }
H1.HeaderClassName
{
color: #E773EB;
}
.AnyTagClassName
{
color: #E773EB;
}
</style>
background-color css
<style>
a { background-color: #E773EB; }
a { background-color: rgb(231,115,235); }
div.DivClassName
{
background-color: #E773EB;
}
.BgClassName
{
background-color: #E773EB;
}
</style>
border-color css
<style>
span { border-color: #E773EB; }
span { border-color: rgb(231,115,235); }
td.TdClassName
{
border-color: #E773EB;
}
.TagClassName
{
border-color: #E773EB;
}
</style>