Shades of Orchid #EB74D8
Tints of Orchid #EB74D8
RGB
CMYK
RGB Variations
Color information
#EB74D8 (or 0xEB74D8) is known color: Orchid. HEX triplet: EB, 74 and D8. RGB value is (235,116,216). Sum of RGB (Red+Green+Blue) = 235+116+216=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74D8 is #148B27. Grayscale: #A2A2A2. Windows color (decimal): -1346344 or 14185707. OLE color: 14185707.
HSL color Cylindrical-coordinate representation of color #EB74D8: hue angle of 309.58º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB74D8 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 116 | 216 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.08 |
| HSL | 309.58º | 0.75% | 0.69% | - |
| HSV(B) | 309.58º | 0.51% | 0.92% | - |
| XYZ | 52.9 | 35.11 | 68.95 | - |
| YUV | 162.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 116 | 216 | 0 | 0.51 | 0.08 | 0.08 | 309.58 | 0.75 | 0.69 |
| Hex | EB | 74 | D8 | 0 | 33 | 8 | 8 | 136 | 4B | 45 |
| Octal | 353 | 164 | 330 | 0 | 63 | 10 | 10 | 466 | 113 | 105 |
| Binary | 11101011 | 1110100 | 11011000 | 0 | 110011 | 1000 | 1000 | 100110110 | 1001011 | 1000101 |
Color Harmonies of #EB74D8
Complementary color
Monochromatic Colors of #EB74D8
Black with #EB74D8
Text Example
Text Example
White with #EB74D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB74D8; }
p { color: rgb(235,116,216); }
H1.HeaderClassName
{
color: #EB74D8;
}
.AnyTagClassName
{
color: #EB74D8;
}
</style>
background-color css
<style>
a { background-color: #EB74D8; }
a { background-color: rgb(235,116,216); }
div.DivClassName
{
background-color: #EB74D8;
}
.BgClassName
{
background-color: #EB74D8;
}
</style>
border-color css
<style>
span { border-color: #EB74D8; }
span { border-color: rgb(235,116,216); }
td.TdClassName
{
border-color: #EB74D8;
}
.TagClassName
{
border-color: #EB74D8;
}
</style>