Shades of Orchid #E571E3
Tints of Orchid #E571E3
RGB
CMYK
RGB Variations
Color information
#E571E3 (or 0xE571E3) is known color: Orchid. HEX triplet: E5, 71 and E3. RGB value is (229,113,227). Sum of RGB (Red+Green+Blue) = 229+113+227=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E571E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571E3 is #1A8E1C. Grayscale: #A0A0A0. Windows color (decimal): -1740317 or 14905829. OLE color: 14905829.
HSL color Cylindrical-coordinate representation of color #E571E3: hue angle of 301.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 #E571E3 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 227 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.10 |
| HSL | 301.03º | 0.69% | 0.67% | - |
| HSV(B) | 301.03º | 0.51% | 0.9% | - |
| XYZ | 52.08 | 34.01 | 76.49 | - |
| YUV | 160.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 227 | 0 | 0.51 | 0.01 | 0.10 | 301.03 | 0.69 | 0.67 |
| Hex | E5 | 71 | E3 | 0 | 33 | 1 | A | 12D | 45 | 43 |
| Octal | 345 | 161 | 343 | 0 | 63 | 1 | 12 | 455 | 105 | 103 |
| Binary | 11100101 | 1110001 | 11100011 | 0 | 110011 | 1 | 1010 | 100101101 | 1000101 | 1000011 |
Color Harmonies of #E571E3
Complementary color
Monochromatic Colors of #E571E3
Black with #E571E3
Text Example
Text Example
White with #E571E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571E3; }
p { color: rgb(229,113,227); }
H1.HeaderClassName
{
color: #E571E3;
}
.AnyTagClassName
{
color: #E571E3;
}
</style>
background-color css
<style>
a { background-color: #E571E3; }
a { background-color: rgb(229,113,227); }
div.DivClassName
{
background-color: #E571E3;
}
.BgClassName
{
background-color: #E571E3;
}
</style>
border-color css
<style>
span { border-color: #E571E3; }
span { border-color: rgb(229,113,227); }
td.TdClassName
{
border-color: #E571E3;
}
.TagClassName
{
border-color: #E571E3;
}
</style>