Shades of Orchid #E074DA
Tints of Orchid #E074DA
RGB
CMYK
RGB Variations
Color information
#E074DA (or 0xE074DA) is known color: Orchid. HEX triplet: E0, 74 and DA. RGB value is (224,116,218). Sum of RGB (Red+Green+Blue) = 224+116+218=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E074DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074DA is #1F8B25. Grayscale: #9F9F9F. Windows color (decimal): -2067238 or 14316768. OLE color: 14316768.
HSL color Cylindrical-coordinate representation of color #E074DA: hue angle of 303.33º 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 #E074DA is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 218 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.12 |
| HSL | 303.33º | 0.64% | 0.67% | - |
| HSV(B) | 303.33º | 0.48% | 0.88% | - |
| XYZ | 49.64 | 33.4 | 70.16 | - |
| YUV | 159.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 218 | 0 | 0.48 | 0.03 | 0.12 | 303.33 | 0.64 | 0.67 |
| Hex | E0 | 74 | DA | 0 | 30 | 3 | C | 12F | 40 | 43 |
| Octal | 340 | 164 | 332 | 0 | 60 | 3 | 14 | 457 | 100 | 103 |
| Binary | 11100000 | 1110100 | 11011010 | 0 | 110000 | 11 | 1100 | 100101111 | 1000000 | 1000011 |
Color Harmonies of #E074DA
Complementary color
Monochromatic Colors of #E074DA
Black with #E074DA
Text Example
Text Example
White with #E074DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074DA; }
p { color: rgb(224,116,218); }
H1.HeaderClassName
{
color: #E074DA;
}
.AnyTagClassName
{
color: #E074DA;
}
</style>
background-color css
<style>
a { background-color: #E074DA; }
a { background-color: rgb(224,116,218); }
div.DivClassName
{
background-color: #E074DA;
}
.BgClassName
{
background-color: #E074DA;
}
</style>
border-color css
<style>
span { border-color: #E074DA; }
span { border-color: rgb(224,116,218); }
td.TdClassName
{
border-color: #E074DA;
}
.TagClassName
{
border-color: #E074DA;
}
</style>