Shades of Violet #E07AEA
Tints of Violet #E07AEA
RGB
CMYK
RGB Variations
Color information
#E07AEA (or 0xE07AEA) is known color: Violet. HEX triplet: E0, 7A and EA. RGB value is (224,122,234). Sum of RGB (Red+Green+Blue) = 224+122+234=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #E07AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07AEA is #1F8515. Grayscale: #A4A4A4. Windows color (decimal): -2065686 or 15366880. OLE color: 15366880.
HSL color Cylindrical-coordinate representation of color #E07AEA: hue angle of 294.64º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07AEA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 122 | 234 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.08 |
| HSL | 294.64º | 0.73% | 0.7% | - |
| HSV(B) | 294.64º | 0.48% | 0.92% | - |
| XYZ | 52.55 | 35.71 | 81.96 | - |
| YUV | 165.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 234 | 0.04 | 0.48 | 0 | 0.08 | 294.64 | 0.73 | 0.7 |
| Hex | E0 | 7A | EA | 4 | 30 | 0 | 8 | 127 | 49 | 46 |
| Octal | 340 | 172 | 352 | 4 | 60 | 0 | 10 | 447 | 111 | 106 |
| Binary | 11100000 | 1111010 | 11101010 | 100 | 110000 | 0 | 1000 | 100100111 | 1001001 | 1000110 |
Color Harmonies of #E07AEA
Complementary color
Monochromatic Colors of #E07AEA
Black with #E07AEA
Text Example
Text Example
White with #E07AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07AEA; }
p { color: rgb(224,122,234); }
H1.HeaderClassName
{
color: #E07AEA;
}
.AnyTagClassName
{
color: #E07AEA;
}
</style>
background-color css
<style>
a { background-color: #E07AEA; }
a { background-color: rgb(224,122,234); }
div.DivClassName
{
background-color: #E07AEA;
}
.BgClassName
{
background-color: #E07AEA;
}
</style>
border-color css
<style>
span { border-color: #E07AEA; }
span { border-color: rgb(224,122,234); }
td.TdClassName
{
border-color: #E07AEA;
}
.TagClassName
{
border-color: #E07AEA;
}
</style>