Shades of Orchid #E575E2
Tints of Orchid #E575E2
RGB
CMYK
RGB Variations
Color information
#E575E2 (or 0xE575E2) is known color: Orchid. HEX triplet: E5, 75 and E2. RGB value is (229,117,226). Sum of RGB (Red+Green+Blue) = 229+117+226=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E575E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575E2 is #1A8A1D. Grayscale: #A2A2A2. Windows color (decimal): -1739294 or 14841317. OLE color: 14841317.
HSL color Cylindrical-coordinate representation of color #E575E2: hue angle of 301.61º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E575E2 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 226 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.10 |
| HSL | 301.61º | 0.68% | 0.68% | - |
| HSV(B) | 301.61º | 0.49% | 0.9% | - |
| XYZ | 52.4 | 34.87 | 75.92 | - |
| YUV | 162.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 226 | 0 | 0.49 | 0.01 | 0.10 | 301.61 | 0.68 | 0.68 |
| Hex | E5 | 75 | E2 | 0 | 31 | 1 | A | 12E | 44 | 44 |
| Octal | 345 | 165 | 342 | 0 | 61 | 1 | 12 | 456 | 104 | 104 |
| Binary | 11100101 | 1110101 | 11100010 | 0 | 110001 | 1 | 1010 | 100101110 | 1000100 | 1000100 |
Color Harmonies of #E575E2
Complementary color
Monochromatic Colors of #E575E2
Black with #E575E2
Text Example
Text Example
White with #E575E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575E2; }
p { color: rgb(229,117,226); }
H1.HeaderClassName
{
color: #E575E2;
}
.AnyTagClassName
{
color: #E575E2;
}
</style>
background-color css
<style>
a { background-color: #E575E2; }
a { background-color: rgb(229,117,226); }
div.DivClassName
{
background-color: #E575E2;
}
.BgClassName
{
background-color: #E575E2;
}
</style>
border-color css
<style>
span { border-color: #E575E2; }
span { border-color: rgb(229,117,226); }
td.TdClassName
{
border-color: #E575E2;
}
.TagClassName
{
border-color: #E575E2;
}
</style>