Shades of Orchid #E471DE
Tints of Orchid #E471DE
RGB
CMYK
RGB Variations
Color information
#E471DE (or 0xE471DE) is known color: Orchid. HEX triplet: E4, 71 and DE. RGB value is (228,113,222). Sum of RGB (Red+Green+Blue) = 228+113+222=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E471DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E471DE is #1B8E21. Grayscale: #9F9F9F. Windows color (decimal): -1805858 or 14578148. OLE color: 14578148.
HSL color Cylindrical-coordinate representation of color #E471DE: hue angle of 303.13º 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 #E471DE is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 113 | 222 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.11 |
| HSL | 303.13º | 0.68% | 0.67% | - |
| HSV(B) | 303.13º | 0.5% | 0.89% | - |
| XYZ | 51.08 | 33.58 | 72.9 | - |
| YUV | 159.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 222 | 0 | 0.50 | 0.03 | 0.11 | 303.13 | 0.68 | 0.67 |
| Hex | E4 | 71 | DE | 0 | 32 | 3 | B | 12F | 44 | 43 |
| Octal | 344 | 161 | 336 | 0 | 62 | 3 | 13 | 457 | 104 | 103 |
| Binary | 11100100 | 1110001 | 11011110 | 0 | 110010 | 11 | 1011 | 100101111 | 1000100 | 1000011 |
Color Harmonies of #E471DE
Complementary color
Monochromatic Colors of #E471DE
Black with #E471DE
Text Example
Text Example
White with #E471DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E471DE; }
p { color: rgb(228,113,222); }
H1.HeaderClassName
{
color: #E471DE;
}
.AnyTagClassName
{
color: #E471DE;
}
</style>
background-color css
<style>
a { background-color: #E471DE; }
a { background-color: rgb(228,113,222); }
div.DivClassName
{
background-color: #E471DE;
}
.BgClassName
{
background-color: #E471DE;
}
</style>
border-color css
<style>
span { border-color: #E471DE; }
span { border-color: rgb(228,113,222); }
td.TdClassName
{
border-color: #E471DE;
}
.TagClassName
{
border-color: #E471DE;
}
</style>