Shades of Orchid #E76ECC
Tints of Orchid #E76ECC
RGB
CMYK
RGB Variations
Color information
#E76ECC (or 0xE76ECC) is known color: Orchid. HEX triplet: E7, 6E and CC. RGB value is (231,110,204). Sum of RGB (Red+Green+Blue) = 231+110+204=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ECC is #189133. Grayscale: #9C9C9C. Windows color (decimal): -1610036 or 13397735. OLE color: 13397735.
HSL color Cylindrical-coordinate representation of color #E76ECC: hue angle of 313.39º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76ECC is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 204 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.09 |
| HSL | 313.39º | 0.72% | 0.67% | - |
| HSV(B) | 313.39º | 0.52% | 0.91% | - |
| XYZ | 49.43 | 32.5 | 60.79 | - |
| YUV | 156.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 204 | 0 | 0.52 | 0.12 | 0.09 | 313.39 | 0.72 | 0.67 |
| Hex | E7 | 6E | CC | 0 | 34 | C | 9 | 139 | 48 | 43 |
| Octal | 347 | 156 | 314 | 0 | 64 | 14 | 11 | 471 | 110 | 103 |
| Binary | 11100111 | 1101110 | 11001100 | 0 | 110100 | 1100 | 1001 | 100111001 | 1001000 | 1000011 |
Color Harmonies of #E76ECC
Complementary color
Monochromatic Colors of #E76ECC
Black with #E76ECC
Text Example
Text Example
White with #E76ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76ECC; }
p { color: rgb(231,110,204); }
H1.HeaderClassName
{
color: #E76ECC;
}
.AnyTagClassName
{
color: #E76ECC;
}
</style>
background-color css
<style>
a { background-color: #E76ECC; }
a { background-color: rgb(231,110,204); }
div.DivClassName
{
background-color: #E76ECC;
}
.BgClassName
{
background-color: #E76ECC;
}
</style>
border-color css
<style>
span { border-color: #E76ECC; }
span { border-color: rgb(231,110,204); }
td.TdClassName
{
border-color: #E76ECC;
}
.TagClassName
{
border-color: #E76ECC;
}
</style>