Shades of Orchid #E572DD
Tints of Orchid #E572DD
RGB
CMYK
RGB Variations
Color information
#E572DD (or 0xE572DD) is known color: Orchid. HEX triplet: E5, 72 and DD. RGB value is (229,114,221). Sum of RGB (Red+Green+Blue) = 229+114+221=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E572DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572DD is #1A8D22. Grayscale: #A0A0A0. Windows color (decimal): -1740067 or 14512869. OLE color: 14512869.
HSL color Cylindrical-coordinate representation of color #E572DD: hue angle of 304.17º 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 #E572DD is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 221 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.10 |
| HSL | 304.17º | 0.69% | 0.67% | - |
| HSV(B) | 304.17º | 0.5% | 0.9% | - |
| XYZ | 51.38 | 33.91 | 72.24 | - |
| YUV | 160.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 221 | 0 | 0.50 | 0.03 | 0.10 | 304.17 | 0.69 | 0.67 |
| Hex | E5 | 72 | DD | 0 | 32 | 3 | A | 130 | 45 | 43 |
| Octal | 345 | 162 | 335 | 0 | 62 | 3 | 12 | 460 | 105 | 103 |
| Binary | 11100101 | 1110010 | 11011101 | 0 | 110010 | 11 | 1010 | 100110000 | 1000101 | 1000011 |
Color Harmonies of #E572DD
Complementary color
Monochromatic Colors of #E572DD
Black with #E572DD
Text Example
Text Example
White with #E572DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572DD; }
p { color: rgb(229,114,221); }
H1.HeaderClassName
{
color: #E572DD;
}
.AnyTagClassName
{
color: #E572DD;
}
</style>
background-color css
<style>
a { background-color: #E572DD; }
a { background-color: rgb(229,114,221); }
div.DivClassName
{
background-color: #E572DD;
}
.BgClassName
{
background-color: #E572DD;
}
</style>
border-color css
<style>
span { border-color: #E572DD; }
span { border-color: rgb(229,114,221); }
td.TdClassName
{
border-color: #E572DD;
}
.TagClassName
{
border-color: #E572DD;
}
</style>