Shades of Violet #E76DEA
Tints of Violet #E76DEA
RGB
CMYK
RGB Variations
Color information
#E76DEA (or 0xE76DEA) is known color: Violet. HEX triplet: E7, 6D and EA. RGB value is (231,109,234). Sum of RGB (Red+Green+Blue) = 231+109+234=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 109 (42.97% from 255 or 18.99% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #E76DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76DEA is #189215. Grayscale: #9F9F9F. Windows color (decimal): -1610262 or 15363559. OLE color: 15363559.
HSL color Cylindrical-coordinate representation of color #E76DEA: hue angle of 298.56º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76DEA is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 109 | 234 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.08 |
| HSL | 298.56º | 0.75% | 0.67% | - |
| HSV(B) | 298.56º | 0.53% | 0.92% | - |
| XYZ | 53.27 | 33.87 | 81.57 | - |
| YUV | 159.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 234 | 0.01 | 0.53 | 0 | 0.08 | 298.56 | 0.75 | 0.67 |
| Hex | E7 | 6D | EA | 1 | 35 | 0 | 8 | 12B | 4B | 43 |
| Octal | 347 | 155 | 352 | 1 | 65 | 0 | 10 | 453 | 113 | 103 |
| Binary | 11100111 | 1101101 | 11101010 | 1 | 110101 | 0 | 1000 | 100101011 | 1001011 | 1000011 |
Color Harmonies of #E76DEA
Complementary color
Monochromatic Colors of #E76DEA
Black with #E76DEA
Text Example
Text Example
White with #E76DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76DEA; }
p { color: rgb(231,109,234); }
H1.HeaderClassName
{
color: #E76DEA;
}
.AnyTagClassName
{
color: #E76DEA;
}
</style>
background-color css
<style>
a { background-color: #E76DEA; }
a { background-color: rgb(231,109,234); }
div.DivClassName
{
background-color: #E76DEA;
}
.BgClassName
{
background-color: #E76DEA;
}
</style>
border-color css
<style>
span { border-color: #E76DEA; }
span { border-color: rgb(231,109,234); }
td.TdClassName
{
border-color: #E76DEA;
}
.TagClassName
{
border-color: #E76DEA;
}
</style>