Shades of Orchid #E874CB
Tints of Orchid #E874CB
RGB
CMYK
RGB Variations
Color information
#E874CB (or 0xE874CB) is known color: Orchid. HEX triplet: E8, 74 and CB. RGB value is (232,116,203). Sum of RGB (Red+Green+Blue) = 232+116+203=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E874CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874CB is #178B34. Grayscale: #A0A0A0. Windows color (decimal): -1542965 or 13333736. OLE color: 13333736.
HSL color Cylindrical-coordinate representation of color #E874CB: hue angle of 315º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E874CB is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 203 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.09 |
| HSL | 315º | 0.72% | 0.68% | - |
| HSV(B) | 315º | 0.5% | 0.91% | - |
| XYZ | 50.3 | 33.96 | 60.4 | - |
| YUV | 160.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 203 | 0 | 0.50 | 0.12 | 0.09 | 315 | 0.72 | 0.68 |
| Hex | E8 | 74 | CB | 0 | 32 | C | 9 | 13B | 48 | 44 |
| Octal | 350 | 164 | 313 | 0 | 62 | 14 | 11 | 473 | 110 | 104 |
| Binary | 11101000 | 1110100 | 11001011 | 0 | 110010 | 1100 | 1001 | 100111011 | 1001000 | 1000100 |
Color Harmonies of #E874CB
Complementary color
Monochromatic Colors of #E874CB
Black with #E874CB
Text Example
Text Example
White with #E874CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874CB; }
p { color: rgb(232,116,203); }
H1.HeaderClassName
{
color: #E874CB;
}
.AnyTagClassName
{
color: #E874CB;
}
</style>
background-color css
<style>
a { background-color: #E874CB; }
a { background-color: rgb(232,116,203); }
div.DivClassName
{
background-color: #E874CB;
}
.BgClassName
{
background-color: #E874CB;
}
</style>
border-color css
<style>
span { border-color: #E874CB; }
span { border-color: rgb(232,116,203); }
td.TdClassName
{
border-color: #E874CB;
}
.TagClassName
{
border-color: #E874CB;
}
</style>