Shades of Violet #E07AE5
Tints of Violet #E07AE5
RGB
CMYK
RGB Variations
Color information
#E07AE5 (or 0xE07AE5) is known color: Violet. HEX triplet: E0, 7A and E5. RGB value is (224,122,229). Sum of RGB (Red+Green+Blue) = 224+122+229=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #E07AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07AE5 is #1F851A. Grayscale: #A4A4A4. Windows color (decimal): -2065691 or 15039200. OLE color: 15039200.
HSL color Cylindrical-coordinate representation of color #E07AE5: hue angle of 297.2º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07AE5 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 122 | 229 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.10 |
| HSL | 297.2º | 0.67% | 0.69% | - |
| HSV(B) | 297.2º | 0.47% | 0.9% | - |
| XYZ | 51.84 | 35.42 | 78.23 | - |
| YUV | 164.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 229 | 0.02 | 0.47 | 0 | 0.10 | 297.2 | 0.67 | 0.69 |
| Hex | E0 | 7A | E5 | 2 | 2F | 0 | A | 129 | 43 | 45 |
| Octal | 340 | 172 | 345 | 2 | 57 | 0 | 12 | 451 | 103 | 105 |
| Binary | 11100000 | 1111010 | 11100101 | 10 | 101111 | 0 | 1010 | 100101001 | 1000011 | 1000101 |
Color Harmonies of #E07AE5
Complementary color
Monochromatic Colors of #E07AE5
Black with #E07AE5
Text Example
Text Example
White with #E07AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07AE5; }
p { color: rgb(224,122,229); }
H1.HeaderClassName
{
color: #E07AE5;
}
.AnyTagClassName
{
color: #E07AE5;
}
</style>
background-color css
<style>
a { background-color: #E07AE5; }
a { background-color: rgb(224,122,229); }
div.DivClassName
{
background-color: #E07AE5;
}
.BgClassName
{
background-color: #E07AE5;
}
</style>
border-color css
<style>
span { border-color: #E07AE5; }
span { border-color: rgb(224,122,229); }
td.TdClassName
{
border-color: #E07AE5;
}
.TagClassName
{
border-color: #E07AE5;
}
</style>