Shades of Orchid #EB76D5
Tints of Orchid #EB76D5
RGB
CMYK
RGB Variations
Color information
#EB76D5 (or 0xEB76D5) is known color: Orchid. HEX triplet: EB, 76 and D5. RGB value is (235,118,213). Sum of RGB (Red+Green+Blue) = 235+118+213=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76D5 is #14892A. Grayscale: #A3A3A3. Windows color (decimal): -1345835 or 13989611. OLE color: 13989611.
HSL color Cylindrical-coordinate representation of color #EB76D5: hue angle of 311.28º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB76D5 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 118 | 213 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.08 |
| HSL | 311.28º | 0.75% | 0.69% | - |
| HSV(B) | 311.28º | 0.5% | 0.92% | - |
| XYZ | 52.75 | 35.42 | 67.01 | - |
| YUV | 163.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 213 | 0 | 0.50 | 0.09 | 0.08 | 311.28 | 0.75 | 0.69 |
| Hex | EB | 76 | D5 | 0 | 32 | 9 | 8 | 137 | 4B | 45 |
| Octal | 353 | 166 | 325 | 0 | 62 | 11 | 10 | 467 | 113 | 105 |
| Binary | 11101011 | 1110110 | 11010101 | 0 | 110010 | 1001 | 1000 | 100110111 | 1001011 | 1000101 |
Color Harmonies of #EB76D5
Complementary color
Monochromatic Colors of #EB76D5
Black with #EB76D5
Text Example
Text Example
White with #EB76D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB76D5; }
p { color: rgb(235,118,213); }
H1.HeaderClassName
{
color: #EB76D5;
}
.AnyTagClassName
{
color: #EB76D5;
}
</style>
background-color css
<style>
a { background-color: #EB76D5; }
a { background-color: rgb(235,118,213); }
div.DivClassName
{
background-color: #EB76D5;
}
.BgClassName
{
background-color: #EB76D5;
}
</style>
border-color css
<style>
span { border-color: #EB76D5; }
span { border-color: rgb(235,118,213); }
td.TdClassName
{
border-color: #EB76D5;
}
.TagClassName
{
border-color: #EB76D5;
}
</style>