Shades of Orchid #E074E8
Tints of Orchid #E074E8
RGB
CMYK
RGB Variations
Color information
#E074E8 (or 0xE074E8) is known color: Orchid. HEX triplet: E0, 74 and E8. RGB value is (224,116,232). Sum of RGB (Red+Green+Blue) = 224+116+232=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 232 (91.02% from 255 or 40.56% from 572); Max value from RGB is 232 - color contains mainly: blue. Hex color #E074E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E074E8 is #1F8B17. Grayscale: #A1A1A1. Windows color (decimal): -2067224 or 15234272. OLE color: 15234272.
HSL color Cylindrical-coordinate representation of color #E074E8: hue angle of 295.86º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E074E8 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 116 | 232 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.09 |
| HSL | 295.86º | 0.72% | 0.68% | - |
| HSV(B) | 295.86º | 0.5% | 0.91% | - |
| XYZ | 51.55 | 34.16 | 80.22 | - |
| YUV | 161.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 232 | 0.03 | 0.50 | 0 | 0.09 | 295.86 | 0.72 | 0.68 |
| Hex | E0 | 74 | E8 | 3 | 32 | 0 | 9 | 128 | 48 | 44 |
| Octal | 340 | 164 | 350 | 3 | 62 | 0 | 11 | 450 | 110 | 104 |
| Binary | 11100000 | 1110100 | 11101000 | 11 | 110010 | 0 | 1001 | 100101000 | 1001000 | 1000100 |
Color Harmonies of #E074E8
Complementary color
Monochromatic Colors of #E074E8
Black with #E074E8
Text Example
Text Example
White with #E074E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074E8; }
p { color: rgb(224,116,232); }
H1.HeaderClassName
{
color: #E074E8;
}
.AnyTagClassName
{
color: #E074E8;
}
</style>
background-color css
<style>
a { background-color: #E074E8; }
a { background-color: rgb(224,116,232); }
div.DivClassName
{
background-color: #E074E8;
}
.BgClassName
{
background-color: #E074E8;
}
</style>
border-color css
<style>
span { border-color: #E074E8; }
span { border-color: rgb(224,116,232); }
td.TdClassName
{
border-color: #E074E8;
}
.TagClassName
{
border-color: #E074E8;
}
</style>