Shades of Violet #E774EE
Tints of Violet #E774EE
RGB
CMYK
RGB Variations
Color information
#E774EE (or 0xE774EE) is known color: Violet. HEX triplet: E7, 74 and EE. RGB value is (231,116,238). Sum of RGB (Red+Green+Blue) = 231+116+238=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 116 (45.70% from 255 or 19.83% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #E774EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E774EE is #188B11. Grayscale: #A3A3A3. Windows color (decimal): -1608466 or 15627495. OLE color: 15627495.
HSL color Cylindrical-coordinate representation of color #E774EE: hue angle of 296.56º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E774EE is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 116 | 238 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.07 |
| HSL | 296.56º | 0.78% | 0.69% | - |
| HSV(B) | 296.56º | 0.51% | 0.93% | - |
| XYZ | 54.63 | 35.65 | 84.89 | - |
| YUV | 164.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 238 | 0.03 | 0.51 | 0 | 0.07 | 296.56 | 0.78 | 0.69 |
| Hex | E7 | 74 | EE | 3 | 33 | 0 | 7 | 129 | 4E | 45 |
| Octal | 347 | 164 | 356 | 3 | 63 | 0 | 7 | 451 | 116 | 105 |
| Binary | 11100111 | 1110100 | 11101110 | 11 | 110011 | 0 | 111 | 100101001 | 1001110 | 1000101 |
Color Harmonies of #E774EE
Complementary color
Monochromatic Colors of #E774EE
Black with #E774EE
Text Example
Text Example
White with #E774EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E774EE; }
p { color: rgb(231,116,238); }
H1.HeaderClassName
{
color: #E774EE;
}
.AnyTagClassName
{
color: #E774EE;
}
</style>
background-color css
<style>
a { background-color: #E774EE; }
a { background-color: rgb(231,116,238); }
div.DivClassName
{
background-color: #E774EE;
}
.BgClassName
{
background-color: #E774EE;
}
</style>
border-color css
<style>
span { border-color: #E774EE; }
span { border-color: rgb(231,116,238); }
td.TdClassName
{
border-color: #E774EE;
}
.TagClassName
{
border-color: #E774EE;
}
</style>