Shades of Violet #E58FE5
Tints of Violet #E58FE5
RGB
CMYK
RGB Variations
Color information
#E58FE5 (or 0xE58FE5) is known color: Violet. HEX triplet: E5, 8F and E5. RGB value is (229,143,229). Sum of RGB (Red+Green+Blue) = 229+143+229=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E58FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FE5 is #1A701A. Grayscale: #B2B2B2. Windows color (decimal): -1732635 or 15044581. OLE color: 15044581.
HSL color Cylindrical-coordinate representation of color #E58FE5: hue angle of 300º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58FE5 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 229 | - |
| CMYK | 0 | 0.38 | 0 | 0.10 |
| HSL | 300º | 0.62% | 0.73% | - |
| HSV(B) | 300º | 0.38% | 0.9% | - |
| XYZ | 56.28 | 41.96 | 79.26 | - |
| YUV | 178.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 229 | 0 | 0.38 | 0 | 0.10 | 300 | 0.62 | 0.73 |
| Hex | E5 | 8F | E5 | 0 | 26 | 0 | A | 12C | 3E | 49 |
| Octal | 345 | 217 | 345 | 0 | 46 | 0 | 12 | 454 | 76 | 111 |
| Binary | 11100101 | 10001111 | 11100101 | 0 | 100110 | 0 | 1010 | 100101100 | 111110 | 1001001 |
Color Harmonies of #E58FE5
Complementary color
Monochromatic Colors of #E58FE5
Black with #E58FE5
Text Example
Text Example
White with #E58FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FE5; }
p { color: rgb(229,143,229); }
H1.HeaderClassName
{
color: #E58FE5;
}
.AnyTagClassName
{
color: #E58FE5;
}
</style>
background-color css
<style>
a { background-color: #E58FE5; }
a { background-color: rgb(229,143,229); }
div.DivClassName
{
background-color: #E58FE5;
}
.BgClassName
{
background-color: #E58FE5;
}
</style>
border-color css
<style>
span { border-color: #E58FE5; }
span { border-color: rgb(229,143,229); }
td.TdClassName
{
border-color: #E58FE5;
}
.TagClassName
{
border-color: #E58FE5;
}
</style>