Shades of Orchid #E074C7
Tints of Orchid #E074C7
RGB
CMYK
RGB Variations
Color information
#E074C7 (or 0xE074C7) is known color: Orchid. HEX triplet: E0, 74 and C7. RGB value is (224,116,199). Sum of RGB (Red+Green+Blue) = 224+116+199=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E074C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074C7 is #1F8B38. Grayscale: #9D9D9D. Windows color (decimal): -2067257 or 13071584. OLE color: 13071584.
HSL color Cylindrical-coordinate representation of color #E074C7: hue angle of 313.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 #E074C7 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 199 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.12 |
| HSL | 313.89º | 0.64% | 0.67% | - |
| HSV(B) | 313.89º | 0.48% | 0.88% | - |
| XYZ | 47.29 | 32.46 | 57.81 | - |
| YUV | 157.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 199 | 0 | 0.48 | 0.11 | 0.12 | 313.89 | 0.64 | 0.67 |
| Hex | E0 | 74 | C7 | 0 | 30 | B | C | 13A | 40 | 43 |
| Octal | 340 | 164 | 307 | 0 | 60 | 13 | 14 | 472 | 100 | 103 |
| Binary | 11100000 | 1110100 | 11000111 | 0 | 110000 | 1011 | 1100 | 100111010 | 1000000 | 1000011 |
Color Harmonies of #E074C7
Complementary color
Monochromatic Colors of #E074C7
Black with #E074C7
Text Example
Text Example
White with #E074C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074C7; }
p { color: rgb(224,116,199); }
H1.HeaderClassName
{
color: #E074C7;
}
.AnyTagClassName
{
color: #E074C7;
}
</style>
background-color css
<style>
a { background-color: #E074C7; }
a { background-color: rgb(224,116,199); }
div.DivClassName
{
background-color: #E074C7;
}
.BgClassName
{
background-color: #E074C7;
}
</style>
border-color css
<style>
span { border-color: #E074C7; }
span { border-color: rgb(224,116,199); }
td.TdClassName
{
border-color: #E074C7;
}
.TagClassName
{
border-color: #E074C7;
}
</style>