Shades of Orchid #E871CC
Tints of Orchid #E871CC
RGB
CMYK
RGB Variations
Color information
#E871CC (or 0xE871CC) is known color: Orchid. HEX triplet: E8, 71 and CC. RGB value is (232,113,204). Sum of RGB (Red+Green+Blue) = 232+113+204=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E871CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871CC is #178E33. Grayscale: #9E9E9E. Windows color (decimal): -1543732 or 13398504. OLE color: 13398504.
HSL color Cylindrical-coordinate representation of color #E871CC: hue angle of 314.12º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E871CC is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 204 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.09 |
| HSL | 314.12º | 0.72% | 0.68% | - |
| HSV(B) | 314.12º | 0.51% | 0.91% | - |
| XYZ | 50.08 | 33.33 | 60.92 | - |
| YUV | 158.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 204 | 0 | 0.51 | 0.12 | 0.09 | 314.12 | 0.72 | 0.68 |
| Hex | E8 | 71 | CC | 0 | 33 | C | 9 | 13A | 48 | 44 |
| Octal | 350 | 161 | 314 | 0 | 63 | 14 | 11 | 472 | 110 | 104 |
| Binary | 11101000 | 1110001 | 11001100 | 0 | 110011 | 1100 | 1001 | 100111010 | 1001000 | 1000100 |
Color Harmonies of #E871CC
Complementary color
Monochromatic Colors of #E871CC
Black with #E871CC
Text Example
Text Example
White with #E871CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E871CC; }
p { color: rgb(232,113,204); }
H1.HeaderClassName
{
color: #E871CC;
}
.AnyTagClassName
{
color: #E871CC;
}
</style>
background-color css
<style>
a { background-color: #E871CC; }
a { background-color: rgb(232,113,204); }
div.DivClassName
{
background-color: #E871CC;
}
.BgClassName
{
background-color: #E871CC;
}
</style>
border-color css
<style>
span { border-color: #E871CC; }
span { border-color: rgb(232,113,204); }
td.TdClassName
{
border-color: #E871CC;
}
.TagClassName
{
border-color: #E871CC;
}
</style>