Shades of Orchid #E874DB
Tints of Orchid #E874DB
RGB
CMYK
RGB Variations
Color information
#E874DB (or 0xE874DB) is known color: Orchid. HEX triplet: E8, 74 and DB. RGB value is (232,116,219). Sum of RGB (Red+Green+Blue) = 232+116+219=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E874DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874DB is #178B24. Grayscale: #A2A2A2. Windows color (decimal): -1542949 or 14382312. OLE color: 14382312.
HSL color Cylindrical-coordinate representation of color #E874DB: hue angle of 306.72º 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 #E874DB is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 219 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.09 |
| HSL | 306.72º | 0.72% | 0.68% | - |
| HSV(B) | 306.72º | 0.5% | 0.91% | - |
| XYZ | 52.31 | 34.76 | 70.97 | - |
| YUV | 162.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 219 | 0 | 0.50 | 0.06 | 0.09 | 306.72 | 0.72 | 0.68 |
| Hex | E8 | 74 | DB | 0 | 32 | 6 | 9 | 133 | 48 | 44 |
| Octal | 350 | 164 | 333 | 0 | 62 | 6 | 11 | 463 | 110 | 104 |
| Binary | 11101000 | 1110100 | 11011011 | 0 | 110010 | 110 | 1001 | 100110011 | 1001000 | 1000100 |
Color Harmonies of #E874DB
Complementary color
Monochromatic Colors of #E874DB
Black with #E874DB
Text Example
Text Example
White with #E874DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874DB; }
p { color: rgb(232,116,219); }
H1.HeaderClassName
{
color: #E874DB;
}
.AnyTagClassName
{
color: #E874DB;
}
</style>
background-color css
<style>
a { background-color: #E874DB; }
a { background-color: rgb(232,116,219); }
div.DivClassName
{
background-color: #E874DB;
}
.BgClassName
{
background-color: #E874DB;
}
</style>
border-color css
<style>
span { border-color: #E874DB; }
span { border-color: rgb(232,116,219); }
td.TdClassName
{
border-color: #E874DB;
}
.TagClassName
{
border-color: #E874DB;
}
</style>