Shades of Orchid #E074D7
Tints of Orchid #E074D7
RGB
CMYK
RGB Variations
Color information
#E074D7 (or 0xE074D7) is known color: Orchid. HEX triplet: E0, 74 and D7. RGB value is (224,116,215). Sum of RGB (Red+Green+Blue) = 224+116+215=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E074D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074D7 is #1F8B28. Grayscale: #9F9F9F. Windows color (decimal): -2067241 or 14120160. OLE color: 14120160.
HSL color Cylindrical-coordinate representation of color #E074D7: hue angle of 305º 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 #E074D7 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 215 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.12 |
| HSL | 305º | 0.64% | 0.67% | - |
| HSV(B) | 305º | 0.48% | 0.88% | - |
| XYZ | 49.25 | 33.24 | 68.11 | - |
| YUV | 159.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 215 | 0 | 0.48 | 0.04 | 0.12 | 305 | 0.64 | 0.67 |
| Hex | E0 | 74 | D7 | 0 | 30 | 4 | C | 131 | 40 | 43 |
| Octal | 340 | 164 | 327 | 0 | 60 | 4 | 14 | 461 | 100 | 103 |
| Binary | 11100000 | 1110100 | 11010111 | 0 | 110000 | 100 | 1100 | 100110001 | 1000000 | 1000011 |
Color Harmonies of #E074D7
Complementary color
Monochromatic Colors of #E074D7
Black with #E074D7
Text Example
Text Example
White with #E074D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074D7; }
p { color: rgb(224,116,215); }
H1.HeaderClassName
{
color: #E074D7;
}
.AnyTagClassName
{
color: #E074D7;
}
</style>
background-color css
<style>
a { background-color: #E074D7; }
a { background-color: rgb(224,116,215); }
div.DivClassName
{
background-color: #E074D7;
}
.BgClassName
{
background-color: #E074D7;
}
</style>
border-color css
<style>
span { border-color: #E074D7; }
span { border-color: rgb(224,116,215); }
td.TdClassName
{
border-color: #E074D7;
}
.TagClassName
{
border-color: #E074D7;
}
</style>