Shades of Orchid #E572CE
Tints of Orchid #E572CE
RGB
CMYK
RGB Variations
Color information
#E572CE (or 0xE572CE) is known color: Orchid. HEX triplet: E5, 72 and CE. RGB value is (229,114,206). Sum of RGB (Red+Green+Blue) = 229+114+206=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E572CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572CE is #1A8D31. Grayscale: #9E9E9E. Windows color (decimal): -1740082 or 13529829. OLE color: 13529829.
HSL color Cylindrical-coordinate representation of color #E572CE: hue angle of 312º 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 #E572CE is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 206 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.10 |
| HSL | 312º | 0.69% | 0.67% | - |
| HSV(B) | 312º | 0.5% | 0.9% | - |
| XYZ | 49.47 | 33.15 | 62.18 | - |
| YUV | 158.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 206 | 0 | 0.50 | 0.10 | 0.10 | 312 | 0.69 | 0.67 |
| Hex | E5 | 72 | CE | 0 | 32 | A | A | 138 | 45 | 43 |
| Octal | 345 | 162 | 316 | 0 | 62 | 12 | 12 | 470 | 105 | 103 |
| Binary | 11100101 | 1110010 | 11001110 | 0 | 110010 | 1010 | 1010 | 100111000 | 1000101 | 1000011 |
Color Harmonies of #E572CE
Complementary color
Monochromatic Colors of #E572CE
Black with #E572CE
Text Example
Text Example
White with #E572CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572CE; }
p { color: rgb(229,114,206); }
H1.HeaderClassName
{
color: #E572CE;
}
.AnyTagClassName
{
color: #E572CE;
}
</style>
background-color css
<style>
a { background-color: #E572CE; }
a { background-color: rgb(229,114,206); }
div.DivClassName
{
background-color: #E572CE;
}
.BgClassName
{
background-color: #E572CE;
}
</style>
border-color css
<style>
span { border-color: #E572CE; }
span { border-color: rgb(229,114,206); }
td.TdClassName
{
border-color: #E572CE;
}
.TagClassName
{
border-color: #E572CE;
}
</style>