Shades of Violet #E58DDF
Tints of Violet #E58DDF
RGB
CMYK
RGB Variations
Color information
#E58DDF (or 0xE58DDF) is known color: Violet. HEX triplet: E5, 8D and DF. RGB value is (229,141,223). Sum of RGB (Red+Green+Blue) = 229+141+223=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DDF is #1A7220. Grayscale: #B0B0B0. Windows color (decimal): -1733153 or 14650853. OLE color: 14650853.
HSL color Cylindrical-coordinate representation of color #E58DDF: hue angle of 304.09º degrees, saturation: 0.63, 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 #E58DDF is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 223 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.10 |
| HSL | 304.09º | 0.63% | 0.73% | - |
| HSV(B) | 304.09º | 0.38% | 0.9% | - |
| XYZ | 55.16 | 41.04 | 74.83 | - |
| YUV | 176.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 223 | 0 | 0.38 | 0.03 | 0.10 | 304.09 | 0.63 | 0.73 |
| Hex | E5 | 8D | DF | 0 | 26 | 3 | A | 130 | 3F | 49 |
| Octal | 345 | 215 | 337 | 0 | 46 | 3 | 12 | 460 | 77 | 111 |
| Binary | 11100101 | 10001101 | 11011111 | 0 | 100110 | 11 | 1010 | 100110000 | 111111 | 1001001 |
Color Harmonies of #E58DDF
Complementary color
Monochromatic Colors of #E58DDF
Black with #E58DDF
Text Example
Text Example
White with #E58DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58DDF; }
p { color: rgb(229,141,223); }
H1.HeaderClassName
{
color: #E58DDF;
}
.AnyTagClassName
{
color: #E58DDF;
}
</style>
background-color css
<style>
a { background-color: #E58DDF; }
a { background-color: rgb(229,141,223); }
div.DivClassName
{
background-color: #E58DDF;
}
.BgClassName
{
background-color: #E58DDF;
}
</style>
border-color css
<style>
span { border-color: #E58DDF; }
span { border-color: rgb(229,141,223); }
td.TdClassName
{
border-color: #E58DDF;
}
.TagClassName
{
border-color: #E58DDF;
}
</style>