Shades of Orchid #E872DD
Tints of Orchid #E872DD
RGB
CMYK
RGB Variations
Color information
#E872DD (or 0xE872DD) is known color: Orchid. HEX triplet: E8, 72 and DD. RGB value is (232,114,221). Sum of RGB (Red+Green+Blue) = 232+114+221=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E872DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872DD is #178D22. Grayscale: #A1A1A1. Windows color (decimal): -1543459 or 14512872. OLE color: 14512872.
HSL color Cylindrical-coordinate representation of color #E872DD: hue angle of 305.59º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E872DD is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 114 | 221 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.09 |
| HSL | 305.59º | 0.72% | 0.68% | - |
| HSV(B) | 305.59º | 0.51% | 0.91% | - |
| XYZ | 52.35 | 34.41 | 72.29 | - |
| YUV | 161.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 114 | 221 | 0 | 0.51 | 0.05 | 0.09 | 305.59 | 0.72 | 0.68 |
| Hex | E8 | 72 | DD | 0 | 33 | 5 | 9 | 132 | 48 | 44 |
| Octal | 350 | 162 | 335 | 0 | 63 | 5 | 11 | 462 | 110 | 104 |
| Binary | 11101000 | 1110010 | 11011101 | 0 | 110011 | 101 | 1001 | 100110010 | 1001000 | 1000100 |
Color Harmonies of #E872DD
Complementary color
Monochromatic Colors of #E872DD
Black with #E872DD
Text Example
Text Example
White with #E872DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E872DD; }
p { color: rgb(232,114,221); }
H1.HeaderClassName
{
color: #E872DD;
}
.AnyTagClassName
{
color: #E872DD;
}
</style>
background-color css
<style>
a { background-color: #E872DD; }
a { background-color: rgb(232,114,221); }
div.DivClassName
{
background-color: #E872DD;
}
.BgClassName
{
background-color: #E872DD;
}
</style>
border-color css
<style>
span { border-color: #E872DD; }
span { border-color: rgb(232,114,221); }
td.TdClassName
{
border-color: #E872DD;
}
.TagClassName
{
border-color: #E872DD;
}
</style>