Shades of Violet #E57DDF
Tints of Violet #E57DDF
RGB
CMYK
RGB Variations
Color information
#E57DDF (or 0xE57DDF) is known color: Violet. HEX triplet: E5, 7D and DF. RGB value is (229,125,223). Sum of RGB (Red+Green+Blue) = 229+125+223=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DDF is #1A8220. Grayscale: #A6A6A6. Windows color (decimal): -1737249 or 14646757. OLE color: 14646757.
HSL color Cylindrical-coordinate representation of color #E57DDF: hue angle of 303.46º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57DDF is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 223 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.10 |
| HSL | 303.46º | 0.67% | 0.69% | - |
| HSV(B) | 303.46º | 0.45% | 0.9% | - |
| XYZ | 52.97 | 36.65 | 74.1 | - |
| YUV | 167.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 223 | 0 | 0.45 | 0.03 | 0.10 | 303.46 | 0.67 | 0.69 |
| Hex | E5 | 7D | DF | 0 | 2D | 3 | A | 12F | 43 | 45 |
| Octal | 345 | 175 | 337 | 0 | 55 | 3 | 12 | 457 | 103 | 105 |
| Binary | 11100101 | 1111101 | 11011111 | 0 | 101101 | 11 | 1010 | 100101111 | 1000011 | 1000101 |
Color Harmonies of #E57DDF
Complementary color
Monochromatic Colors of #E57DDF
Black with #E57DDF
Text Example
Text Example
White with #E57DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DDF; }
p { color: rgb(229,125,223); }
H1.HeaderClassName
{
color: #E57DDF;
}
.AnyTagClassName
{
color: #E57DDF;
}
</style>
background-color css
<style>
a { background-color: #E57DDF; }
a { background-color: rgb(229,125,223); }
div.DivClassName
{
background-color: #E57DDF;
}
.BgClassName
{
background-color: #E57DDF;
}
</style>
border-color css
<style>
span { border-color: #E57DDF; }
span { border-color: rgb(229,125,223); }
td.TdClassName
{
border-color: #E57DDF;
}
.TagClassName
{
border-color: #E57DDF;
}
</style>