Shades of Orchid #E569E9
Tints of Orchid #E569E9
RGB
CMYK
RGB Variations
Color information
#E569E9 (or 0xE569E9) is known color: Orchid. HEX triplet: E5, 69 and E9. RGB value is (229,105,233). Sum of RGB (Red+Green+Blue) = 229+105+233=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #E569E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E569E9 is #1A9616. Grayscale: #9C9C9C. Windows color (decimal): -1742359 or 15296997. OLE color: 15296997.
HSL color Cylindrical-coordinate representation of color #E569E9: hue angle of 298.12º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E569E9 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 105 | 233 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.09 |
| HSL | 298.13º | 0.74% | 0.66% | - |
| HSV(B) | 298.13º | 0.55% | 0.91% | - |
| XYZ | 52.07 | 32.64 | 80.65 | - |
| YUV | 156.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 233 | 0.02 | 0.55 | 0 | 0.09 | 298.13 | 0.74 | 0.66 |
| Hex | E5 | 69 | E9 | 2 | 37 | 0 | 9 | 12A | 4A | 42 |
| Octal | 345 | 151 | 351 | 2 | 67 | 0 | 11 | 452 | 112 | 102 |
| Binary | 11100101 | 1101001 | 11101001 | 10 | 110111 | 0 | 1001 | 100101010 | 1001010 | 1000010 |
Color Harmonies of #E569E9
Complementary color
Monochromatic Colors of #E569E9
Black with #E569E9
Text Example
Text Example
White with #E569E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569E9; }
p { color: rgb(229,105,233); }
H1.HeaderClassName
{
color: #E569E9;
}
.AnyTagClassName
{
color: #E569E9;
}
</style>
background-color css
<style>
a { background-color: #E569E9; }
a { background-color: rgb(229,105,233); }
div.DivClassName
{
background-color: #E569E9;
}
.BgClassName
{
background-color: #E569E9;
}
</style>
border-color css
<style>
span { border-color: #E569E9; }
span { border-color: rgb(229,105,233); }
td.TdClassName
{
border-color: #E569E9;
}
.TagClassName
{
border-color: #E569E9;
}
</style>