Shades of Orchid #E571C6
Tints of Orchid #E571C6
RGB
CMYK
RGB Variations
Color information
#E571C6 (or 0xE571C6) is known color: Orchid. HEX triplet: E5, 71 and C6. RGB value is (229,113,198). Sum of RGB (Red+Green+Blue) = 229+113+198=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E571C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571C6 is #1A8E39. Grayscale: #9D9D9D. Windows color (decimal): -1740346 or 13005285. OLE color: 13005285.
HSL color Cylindrical-coordinate representation of color #E571C6: hue angle of 316.03º 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 #E571C6 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 198 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.10 |
| HSL | 316.03º | 0.69% | 0.67% | - |
| HSV(B) | 316.03º | 0.51% | 0.9% | - |
| XYZ | 48.41 | 32.55 | 57.16 | - |
| YUV | 157.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 198 | 0 | 0.51 | 0.14 | 0.10 | 316.03 | 0.69 | 0.67 |
| Hex | E5 | 71 | C6 | 0 | 33 | E | A | 13C | 45 | 43 |
| Octal | 345 | 161 | 306 | 0 | 63 | 16 | 12 | 474 | 105 | 103 |
| Binary | 11100101 | 1110001 | 11000110 | 0 | 110011 | 1110 | 1010 | 100111100 | 1000101 | 1000011 |
Color Harmonies of #E571C6
Complementary color
Monochromatic Colors of #E571C6
Black with #E571C6
Text Example
Text Example
White with #E571C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571C6; }
p { color: rgb(229,113,198); }
H1.HeaderClassName
{
color: #E571C6;
}
.AnyTagClassName
{
color: #E571C6;
}
</style>
background-color css
<style>
a { background-color: #E571C6; }
a { background-color: rgb(229,113,198); }
div.DivClassName
{
background-color: #E571C6;
}
.BgClassName
{
background-color: #E571C6;
}
</style>
border-color css
<style>
span { border-color: #E571C6; }
span { border-color: rgb(229,113,198); }
td.TdClassName
{
border-color: #E571C6;
}
.TagClassName
{
border-color: #E571C6;
}
</style>