Shades of Tea Rose #ED8BD1
Tints of Tea Rose #ED8BD1
RGB
CMYK
RGB Variations
Color information
#ED8BD1 (or 0xED8BD1) is known color: Tea Rose. HEX triplet: ED, 8B and D1. RGB value is (237,139,209). Sum of RGB (Red+Green+Blue) = 237+139+209=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8BD1 is #12742E. Grayscale: #B0B0B0. Windows color (decimal): -1209391 or 13732845. OLE color: 13732845.
HSL color Cylindrical-coordinate representation of color #ED8BD1: hue angle of 317.14º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8BD1 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 209 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.07 |
| HSL | 317.14º | 0.73% | 0.74% | - |
| HSV(B) | 317.14º | 0.41% | 0.93% | - |
| XYZ | 55.67 | 41.07 | 65.32 | - |
| YUV | 176.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 209 | 0 | 0.41 | 0.12 | 0.07 | 317.14 | 0.73 | 0.74 |
| Hex | ED | 8B | D1 | 0 | 29 | C | 7 | 13D | 49 | 4A |
| Octal | 355 | 213 | 321 | 0 | 51 | 14 | 7 | 475 | 111 | 112 |
| Binary | 11101101 | 10001011 | 11010001 | 0 | 101001 | 1100 | 111 | 100111101 | 1001001 | 1001010 |
Color Harmonies of #ED8BD1
Complementary color
Monochromatic Colors of #ED8BD1
Black with #ED8BD1
Text Example
Text Example
White with #ED8BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BD1; }
p { color: rgb(237,139,209); }
H1.HeaderClassName
{
color: #ED8BD1;
}
.AnyTagClassName
{
color: #ED8BD1;
}
</style>
background-color css
<style>
a { background-color: #ED8BD1; }
a { background-color: rgb(237,139,209); }
div.DivClassName
{
background-color: #ED8BD1;
}
.BgClassName
{
background-color: #ED8BD1;
}
</style>
border-color css
<style>
span { border-color: #ED8BD1; }
span { border-color: rgb(237,139,209); }
td.TdClassName
{
border-color: #ED8BD1;
}
.TagClassName
{
border-color: #ED8BD1;
}
</style>