Shades of Violet #E58FE4
Tints of Violet #E58FE4
RGB
CMYK
RGB Variations
Color information
#E58FE4 (or 0xE58FE4) is known color: Violet. HEX triplet: E5, 8F and E4. RGB value is (229,143,228). Sum of RGB (Red+Green+Blue) = 229+143+228=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FE4 is #1A701B. Grayscale: #B2B2B2. Windows color (decimal): -1732636 or 14979045. OLE color: 14979045.
HSL color Cylindrical-coordinate representation of color #E58FE4: hue angle of 300.7º 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 #E58FE4 is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 228 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.10 |
| HSL | 300.7º | 0.62% | 0.73% | - |
| HSV(B) | 300.7º | 0.38% | 0.9% | - |
| XYZ | 56.14 | 41.9 | 78.53 | - |
| YUV | 178.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 228 | 0 | 0.38 | 0.00 | 0.10 | 300.7 | 0.62 | 0.73 |
| Hex | E5 | 8F | E4 | 0 | 26 | 0 | A | 12D | 3E | 49 |
| Octal | 345 | 217 | 344 | 0 | 46 | 0 | 12 | 455 | 76 | 111 |
| Binary | 11100101 | 10001111 | 11100100 | 0 | 100110 | 0 | 1010 | 100101101 | 111110 | 1001001 |
Color Harmonies of #E58FE4
Complementary color
Monochromatic Colors of #E58FE4
Black with #E58FE4
Text Example
Text Example
White with #E58FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FE4; }
p { color: rgb(229,143,228); }
H1.HeaderClassName
{
color: #E58FE4;
}
.AnyTagClassName
{
color: #E58FE4;
}
</style>
background-color css
<style>
a { background-color: #E58FE4; }
a { background-color: rgb(229,143,228); }
div.DivClassName
{
background-color: #E58FE4;
}
.BgClassName
{
background-color: #E58FE4;
}
</style>
border-color css
<style>
span { border-color: #E58FE4; }
span { border-color: rgb(229,143,228); }
td.TdClassName
{
border-color: #E58FE4;
}
.TagClassName
{
border-color: #E58FE4;
}
</style>