Shades of Orchid #E574D8
Tints of Orchid #E574D8
RGB
CMYK
RGB Variations
Color information
#E574D8 (or 0xE574D8) is known color: Orchid. HEX triplet: E5, 74 and D8. RGB value is (229,116,216). Sum of RGB (Red+Green+Blue) = 229+116+216=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E574D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574D8 is #1A8B27. Grayscale: #A0A0A0. Windows color (decimal): -1739560 or 14185701. OLE color: 14185701.
HSL color Cylindrical-coordinate representation of color #E574D8: hue angle of 306.9º 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 #E574D8 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 216 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.10 |
| HSL | 306.9º | 0.68% | 0.68% | - |
| HSV(B) | 306.9º | 0.49% | 0.9% | - |
| XYZ | 50.95 | 34.11 | 68.86 | - |
| YUV | 161.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 216 | 0 | 0.49 | 0.06 | 0.10 | 306.9 | 0.68 | 0.68 |
| Hex | E5 | 74 | D8 | 0 | 31 | 6 | A | 133 | 44 | 44 |
| Octal | 345 | 164 | 330 | 0 | 61 | 6 | 12 | 463 | 104 | 104 |
| Binary | 11100101 | 1110100 | 11011000 | 0 | 110001 | 110 | 1010 | 100110011 | 1000100 | 1000100 |
Color Harmonies of #E574D8
Complementary color
Monochromatic Colors of #E574D8
Black with #E574D8
Text Example
Text Example
White with #E574D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574D8; }
p { color: rgb(229,116,216); }
H1.HeaderClassName
{
color: #E574D8;
}
.AnyTagClassName
{
color: #E574D8;
}
</style>
background-color css
<style>
a { background-color: #E574D8; }
a { background-color: rgb(229,116,216); }
div.DivClassName
{
background-color: #E574D8;
}
.BgClassName
{
background-color: #E574D8;
}
</style>
border-color css
<style>
span { border-color: #E574D8; }
span { border-color: rgb(229,116,216); }
td.TdClassName
{
border-color: #E574D8;
}
.TagClassName
{
border-color: #E574D8;
}
</style>