Shades of Orchid #E574D6
Tints of Orchid #E574D6
RGB
CMYK
RGB Variations
Color information
#E574D6 (or 0xE574D6) is known color: Orchid. HEX triplet: E5, 74 and D6. RGB value is (229,116,214). Sum of RGB (Red+Green+Blue) = 229+116+214=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E574D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574D6 is #1A8B29. Grayscale: #A0A0A0. Windows color (decimal): -1739562 or 14054629. OLE color: 14054629.
HSL color Cylindrical-coordinate representation of color #E574D6: hue angle of 307.96º 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 #E574D6 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 214 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.10 |
| HSL | 307.96º | 0.68% | 0.68% | - |
| HSV(B) | 307.96º | 0.49% | 0.9% | - |
| XYZ | 50.7 | 34 | 67.51 | - |
| YUV | 160.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 214 | 0 | 0.49 | 0.07 | 0.10 | 307.96 | 0.68 | 0.68 |
| Hex | E5 | 74 | D6 | 0 | 31 | 7 | A | 134 | 44 | 44 |
| Octal | 345 | 164 | 326 | 0 | 61 | 7 | 12 | 464 | 104 | 104 |
| Binary | 11100101 | 1110100 | 11010110 | 0 | 110001 | 111 | 1010 | 100110100 | 1000100 | 1000100 |
Color Harmonies of #E574D6
Complementary color
Monochromatic Colors of #E574D6
Black with #E574D6
Text Example
Text Example
White with #E574D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574D6; }
p { color: rgb(229,116,214); }
H1.HeaderClassName
{
color: #E574D6;
}
.AnyTagClassName
{
color: #E574D6;
}
</style>
background-color css
<style>
a { background-color: #E574D6; }
a { background-color: rgb(229,116,214); }
div.DivClassName
{
background-color: #E574D6;
}
.BgClassName
{
background-color: #E574D6;
}
</style>
border-color css
<style>
span { border-color: #E574D6; }
span { border-color: rgb(229,116,214); }
td.TdClassName
{
border-color: #E574D6;
}
.TagClassName
{
border-color: #E574D6;
}
</style>