Shades of Orchid #E871CB
Tints of Orchid #E871CB
RGB
CMYK
RGB Variations
Color information
#E871CB (or 0xE871CB) is known color: Orchid. HEX triplet: E8, 71 and CB. RGB value is (232,113,203). Sum of RGB (Red+Green+Blue) = 232+113+203=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E871CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871CB is #178E34. Grayscale: #9E9E9E. Windows color (decimal): -1543733 or 13332968. OLE color: 13332968.
HSL color Cylindrical-coordinate representation of color #E871CB: hue angle of 314.62º 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 #E871CB is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 203 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.09 |
| HSL | 314.62º | 0.72% | 0.68% | - |
| HSV(B) | 314.62º | 0.51% | 0.91% | - |
| XYZ | 49.96 | 33.28 | 60.29 | - |
| YUV | 158.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 203 | 0 | 0.51 | 0.12 | 0.09 | 314.62 | 0.72 | 0.68 |
| Hex | E8 | 71 | CB | 0 | 33 | C | 9 | 13B | 48 | 44 |
| Octal | 350 | 161 | 313 | 0 | 63 | 14 | 11 | 473 | 110 | 104 |
| Binary | 11101000 | 1110001 | 11001011 | 0 | 110011 | 1100 | 1001 | 100111011 | 1001000 | 1000100 |
Color Harmonies of #E871CB
Complementary color
Monochromatic Colors of #E871CB
Black with #E871CB
Text Example
Text Example
White with #E871CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E871CB; }
p { color: rgb(232,113,203); }
H1.HeaderClassName
{
color: #E871CB;
}
.AnyTagClassName
{
color: #E871CB;
}
</style>
background-color css
<style>
a { background-color: #E871CB; }
a { background-color: rgb(232,113,203); }
div.DivClassName
{
background-color: #E871CB;
}
.BgClassName
{
background-color: #E871CB;
}
</style>
border-color css
<style>
span { border-color: #E871CB; }
span { border-color: rgb(232,113,203); }
td.TdClassName
{
border-color: #E871CB;
}
.TagClassName
{
border-color: #E871CB;
}
</style>