Shades of Orchid #EB79D2
Tints of Orchid #EB79D2
RGB
CMYK
RGB Variations
Color information
#EB79D2 (or 0xEB79D2) is known color: Orchid. HEX triplet: EB, 79 and D2. RGB value is (235,121,210). Sum of RGB (Red+Green+Blue) = 235+121+210=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB79D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB79D2 is #14862D. Grayscale: #A4A4A4. Windows color (decimal): -1345070 or 13793771. OLE color: 13793771.
HSL color Cylindrical-coordinate representation of color #EB79D2: hue angle of 313.16º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB79D2 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 121 | 210 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.08 |
| HSL | 313.16º | 0.74% | 0.7% | - |
| HSV(B) | 313.16º | 0.49% | 0.92% | - |
| XYZ | 52.73 | 35.99 | 65.14 | - |
| YUV | 165.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 121 | 210 | 0 | 0.49 | 0.11 | 0.08 | 313.16 | 0.74 | 0.7 |
| Hex | EB | 79 | D2 | 0 | 31 | B | 8 | 139 | 4A | 46 |
| Octal | 353 | 171 | 322 | 0 | 61 | 13 | 10 | 471 | 112 | 106 |
| Binary | 11101011 | 1111001 | 11010010 | 0 | 110001 | 1011 | 1000 | 100111001 | 1001010 | 1000110 |
Color Harmonies of #EB79D2
Complementary color
Monochromatic Colors of #EB79D2
Black with #EB79D2
Text Example
Text Example
White with #EB79D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB79D2; }
p { color: rgb(235,121,210); }
H1.HeaderClassName
{
color: #EB79D2;
}
.AnyTagClassName
{
color: #EB79D2;
}
</style>
background-color css
<style>
a { background-color: #EB79D2; }
a { background-color: rgb(235,121,210); }
div.DivClassName
{
background-color: #EB79D2;
}
.BgClassName
{
background-color: #EB79D2;
}
</style>
border-color css
<style>
span { border-color: #EB79D2; }
span { border-color: rgb(235,121,210); }
td.TdClassName
{
border-color: #EB79D2;
}
.TagClassName
{
border-color: #EB79D2;
}
</style>