Shades of Violet #E58DFB
Tints of Violet #E58DFB
RGB
CMYK
RGB Variations
Color information
#E58DFB (or 0xE58DFB) is known color: Violet. HEX triplet: E5, 8D and FB. RGB value is (229,141,251). Sum of RGB (Red+Green+Blue) = 229+141+251=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 141 (55.47% from 255 or 22.71% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #E58DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58DFB is #1A7204. Grayscale: #B3B3B3. Windows color (decimal): -1733125 or 16485861. OLE color: 16485861.
HSL color Cylindrical-coordinate representation of color #E58DFB: hue angle of 288º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E58DFB is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 141 | 251 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.02 |
| HSL | 288º | 0.93% | 0.77% | - |
| HSV(B) | 288º | 0.44% | 0.98% | - |
| XYZ | 59.25 | 42.67 | 96.38 | - |
| YUV | 179.85 | 168.15 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 251 | 0.09 | 0.44 | 0 | 0.02 | 288 | 0.93 | 0.77 |
| Hex | E5 | 8D | FB | 9 | 2C | 0 | 2 | 120 | 5D | 4D |
| Octal | 345 | 215 | 373 | 11 | 54 | 0 | 2 | 440 | 135 | 115 |
| Binary | 11100101 | 10001101 | 11111011 | 1001 | 101100 | 0 | 10 | 100100000 | 1011101 | 1001101 |
Color Harmonies of #E58DFB
Complementary color
Monochromatic Colors of #E58DFB
Black with #E58DFB
Text Example
Text Example
White with #E58DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58DFB; }
p { color: rgb(229,141,251); }
H1.HeaderClassName
{
color: #E58DFB;
}
.AnyTagClassName
{
color: #E58DFB;
}
</style>
background-color css
<style>
a { background-color: #E58DFB; }
a { background-color: rgb(229,141,251); }
div.DivClassName
{
background-color: #E58DFB;
}
.BgClassName
{
background-color: #E58DFB;
}
</style>
border-color css
<style>
span { border-color: #E58DFB; }
span { border-color: rgb(229,141,251); }
td.TdClassName
{
border-color: #E58DFB;
}
.TagClassName
{
border-color: #E58DFB;
}
</style>