Shades of Violet #E37AE5
Tints of Violet #E37AE5
RGB
CMYK
RGB Variations
Color information
#E37AE5 (or 0xE37AE5) is known color: Violet. HEX triplet: E3, 7A and E5. RGB value is (227,122,229). Sum of RGB (Red+Green+Blue) = 227+122+229=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #E37AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37AE5 is #1C851A. Grayscale: #A5A5A5. Windows color (decimal): -1869083 or 15039203. OLE color: 15039203.
HSL color Cylindrical-coordinate representation of color #E37AE5: hue angle of 298.88º 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 #E37AE5 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 122 | 229 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.10 |
| HSL | 298.88º | 0.67% | 0.69% | - |
| HSV(B) | 298.88º | 0.47% | 0.9% | - |
| XYZ | 52.78 | 35.91 | 78.28 | - |
| YUV | 165.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 229 | 0.01 | 0.47 | 0 | 0.10 | 298.88 | 0.67 | 0.69 |
| Hex | E3 | 7A | E5 | 1 | 2F | 0 | A | 12B | 43 | 45 |
| Octal | 343 | 172 | 345 | 1 | 57 | 0 | 12 | 453 | 103 | 105 |
| Binary | 11100011 | 1111010 | 11100101 | 1 | 101111 | 0 | 1010 | 100101011 | 1000011 | 1000101 |
Color Harmonies of #E37AE5
Complementary color
Monochromatic Colors of #E37AE5
Black with #E37AE5
Text Example
Text Example
White with #E37AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37AE5; }
p { color: rgb(227,122,229); }
H1.HeaderClassName
{
color: #E37AE5;
}
.AnyTagClassName
{
color: #E37AE5;
}
</style>
background-color css
<style>
a { background-color: #E37AE5; }
a { background-color: rgb(227,122,229); }
div.DivClassName
{
background-color: #E37AE5;
}
.BgClassName
{
background-color: #E37AE5;
}
</style>
border-color css
<style>
span { border-color: #E37AE5; }
span { border-color: rgb(227,122,229); }
td.TdClassName
{
border-color: #E37AE5;
}
.TagClassName
{
border-color: #E37AE5;
}
</style>