Shades of Orchid #E572D3
Tints of Orchid #E572D3
RGB
CMYK
RGB Variations
Color information
#E572D3 (or 0xE572D3) is known color: Orchid. HEX triplet: E5, 72 and D3. RGB value is (229,114,211). Sum of RGB (Red+Green+Blue) = 229+114+211=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E572D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572D3 is #1A8D2C. Grayscale: #9F9F9F. Windows color (decimal): -1740077 or 13857509. OLE color: 13857509.
HSL color Cylindrical-coordinate representation of color #E572D3: hue angle of 309.39º 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 #E572D3 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 211 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.10 |
| HSL | 309.39º | 0.69% | 0.67% | - |
| HSV(B) | 309.39º | 0.5% | 0.9% | - |
| XYZ | 50.09 | 33.4 | 65.43 | - |
| YUV | 159.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 211 | 0 | 0.50 | 0.08 | 0.10 | 309.39 | 0.69 | 0.67 |
| Hex | E5 | 72 | D3 | 0 | 32 | 8 | A | 135 | 45 | 43 |
| Octal | 345 | 162 | 323 | 0 | 62 | 10 | 12 | 465 | 105 | 103 |
| Binary | 11100101 | 1110010 | 11010011 | 0 | 110010 | 1000 | 1010 | 100110101 | 1000101 | 1000011 |
Color Harmonies of #E572D3
Complementary color
Monochromatic Colors of #E572D3
Black with #E572D3
Text Example
Text Example
White with #E572D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572D3; }
p { color: rgb(229,114,211); }
H1.HeaderClassName
{
color: #E572D3;
}
.AnyTagClassName
{
color: #E572D3;
}
</style>
background-color css
<style>
a { background-color: #E572D3; }
a { background-color: rgb(229,114,211); }
div.DivClassName
{
background-color: #E572D3;
}
.BgClassName
{
background-color: #E572D3;
}
</style>
border-color css
<style>
span { border-color: #E572D3; }
span { border-color: rgb(229,114,211); }
td.TdClassName
{
border-color: #E572D3;
}
.TagClassName
{
border-color: #E572D3;
}
</style>