Shades of Violet #E573ED
Tints of Violet #E573ED
RGB
CMYK
RGB Variations
Color information
#E573ED (or 0xE573ED) is known color: Violet. HEX triplet: E5, 73 and ED. RGB value is (229,115,237). Sum of RGB (Red+Green+Blue) = 229+115+237=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #E573ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E573ED is #1A8C12. Grayscale: #A2A2A2. Windows color (decimal): -1739795 or 15561701. OLE color: 15561701.
HSL color Cylindrical-coordinate representation of color #E573ED: hue angle of 296.07º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E573ED is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 115 | 237 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.07 |
| HSL | 296.07º | 0.77% | 0.69% | - |
| HSV(B) | 296.07º | 0.51% | 0.93% | - |
| XYZ | 53.73 | 35.03 | 84.05 | - |
| YUV | 162.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 237 | 0.03 | 0.51 | 0 | 0.07 | 296.07 | 0.77 | 0.69 |
| Hex | E5 | 73 | ED | 3 | 33 | 0 | 7 | 128 | 4D | 45 |
| Octal | 345 | 163 | 355 | 3 | 63 | 0 | 7 | 450 | 115 | 105 |
| Binary | 11100101 | 1110011 | 11101101 | 11 | 110011 | 0 | 111 | 100101000 | 1001101 | 1000101 |
Color Harmonies of #E573ED
Complementary color
Monochromatic Colors of #E573ED
Black with #E573ED
Text Example
Text Example
White with #E573ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E573ED; }
p { color: rgb(229,115,237); }
H1.HeaderClassName
{
color: #E573ED;
}
.AnyTagClassName
{
color: #E573ED;
}
</style>
background-color css
<style>
a { background-color: #E573ED; }
a { background-color: rgb(229,115,237); }
div.DivClassName
{
background-color: #E573ED;
}
.BgClassName
{
background-color: #E573ED;
}
</style>
border-color css
<style>
span { border-color: #E573ED; }
span { border-color: rgb(229,115,237); }
td.TdClassName
{
border-color: #E573ED;
}
.TagClassName
{
border-color: #E573ED;
}
</style>