Shades of Orchid #E573D4
Tints of Orchid #E573D4
RGB
CMYK
RGB Variations
Color information
#E573D4 (or 0xE573D4) is known color: Orchid. HEX triplet: E5, 73 and D4. RGB value is (229,115,212). Sum of RGB (Red+Green+Blue) = 229+115+212=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E573D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573D4 is #1A8C2B. Grayscale: #9F9F9F. Windows color (decimal): -1739820 or 13923301. OLE color: 13923301.
HSL color Cylindrical-coordinate representation of color #E573D4: hue angle of 308.95º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E573D4 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 212 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.10 |
| HSL | 308.95º | 0.69% | 0.67% | - |
| HSV(B) | 308.95º | 0.5% | 0.9% | - |
| XYZ | 50.33 | 33.67 | 66.13 | - |
| YUV | 160.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 212 | 0 | 0.50 | 0.07 | 0.10 | 308.95 | 0.69 | 0.67 |
| Hex | E5 | 73 | D4 | 0 | 32 | 7 | A | 135 | 45 | 43 |
| Octal | 345 | 163 | 324 | 0 | 62 | 7 | 12 | 465 | 105 | 103 |
| Binary | 11100101 | 1110011 | 11010100 | 0 | 110010 | 111 | 1010 | 100110101 | 1000101 | 1000011 |
Color Harmonies of #E573D4
Complementary color
Monochromatic Colors of #E573D4
Black with #E573D4
Text Example
Text Example
White with #E573D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E573D4; }
p { color: rgb(229,115,212); }
H1.HeaderClassName
{
color: #E573D4;
}
.AnyTagClassName
{
color: #E573D4;
}
</style>
background-color css
<style>
a { background-color: #E573D4; }
a { background-color: rgb(229,115,212); }
div.DivClassName
{
background-color: #E573D4;
}
.BgClassName
{
background-color: #E573D4;
}
</style>
border-color css
<style>
span { border-color: #E573D4; }
span { border-color: rgb(229,115,212); }
td.TdClassName
{
border-color: #E573D4;
}
.TagClassName
{
border-color: #E573D4;
}
</style>