Shades of Orchid #E072CC
Tints of Orchid #E072CC
RGB
CMYK
RGB Variations
Color information
#E072CC (or 0xE072CC) is known color: Orchid. HEX triplet: E0, 72 and CC. RGB value is (224,114,204). Sum of RGB (Red+Green+Blue) = 224+114+204=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E072CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072CC is #1F8D33. Grayscale: #9C9C9C. Windows color (decimal): -2067764 or 13398752. OLE color: 13398752.
HSL color Cylindrical-coordinate representation of color #E072CC: hue angle of 310.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 #E072CC is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 204 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.12 |
| HSL | 310.91º | 0.64% | 0.66% | - |
| HSV(B) | 310.91º | 0.49% | 0.88% | - |
| XYZ | 47.66 | 32.24 | 60.84 | - |
| YUV | 157.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 204 | 0 | 0.49 | 0.09 | 0.12 | 310.91 | 0.64 | 0.66 |
| Hex | E0 | 72 | CC | 0 | 31 | 9 | C | 137 | 40 | 42 |
| Octal | 340 | 162 | 314 | 0 | 61 | 11 | 14 | 467 | 100 | 102 |
| Binary | 11100000 | 1110010 | 11001100 | 0 | 110001 | 1001 | 1100 | 100110111 | 1000000 | 1000010 |
Color Harmonies of #E072CC
Complementary color
Monochromatic Colors of #E072CC
Black with #E072CC
Text Example
Text Example
White with #E072CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072CC; }
p { color: rgb(224,114,204); }
H1.HeaderClassName
{
color: #E072CC;
}
.AnyTagClassName
{
color: #E072CC;
}
</style>
background-color css
<style>
a { background-color: #E072CC; }
a { background-color: rgb(224,114,204); }
div.DivClassName
{
background-color: #E072CC;
}
.BgClassName
{
background-color: #E072CC;
}
</style>
border-color css
<style>
span { border-color: #E072CC; }
span { border-color: rgb(224,114,204); }
td.TdClassName
{
border-color: #E072CC;
}
.TagClassName
{
border-color: #E072CC;
}
</style>