Shades of Orchid #E573CB
Tints of Orchid #E573CB
RGB
CMYK
RGB Variations
Color information
#E573CB (or 0xE573CB) is known color: Orchid. HEX triplet: E5, 73 and CB. RGB value is (229,115,203). Sum of RGB (Red+Green+Blue) = 229+115+203=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E573CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573CB is #1A8C34. Grayscale: #9E9E9E. Windows color (decimal): -1739829 or 13333477. OLE color: 13333477.
HSL color Cylindrical-coordinate representation of color #E573CB: hue angle of 313.68º 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 #E573CB is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 203 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.10 |
| HSL | 313.68º | 0.69% | 0.67% | - |
| HSV(B) | 313.68º | 0.5% | 0.9% | - |
| XYZ | 49.22 | 33.23 | 60.32 | - |
| YUV | 159.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 203 | 0 | 0.50 | 0.11 | 0.10 | 313.68 | 0.69 | 0.67 |
| Hex | E5 | 73 | CB | 0 | 32 | B | A | 13A | 45 | 43 |
| Octal | 345 | 163 | 313 | 0 | 62 | 13 | 12 | 472 | 105 | 103 |
| Binary | 11100101 | 1110011 | 11001011 | 0 | 110010 | 1011 | 1010 | 100111010 | 1000101 | 1000011 |
Color Harmonies of #E573CB
Complementary color
Monochromatic Colors of #E573CB
Black with #E573CB
Text Example
Text Example
White with #E573CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E573CB; }
p { color: rgb(229,115,203); }
H1.HeaderClassName
{
color: #E573CB;
}
.AnyTagClassName
{
color: #E573CB;
}
</style>
background-color css
<style>
a { background-color: #E573CB; }
a { background-color: rgb(229,115,203); }
div.DivClassName
{
background-color: #E573CB;
}
.BgClassName
{
background-color: #E573CB;
}
</style>
border-color css
<style>
span { border-color: #E573CB; }
span { border-color: rgb(229,115,203); }
td.TdClassName
{
border-color: #E573CB;
}
.TagClassName
{
border-color: #E573CB;
}
</style>