Shades of Orchid #E569E2
Tints of Orchid #E569E2
RGB
CMYK
RGB Variations
Color information
#E569E2 (or 0xE569E2) is known color: Orchid. HEX triplet: E5, 69 and E2. RGB value is (229,105,226). Sum of RGB (Red+Green+Blue) = 229+105+226=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E569E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E569E2 is #1A961D. Grayscale: #9B9B9B. Windows color (decimal): -1742366 or 14838245. OLE color: 14838245.
HSL color Cylindrical-coordinate representation of color #E569E2: hue angle of 301.45º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E569E2 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 226 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.10 |
| HSL | 301.45º | 0.7% | 0.65% | - |
| HSV(B) | 301.45º | 0.54% | 0.9% | - |
| XYZ | 51.09 | 32.25 | 75.48 | - |
| YUV | 155.87 | 167.58 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 226 | 0 | 0.54 | 0.01 | 0.10 | 301.45 | 0.7 | 0.65 |
| Hex | E5 | 69 | E2 | 0 | 36 | 1 | A | 12D | 46 | 41 |
| Octal | 345 | 151 | 342 | 0 | 66 | 1 | 12 | 455 | 106 | 101 |
| Binary | 11100101 | 1101001 | 11100010 | 0 | 110110 | 1 | 1010 | 100101101 | 1000110 | 1000001 |
Color Harmonies of #E569E2
Complementary color
Monochromatic Colors of #E569E2
Black with #E569E2
Text Example
Text Example
White with #E569E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569E2; }
p { color: rgb(229,105,226); }
H1.HeaderClassName
{
color: #E569E2;
}
.AnyTagClassName
{
color: #E569E2;
}
</style>
background-color css
<style>
a { background-color: #E569E2; }
a { background-color: rgb(229,105,226); }
div.DivClassName
{
background-color: #E569E2;
}
.BgClassName
{
background-color: #E569E2;
}
</style>
border-color css
<style>
span { border-color: #E569E2; }
span { border-color: rgb(229,105,226); }
td.TdClassName
{
border-color: #E569E2;
}
.TagClassName
{
border-color: #E569E2;
}
</style>