Shades of Orchid #E574D5
Tints of Orchid #E574D5
RGB
CMYK
RGB Variations
Color information
#E574D5 (or 0xE574D5) is known color: Orchid. HEX triplet: E5, 74 and D5. RGB value is (229,116,213). Sum of RGB (Red+Green+Blue) = 229+116+213=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E574D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574D5 is #1A8B2A. Grayscale: #A0A0A0. Windows color (decimal): -1739563 or 13989093. OLE color: 13989093.
HSL color Cylindrical-coordinate representation of color #E574D5: hue angle of 308.5º 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 #E574D5 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 213 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.10 |
| HSL | 308.5º | 0.68% | 0.68% | - |
| HSV(B) | 308.5º | 0.49% | 0.9% | - |
| XYZ | 50.57 | 33.95 | 66.84 | - |
| YUV | 160.85 | 157.44 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 213 | 0 | 0.49 | 0.07 | 0.10 | 308.5 | 0.68 | 0.68 |
| Hex | E5 | 74 | D5 | 0 | 31 | 7 | A | 134 | 44 | 44 |
| Octal | 345 | 164 | 325 | 0 | 61 | 7 | 12 | 464 | 104 | 104 |
| Binary | 11100101 | 1110100 | 11010101 | 0 | 110001 | 111 | 1010 | 100110100 | 1000100 | 1000100 |
Color Harmonies of #E574D5
Complementary color
Monochromatic Colors of #E574D5
Black with #E574D5
Text Example
Text Example
White with #E574D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574D5; }
p { color: rgb(229,116,213); }
H1.HeaderClassName
{
color: #E574D5;
}
.AnyTagClassName
{
color: #E574D5;
}
</style>
background-color css
<style>
a { background-color: #E574D5; }
a { background-color: rgb(229,116,213); }
div.DivClassName
{
background-color: #E574D5;
}
.BgClassName
{
background-color: #E574D5;
}
</style>
border-color css
<style>
span { border-color: #E574D5; }
span { border-color: rgb(229,116,213); }
td.TdClassName
{
border-color: #E574D5;
}
.TagClassName
{
border-color: #E574D5;
}
</style>