Shades of Orchid #E074D0
Tints of Orchid #E074D0
RGB
CMYK
RGB Variations
Color information
#E074D0 (or 0xE074D0) is known color: Orchid. HEX triplet: E0, 74 and D0. RGB value is (224,116,208). Sum of RGB (Red+Green+Blue) = 224+116+208=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E074D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074D0 is #1F8B2F. Grayscale: #9E9E9E. Windows color (decimal): -2067248 or 13661408. OLE color: 13661408.
HSL color Cylindrical-coordinate representation of color #E074D0: hue angle of 308.89º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E074D0 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 208 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.12 |
| HSL | 308.89º | 0.64% | 0.67% | - |
| HSV(B) | 308.89º | 0.48% | 0.88% | - |
| XYZ | 48.37 | 32.89 | 63.47 | - |
| YUV | 158.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 208 | 0 | 0.48 | 0.07 | 0.12 | 308.89 | 0.64 | 0.67 |
| Hex | E0 | 74 | D0 | 0 | 30 | 7 | C | 135 | 40 | 43 |
| Octal | 340 | 164 | 320 | 0 | 60 | 7 | 14 | 465 | 100 | 103 |
| Binary | 11100000 | 1110100 | 11010000 | 0 | 110000 | 111 | 1100 | 100110101 | 1000000 | 1000011 |
Color Harmonies of #E074D0
Complementary color
Monochromatic Colors of #E074D0
Black with #E074D0
Text Example
Text Example
White with #E074D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074D0; }
p { color: rgb(224,116,208); }
H1.HeaderClassName
{
color: #E074D0;
}
.AnyTagClassName
{
color: #E074D0;
}
</style>
background-color css
<style>
a { background-color: #E074D0; }
a { background-color: rgb(224,116,208); }
div.DivClassName
{
background-color: #E074D0;
}
.BgClassName
{
background-color: #E074D0;
}
</style>
border-color css
<style>
span { border-color: #E074D0; }
span { border-color: rgb(224,116,208); }
td.TdClassName
{
border-color: #E074D0;
}
.TagClassName
{
border-color: #E074D0;
}
</style>