Shades of Orchid #E087D4
Tints of Orchid #E087D4
RGB
CMYK
RGB Variations
Color information
#E087D4 (or 0xE087D4) is known color: Orchid. HEX triplet: E0, 87 and D4. RGB value is (224,135,212). Sum of RGB (Red+Green+Blue) = 224+135+212=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E087D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087D4 is #1F782B. Grayscale: #AAAAAA. Windows color (decimal): -2062380 or 13928416. OLE color: 13928416.
HSL color Cylindrical-coordinate representation of color #E087D4: hue angle of 308.09º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E087D4 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 212 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.12 |
| HSL | 308.09º | 0.59% | 0.7% | - |
| HSV(B) | 308.09º | 0.4% | 0.88% | - |
| XYZ | 51.29 | 37.93 | 66.91 | - |
| YUV | 170.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 212 | 0 | 0.40 | 0.05 | 0.12 | 308.09 | 0.59 | 0.7 |
| Hex | E0 | 87 | D4 | 0 | 28 | 5 | C | 134 | 3B | 46 |
| Octal | 340 | 207 | 324 | 0 | 50 | 5 | 14 | 464 | 73 | 106 |
| Binary | 11100000 | 10000111 | 11010100 | 0 | 101000 | 101 | 1100 | 100110100 | 111011 | 1000110 |
Color Harmonies of #E087D4
Complementary color
Monochromatic Colors of #E087D4
Black with #E087D4
Text Example
Text Example
White with #E087D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E087D4; }
p { color: rgb(224,135,212); }
H1.HeaderClassName
{
color: #E087D4;
}
.AnyTagClassName
{
color: #E087D4;
}
</style>
background-color css
<style>
a { background-color: #E087D4; }
a { background-color: rgb(224,135,212); }
div.DivClassName
{
background-color: #E087D4;
}
.BgClassName
{
background-color: #E087D4;
}
</style>
border-color css
<style>
span { border-color: #E087D4; }
span { border-color: rgb(224,135,212); }
td.TdClassName
{
border-color: #E087D4;
}
.TagClassName
{
border-color: #E087D4;
}
</style>