Shades of Orchid #EB74D1
Tints of Orchid #EB74D1
RGB
CMYK
RGB Variations
Color information
#EB74D1 (or 0xEB74D1) is known color: Orchid. HEX triplet: EB, 74 and D1. RGB value is (235,116,209). Sum of RGB (Red+Green+Blue) = 235+116+209=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74D1 is #148B2E. Grayscale: #A1A1A1. Windows color (decimal): -1346351 or 13726955. OLE color: 13726955.
HSL color Cylindrical-coordinate representation of color #EB74D1: hue angle of 313.11º 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 #EB74D1 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 116 | 209 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.08 |
| HSL | 313.11º | 0.75% | 0.69% | - |
| HSV(B) | 313.11º | 0.51% | 0.92% | - |
| XYZ | 52.01 | 34.76 | 64.29 | - |
| YUV | 162.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 116 | 209 | 0 | 0.51 | 0.11 | 0.08 | 313.11 | 0.75 | 0.69 |
| Hex | EB | 74 | D1 | 0 | 33 | B | 8 | 139 | 4B | 45 |
| Octal | 353 | 164 | 321 | 0 | 63 | 13 | 10 | 471 | 113 | 105 |
| Binary | 11101011 | 1110100 | 11010001 | 0 | 110011 | 1011 | 1000 | 100111001 | 1001011 | 1000101 |
Color Harmonies of #EB74D1
Complementary color
Monochromatic Colors of #EB74D1
Black with #EB74D1
Text Example
Text Example
White with #EB74D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB74D1; }
p { color: rgb(235,116,209); }
H1.HeaderClassName
{
color: #EB74D1;
}
.AnyTagClassName
{
color: #EB74D1;
}
</style>
background-color css
<style>
a { background-color: #EB74D1; }
a { background-color: rgb(235,116,209); }
div.DivClassName
{
background-color: #EB74D1;
}
.BgClassName
{
background-color: #EB74D1;
}
</style>
border-color css
<style>
span { border-color: #EB74D1; }
span { border-color: rgb(235,116,209); }
td.TdClassName
{
border-color: #EB74D1;
}
.TagClassName
{
border-color: #EB74D1;
}
</style>