Shades of Orchid #E571CC
Tints of Orchid #E571CC
RGB
CMYK
RGB Variations
Color information
#E571CC (or 0xE571CC) is known color: Orchid. HEX triplet: E5, 71 and CC. RGB value is (229,113,204). Sum of RGB (Red+Green+Blue) = 229+113+204=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E571CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571CC is #1A8E33. Grayscale: #9D9D9D. Windows color (decimal): -1740340 or 13398501. OLE color: 13398501.
HSL color Cylindrical-coordinate representation of color #E571CC: hue angle of 312.93º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E571CC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 204 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.10 |
| HSL | 312.93º | 0.69% | 0.67% | - |
| HSV(B) | 312.93º | 0.51% | 0.9% | - |
| XYZ | 49.12 | 32.83 | 60.87 | - |
| YUV | 158.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 204 | 0 | 0.51 | 0.11 | 0.10 | 312.93 | 0.69 | 0.67 |
| Hex | E5 | 71 | CC | 0 | 33 | B | A | 139 | 45 | 43 |
| Octal | 345 | 161 | 314 | 0 | 63 | 13 | 12 | 471 | 105 | 103 |
| Binary | 11100101 | 1110001 | 11001100 | 0 | 110011 | 1011 | 1010 | 100111001 | 1000101 | 1000011 |
Color Harmonies of #E571CC
Complementary color
Monochromatic Colors of #E571CC
Black with #E571CC
Text Example
Text Example
White with #E571CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571CC; }
p { color: rgb(229,113,204); }
H1.HeaderClassName
{
color: #E571CC;
}
.AnyTagClassName
{
color: #E571CC;
}
</style>
background-color css
<style>
a { background-color: #E571CC; }
a { background-color: rgb(229,113,204); }
div.DivClassName
{
background-color: #E571CC;
}
.BgClassName
{
background-color: #E571CC;
}
</style>
border-color css
<style>
span { border-color: #E571CC; }
span { border-color: rgb(229,113,204); }
td.TdClassName
{
border-color: #E571CC;
}
.TagClassName
{
border-color: #E571CC;
}
</style>