Shades of Violet #E771ED
Tints of Violet #E771ED
RGB
CMYK
RGB Variations
Color information
#E771ED (or 0xE771ED) is known color: Violet. HEX triplet: E7, 71 and ED. RGB value is (231,113,237). Sum of RGB (Red+Green+Blue) = 231+113+237=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 113 (44.53% from 255 or 19.45% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #E771ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E771ED is #188E12. Grayscale: #A2A2A2. Windows color (decimal): -1609235 or 15561191. OLE color: 15561191.
HSL color Cylindrical-coordinate representation of color #E771ED: hue angle of 297.1º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E771ED is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 113 | 237 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.07 |
| HSL | 297.1º | 0.78% | 0.69% | - |
| HSV(B) | 297.1º | 0.52% | 0.93% | - |
| XYZ | 54.15 | 34.91 | 84.01 | - |
| YUV | 162.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 237 | 0.03 | 0.52 | 0 | 0.07 | 297.1 | 0.78 | 0.69 |
| Hex | E7 | 71 | ED | 3 | 34 | 0 | 7 | 129 | 4E | 45 |
| Octal | 347 | 161 | 355 | 3 | 64 | 0 | 7 | 451 | 116 | 105 |
| Binary | 11100111 | 1110001 | 11101101 | 11 | 110100 | 0 | 111 | 100101001 | 1001110 | 1000101 |
Color Harmonies of #E771ED
Complementary color
Monochromatic Colors of #E771ED
Black with #E771ED
Text Example
Text Example
White with #E771ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E771ED; }
p { color: rgb(231,113,237); }
H1.HeaderClassName
{
color: #E771ED;
}
.AnyTagClassName
{
color: #E771ED;
}
</style>
background-color css
<style>
a { background-color: #E771ED; }
a { background-color: rgb(231,113,237); }
div.DivClassName
{
background-color: #E771ED;
}
.BgClassName
{
background-color: #E771ED;
}
</style>
border-color css
<style>
span { border-color: #E771ED; }
span { border-color: rgb(231,113,237); }
td.TdClassName
{
border-color: #E771ED;
}
.TagClassName
{
border-color: #E771ED;
}
</style>