Shades of Orchid #E072C1
Tints of Orchid #E072C1
RGB
CMYK
RGB Variations
Color information
#E072C1 (or 0xE072C1) is known color: Orchid. HEX triplet: E0, 72 and C1. RGB value is (224,114,193). Sum of RGB (Red+Green+Blue) = 224+114+193=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E072C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072C1 is #1F8D3E. Grayscale: #9B9B9B. Windows color (decimal): -2067775 or 12677856. OLE color: 12677856.
HSL color Cylindrical-coordinate representation of color #E072C1: hue angle of 316.91º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E072C1 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 193 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.12 |
| HSL | 316.91º | 0.64% | 0.66% | - |
| HSV(B) | 316.91º | 0.49% | 0.88% | - |
| XYZ | 46.38 | 31.73 | 54.13 | - |
| YUV | 155.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 193 | 0 | 0.49 | 0.14 | 0.12 | 316.91 | 0.64 | 0.66 |
| Hex | E0 | 72 | C1 | 0 | 31 | E | C | 13D | 40 | 42 |
| Octal | 340 | 162 | 301 | 0 | 61 | 16 | 14 | 475 | 100 | 102 |
| Binary | 11100000 | 1110010 | 11000001 | 0 | 110001 | 1110 | 1100 | 100111101 | 1000000 | 1000010 |
Color Harmonies of #E072C1
Complementary color
Monochromatic Colors of #E072C1
Black with #E072C1
Text Example
Text Example
White with #E072C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072C1; }
p { color: rgb(224,114,193); }
H1.HeaderClassName
{
color: #E072C1;
}
.AnyTagClassName
{
color: #E072C1;
}
</style>
background-color css
<style>
a { background-color: #E072C1; }
a { background-color: rgb(224,114,193); }
div.DivClassName
{
background-color: #E072C1;
}
.BgClassName
{
background-color: #E072C1;
}
</style>
border-color css
<style>
span { border-color: #E072C1; }
span { border-color: rgb(224,114,193); }
td.TdClassName
{
border-color: #E072C1;
}
.TagClassName
{
border-color: #E072C1;
}
</style>