Shades of Orchid #E472D9
Tints of Orchid #E472D9
RGB
CMYK
RGB Variations
Color information
#E472D9 (or 0xE472D9) is known color: Orchid. HEX triplet: E4, 72 and D9. RGB value is (228,114,217). Sum of RGB (Red+Green+Blue) = 228+114+217=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E472D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472D9 is #1B8D26. Grayscale: #9F9F9F. Windows color (decimal): -1805607 or 14250724. OLE color: 14250724.
HSL color Cylindrical-coordinate representation of color #E472D9: hue angle of 305.79º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E472D9 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 114 | 217 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.11 |
| HSL | 305.79º | 0.68% | 0.67% | - |
| HSV(B) | 305.79º | 0.5% | 0.89% | - |
| XYZ | 50.54 | 33.54 | 69.46 | - |
| YUV | 159.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 217 | 0 | 0.50 | 0.05 | 0.11 | 305.79 | 0.68 | 0.67 |
| Hex | E4 | 72 | D9 | 0 | 32 | 5 | B | 132 | 44 | 43 |
| Octal | 344 | 162 | 331 | 0 | 62 | 5 | 13 | 462 | 104 | 103 |
| Binary | 11100100 | 1110010 | 11011001 | 0 | 110010 | 101 | 1011 | 100110010 | 1000100 | 1000011 |
Color Harmonies of #E472D9
Complementary color
Monochromatic Colors of #E472D9
Black with #E472D9
Text Example
Text Example
White with #E472D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E472D9; }
p { color: rgb(228,114,217); }
H1.HeaderClassName
{
color: #E472D9;
}
.AnyTagClassName
{
color: #E472D9;
}
</style>
background-color css
<style>
a { background-color: #E472D9; }
a { background-color: rgb(228,114,217); }
div.DivClassName
{
background-color: #E472D9;
}
.BgClassName
{
background-color: #E472D9;
}
</style>
border-color css
<style>
span { border-color: #E472D9; }
span { border-color: rgb(228,114,217); }
td.TdClassName
{
border-color: #E472D9;
}
.TagClassName
{
border-color: #E472D9;
}
</style>