Shades of Orchid #EB72D4
Tints of Orchid #EB72D4
RGB
CMYK
RGB Variations
Color information
#EB72D4 (or 0xEB72D4) is known color: Orchid. HEX triplet: EB, 72 and D4. RGB value is (235,114,212). Sum of RGB (Red+Green+Blue) = 235+114+212=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB72D4 is #148D2B. Grayscale: #A1A1A1. Windows color (decimal): -1346860 or 13923051. OLE color: 13923051.
HSL color Cylindrical-coordinate representation of color #EB72D4: hue angle of 311.4º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB72D4 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 114 | 212 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.08 |
| HSL | 311.41º | 0.75% | 0.68% | - |
| HSV(B) | 311.41º | 0.51% | 0.92% | - |
| XYZ | 52.16 | 34.45 | 66.19 | - |
| YUV | 161.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 114 | 212 | 0 | 0.51 | 0.10 | 0.08 | 311.41 | 0.75 | 0.68 |
| Hex | EB | 72 | D4 | 0 | 33 | A | 8 | 137 | 4B | 44 |
| Octal | 353 | 162 | 324 | 0 | 63 | 12 | 10 | 467 | 113 | 104 |
| Binary | 11101011 | 1110010 | 11010100 | 0 | 110011 | 1010 | 1000 | 100110111 | 1001011 | 1000100 |
Color Harmonies of #EB72D4
Complementary color
Monochromatic Colors of #EB72D4
Black with #EB72D4
Text Example
Text Example
White with #EB72D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB72D4; }
p { color: rgb(235,114,212); }
H1.HeaderClassName
{
color: #EB72D4;
}
.AnyTagClassName
{
color: #EB72D4;
}
</style>
background-color css
<style>
a { background-color: #EB72D4; }
a { background-color: rgb(235,114,212); }
div.DivClassName
{
background-color: #EB72D4;
}
.BgClassName
{
background-color: #EB72D4;
}
</style>
border-color css
<style>
span { border-color: #EB72D4; }
span { border-color: rgb(235,114,212); }
td.TdClassName
{
border-color: #EB72D4;
}
.TagClassName
{
border-color: #EB72D4;
}
</style>