Shades of Violet #E58FEF
Tints of Violet #E58FEF
RGB
CMYK
RGB Variations
Color information
#E58FEF (or 0xE58FEF) is known color: Violet. HEX triplet: E5, 8F and EF. RGB value is (229,143,239). Sum of RGB (Red+Green+Blue) = 229+143+239=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #E58FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58FEF is #1A7010. Grayscale: #B3B3B3. Windows color (decimal): -1732625 or 15699941. OLE color: 15699941.
HSL color Cylindrical-coordinate representation of color #E58FEF: hue angle of 293.75º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58FEF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 143 | 239 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.06 |
| HSL | 293.75º | 0.75% | 0.75% | - |
| HSV(B) | 293.75º | 0.4% | 0.94% | - |
| XYZ | 57.72 | 42.53 | 86.83 | - |
| YUV | 179.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 239 | 0.04 | 0.40 | 0 | 0.06 | 293.75 | 0.75 | 0.75 |
| Hex | E5 | 8F | EF | 4 | 28 | 0 | 6 | 126 | 4B | 4B |
| Octal | 345 | 217 | 357 | 4 | 50 | 0 | 6 | 446 | 113 | 113 |
| Binary | 11100101 | 10001111 | 11101111 | 100 | 101000 | 0 | 110 | 100100110 | 1001011 | 1001011 |
Color Harmonies of #E58FEF
Complementary color
Monochromatic Colors of #E58FEF
Black with #E58FEF
Text Example
Text Example
White with #E58FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FEF; }
p { color: rgb(229,143,239); }
H1.HeaderClassName
{
color: #E58FEF;
}
.AnyTagClassName
{
color: #E58FEF;
}
</style>
background-color css
<style>
a { background-color: #E58FEF; }
a { background-color: rgb(229,143,239); }
div.DivClassName
{
background-color: #E58FEF;
}
.BgClassName
{
background-color: #E58FEF;
}
</style>
border-color css
<style>
span { border-color: #E58FEF; }
span { border-color: rgb(229,143,239); }
td.TdClassName
{
border-color: #E58FEF;
}
.TagClassName
{
border-color: #E58FEF;
}
</style>