Shades of Violet #E771EB
Tints of Violet #E771EB
RGB
CMYK
RGB Variations
Color information
#E771EB (or 0xE771EB) is known color: Violet. HEX triplet: E7, 71 and EB. RGB value is (231,113,235). Sum of RGB (Red+Green+Blue) = 231+113+235=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #E771EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E771EB is #188E14. Grayscale: #A1A1A1. Windows color (decimal): -1609237 or 15430119. OLE color: 15430119.
HSL color Cylindrical-coordinate representation of color #E771EB: hue angle of 298.03º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E771EB is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 113 | 235 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.08 |
| HSL | 298.03º | 0.75% | 0.68% | - |
| HSV(B) | 298.03º | 0.52% | 0.92% | - |
| XYZ | 53.86 | 34.8 | 82.48 | - |
| YUV | 162.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 235 | 0.02 | 0.52 | 0 | 0.08 | 298.03 | 0.75 | 0.68 |
| Hex | E7 | 71 | EB | 2 | 34 | 0 | 8 | 12A | 4B | 44 |
| Octal | 347 | 161 | 353 | 2 | 64 | 0 | 10 | 452 | 113 | 104 |
| Binary | 11100111 | 1110001 | 11101011 | 10 | 110100 | 0 | 1000 | 100101010 | 1001011 | 1000100 |
Color Harmonies of #E771EB
Complementary color
Monochromatic Colors of #E771EB
Black with #E771EB
Text Example
Text Example
White with #E771EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E771EB; }
p { color: rgb(231,113,235); }
H1.HeaderClassName
{
color: #E771EB;
}
.AnyTagClassName
{
color: #E771EB;
}
</style>
background-color css
<style>
a { background-color: #E771EB; }
a { background-color: rgb(231,113,235); }
div.DivClassName
{
background-color: #E771EB;
}
.BgClassName
{
background-color: #E771EB;
}
</style>
border-color css
<style>
span { border-color: #E771EB; }
span { border-color: rgb(231,113,235); }
td.TdClassName
{
border-color: #E771EB;
}
.TagClassName
{
border-color: #E771EB;
}
</style>