Shades of Violet #E67AE5
Tints of Violet #E67AE5
RGB
CMYK
RGB Variations
Color information
#E67AE5 (or 0xE67AE5) is known color: Violet. HEX triplet: E6, 7A and E5. RGB value is (230,122,229). Sum of RGB (Red+Green+Blue) = 230+122+229=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E67AE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67AE5 is #19851A. Grayscale: #A6A6A6. Windows color (decimal): -1672475 or 15039206. OLE color: 15039206.
HSL color Cylindrical-coordinate representation of color #E67AE5: hue angle of 300.56º degrees, saturation: 0.68, 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 #E67AE5 is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 229 | - |
| CMYK | 0 | 0.47 | 0.00 | 0.10 |
| HSL | 300.56º | 0.68% | 0.69% | - |
| HSV(B) | 300.56º | 0.47% | 0.9% | - |
| XYZ | 53.74 | 36.4 | 78.32 | - |
| YUV | 166.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 229 | 0 | 0.47 | 0.00 | 0.10 | 300.56 | 0.68 | 0.69 |
| Hex | E6 | 7A | E5 | 0 | 2F | 0 | A | 12D | 44 | 45 |
| Octal | 346 | 172 | 345 | 0 | 57 | 0 | 12 | 455 | 104 | 105 |
| Binary | 11100110 | 1111010 | 11100101 | 0 | 101111 | 0 | 1010 | 100101101 | 1000100 | 1000101 |
Color Harmonies of #E67AE5
Complementary color
Monochromatic Colors of #E67AE5
Black with #E67AE5
Text Example
Text Example
White with #E67AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67AE5; }
p { color: rgb(230,122,229); }
H1.HeaderClassName
{
color: #E67AE5;
}
.AnyTagClassName
{
color: #E67AE5;
}
</style>
background-color css
<style>
a { background-color: #E67AE5; }
a { background-color: rgb(230,122,229); }
div.DivClassName
{
background-color: #E67AE5;
}
.BgClassName
{
background-color: #E67AE5;
}
</style>
border-color css
<style>
span { border-color: #E67AE5; }
span { border-color: rgb(230,122,229); }
td.TdClassName
{
border-color: #E67AE5;
}
.TagClassName
{
border-color: #E67AE5;
}
</style>