Shades of Violet #E58FED
Tints of Violet #E58FED
RGB
CMYK
RGB Variations
Color information
#E58FED (or 0xE58FED) is known color: Violet. HEX triplet: E5, 8F and ED. RGB value is (229,143,237). Sum of RGB (Red+Green+Blue) = 229+143+237=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #E58FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58FED is #1A7012. Grayscale: #B3B3B3. Windows color (decimal): -1732627 or 15568869. OLE color: 15568869.
HSL color Cylindrical-coordinate representation of color #E58FED: hue angle of 294.89º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58FED is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 143 | 237 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.07 |
| HSL | 294.89º | 0.72% | 0.75% | - |
| HSV(B) | 294.89º | 0.4% | 0.93% | - |
| XYZ | 57.42 | 42.42 | 85.28 | - |
| YUV | 179.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 237 | 0.03 | 0.40 | 0 | 0.07 | 294.89 | 0.72 | 0.75 |
| Hex | E5 | 8F | ED | 3 | 28 | 0 | 7 | 127 | 48 | 4B |
| Octal | 345 | 217 | 355 | 3 | 50 | 0 | 7 | 447 | 110 | 113 |
| Binary | 11100101 | 10001111 | 11101101 | 11 | 101000 | 0 | 111 | 100100111 | 1001000 | 1001011 |
Color Harmonies of #E58FED
Complementary color
Monochromatic Colors of #E58FED
Black with #E58FED
Text Example
Text Example
White with #E58FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FED; }
p { color: rgb(229,143,237); }
H1.HeaderClassName
{
color: #E58FED;
}
.AnyTagClassName
{
color: #E58FED;
}
</style>
background-color css
<style>
a { background-color: #E58FED; }
a { background-color: rgb(229,143,237); }
div.DivClassName
{
background-color: #E58FED;
}
.BgClassName
{
background-color: #E58FED;
}
</style>
border-color css
<style>
span { border-color: #E58FED; }
span { border-color: rgb(229,143,237); }
td.TdClassName
{
border-color: #E58FED;
}
.TagClassName
{
border-color: #E58FED;
}
</style>