Shades of Orchid #E074DD
Tints of Orchid #E074DD
RGB
CMYK
RGB Variations
Color information
#E074DD (or 0xE074DD) is known color: Orchid. HEX triplet: E0, 74 and DD. RGB value is (224,116,221). Sum of RGB (Red+Green+Blue) = 224+116+221=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E074DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074DD is #1F8B22. Grayscale: #9F9F9F. Windows color (decimal): -2067235 or 14513376. OLE color: 14513376.
HSL color Cylindrical-coordinate representation of color #E074DD: hue angle of 301.67º 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 #E074DD is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 221 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.12 |
| HSL | 301.67º | 0.64% | 0.67% | - |
| HSV(B) | 301.67º | 0.48% | 0.88% | - |
| XYZ | 50.04 | 33.56 | 72.25 | - |
| YUV | 160.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 221 | 0 | 0.48 | 0.01 | 0.12 | 301.67 | 0.64 | 0.67 |
| Hex | E0 | 74 | DD | 0 | 30 | 1 | C | 12E | 40 | 43 |
| Octal | 340 | 164 | 335 | 0 | 60 | 1 | 14 | 456 | 100 | 103 |
| Binary | 11100000 | 1110100 | 11011101 | 0 | 110000 | 1 | 1100 | 100101110 | 1000000 | 1000011 |
Color Harmonies of #E074DD
Complementary color
Monochromatic Colors of #E074DD
Black with #E074DD
Text Example
Text Example
White with #E074DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074DD; }
p { color: rgb(224,116,221); }
H1.HeaderClassName
{
color: #E074DD;
}
.AnyTagClassName
{
color: #E074DD;
}
</style>
background-color css
<style>
a { background-color: #E074DD; }
a { background-color: rgb(224,116,221); }
div.DivClassName
{
background-color: #E074DD;
}
.BgClassName
{
background-color: #E074DD;
}
</style>
border-color css
<style>
span { border-color: #E074DD; }
span { border-color: rgb(224,116,221); }
td.TdClassName
{
border-color: #E074DD;
}
.TagClassName
{
border-color: #E074DD;
}
</style>