Shades of Violet #E58FF0
Tints of Violet #E58FF0
RGB
CMYK
RGB Variations
Color information
#E58FF0 (or 0xE58FF0) is known color: Violet. HEX triplet: E5, 8F and F0. RGB value is (229,143,240). Sum of RGB (Red+Green+Blue) = 229+143+240=612 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.42% from 612); Green value is 143 (56.25% from 255 or 23.37% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #E58FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58FF0 is #1A700F. Grayscale: #B3B3B3. Windows color (decimal): -1732624 or 15765477. OLE color: 15765477.
HSL color Cylindrical-coordinate representation of color #E58FF0: hue angle of 293.2º degrees, saturation: 0.76, 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 #E58FF0 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 143 | 240 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.06 |
| HSL | 293.2º | 0.76% | 0.75% | - |
| HSV(B) | 293.2º | 0.4% | 0.94% | - |
| XYZ | 57.86 | 42.59 | 87.61 | - |
| YUV | 179.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 240 | 0.05 | 0.40 | 0 | 0.06 | 293.2 | 0.76 | 0.75 |
| Hex | E5 | 8F | F0 | 5 | 28 | 0 | 6 | 125 | 4C | 4B |
| Octal | 345 | 217 | 360 | 5 | 50 | 0 | 6 | 445 | 114 | 113 |
| Binary | 11100101 | 10001111 | 11110000 | 101 | 101000 | 0 | 110 | 100100101 | 1001100 | 1001011 |
Color Harmonies of #E58FF0
Complementary color
Monochromatic Colors of #E58FF0
Black with #E58FF0
Text Example
Text Example
White with #E58FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FF0; }
p { color: rgb(229,143,240); }
H1.HeaderClassName
{
color: #E58FF0;
}
.AnyTagClassName
{
color: #E58FF0;
}
</style>
background-color css
<style>
a { background-color: #E58FF0; }
a { background-color: rgb(229,143,240); }
div.DivClassName
{
background-color: #E58FF0;
}
.BgClassName
{
background-color: #E58FF0;
}
</style>
border-color css
<style>
span { border-color: #E58FF0; }
span { border-color: rgb(229,143,240); }
td.TdClassName
{
border-color: #E58FF0;
}
.TagClassName
{
border-color: #E58FF0;
}
</style>