Shades of Violet #E76FEA
Tints of Violet #E76FEA
RGB
CMYK
RGB Variations
Color information
#E76FEA (or 0xE76FEA) is known color: Violet. HEX triplet: E7, 6F and EA. RGB value is (231,111,234). Sum of RGB (Red+Green+Blue) = 231+111+234=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #E76FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76FEA is #189015. Grayscale: #A0A0A0. Windows color (decimal): -1609750 or 15364071. OLE color: 15364071.
HSL color Cylindrical-coordinate representation of color #E76FEA: hue angle of 298.54º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76FEA is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 111 | 234 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.08 |
| HSL | 298.54º | 0.75% | 0.68% | - |
| HSV(B) | 298.54º | 0.53% | 0.92% | - |
| XYZ | 53.49 | 34.3 | 81.64 | - |
| YUV | 160.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 234 | 0.01 | 0.53 | 0 | 0.08 | 298.54 | 0.75 | 0.68 |
| Hex | E7 | 6F | EA | 1 | 35 | 0 | 8 | 12B | 4B | 44 |
| Octal | 347 | 157 | 352 | 1 | 65 | 0 | 10 | 453 | 113 | 104 |
| Binary | 11100111 | 1101111 | 11101010 | 1 | 110101 | 0 | 1000 | 100101011 | 1001011 | 1000100 |
Color Harmonies of #E76FEA
Complementary color
Monochromatic Colors of #E76FEA
Black with #E76FEA
Text Example
Text Example
White with #E76FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76FEA; }
p { color: rgb(231,111,234); }
H1.HeaderClassName
{
color: #E76FEA;
}
.AnyTagClassName
{
color: #E76FEA;
}
</style>
background-color css
<style>
a { background-color: #E76FEA; }
a { background-color: rgb(231,111,234); }
div.DivClassName
{
background-color: #E76FEA;
}
.BgClassName
{
background-color: #E76FEA;
}
</style>
border-color css
<style>
span { border-color: #E76FEA; }
span { border-color: rgb(231,111,234); }
td.TdClassName
{
border-color: #E76FEA;
}
.TagClassName
{
border-color: #E76FEA;
}
</style>