Shades of Orchid #E572D2
Tints of Orchid #E572D2
RGB
CMYK
RGB Variations
Color information
#E572D2 (or 0xE572D2) is known color: Orchid. HEX triplet: E5, 72 and D2. RGB value is (229,114,210). Sum of RGB (Red+Green+Blue) = 229+114+210=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E572D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572D2 is #1A8D2D. Grayscale: #9F9F9F. Windows color (decimal): -1740078 or 13791973. OLE color: 13791973.
HSL color Cylindrical-coordinate representation of color #E572D2: hue angle of 309.91º 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 #E572D2 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 210 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.10 |
| HSL | 309.91º | 0.69% | 0.67% | - |
| HSV(B) | 309.91º | 0.5% | 0.9% | - |
| XYZ | 49.96 | 33.35 | 64.78 | - |
| YUV | 159.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 210 | 0 | 0.50 | 0.08 | 0.10 | 309.91 | 0.69 | 0.67 |
| Hex | E5 | 72 | D2 | 0 | 32 | 8 | A | 136 | 45 | 43 |
| Octal | 345 | 162 | 322 | 0 | 62 | 10 | 12 | 466 | 105 | 103 |
| Binary | 11100101 | 1110010 | 11010010 | 0 | 110010 | 1000 | 1010 | 100110110 | 1000101 | 1000011 |
Color Harmonies of #E572D2
Complementary color
Monochromatic Colors of #E572D2
Black with #E572D2
Text Example
Text Example
White with #E572D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572D2; }
p { color: rgb(229,114,210); }
H1.HeaderClassName
{
color: #E572D2;
}
.AnyTagClassName
{
color: #E572D2;
}
</style>
background-color css
<style>
a { background-color: #E572D2; }
a { background-color: rgb(229,114,210); }
div.DivClassName
{
background-color: #E572D2;
}
.BgClassName
{
background-color: #E572D2;
}
</style>
border-color css
<style>
span { border-color: #E572D2; }
span { border-color: rgb(229,114,210); }
td.TdClassName
{
border-color: #E572D2;
}
.TagClassName
{
border-color: #E572D2;
}
</style>