Shades of Tea Rose #EB90D0
Tints of Tea Rose #EB90D0
RGB
CMYK
RGB Variations
Color information
#EB90D0 (or 0xEB90D0) is known color: Tea Rose. HEX triplet: EB, 90 and D0. RGB value is (235,144,208). Sum of RGB (Red+Green+Blue) = 235+144+208=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90D0 is #146F2F. Grayscale: #B2B2B2. Windows color (decimal): -1339184 or 13668587. OLE color: 13668587.
HSL color Cylindrical-coordinate representation of color #EB90D0: hue angle of 317.8º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB90D0 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 208 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.08 |
| HSL | 317.8º | 0.69% | 0.74% | - |
| HSV(B) | 317.8º | 0.39% | 0.92% | - |
| XYZ | 55.62 | 42.16 | 64.88 | - |
| YUV | 178.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 208 | 0 | 0.39 | 0.11 | 0.08 | 317.8 | 0.69 | 0.74 |
| Hex | EB | 90 | D0 | 0 | 27 | B | 8 | 13E | 45 | 4A |
| Octal | 353 | 220 | 320 | 0 | 47 | 13 | 10 | 476 | 105 | 112 |
| Binary | 11101011 | 10010000 | 11010000 | 0 | 100111 | 1011 | 1000 | 100111110 | 1000101 | 1001010 |
Color Harmonies of #EB90D0
Complementary color
Monochromatic Colors of #EB90D0
Black with #EB90D0
Text Example
Text Example
White with #EB90D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB90D0; }
p { color: rgb(235,144,208); }
H1.HeaderClassName
{
color: #EB90D0;
}
.AnyTagClassName
{
color: #EB90D0;
}
</style>
background-color css
<style>
a { background-color: #EB90D0; }
a { background-color: rgb(235,144,208); }
div.DivClassName
{
background-color: #EB90D0;
}
.BgClassName
{
background-color: #EB90D0;
}
</style>
border-color css
<style>
span { border-color: #EB90D0; }
span { border-color: rgb(235,144,208); }
td.TdClassName
{
border-color: #EB90D0;
}
.TagClassName
{
border-color: #EB90D0;
}
</style>