Shades of Tea Rose #ED8FD1
Tints of Tea Rose #ED8FD1
RGB
CMYK
RGB Variations
Color information
#ED8FD1 (or 0xED8FD1) is known color: Tea Rose. HEX triplet: ED, 8F and D1. RGB value is (237,143,209). Sum of RGB (Red+Green+Blue) = 237+143+209=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FD1 is #12702E. Grayscale: #B2B2B2. Windows color (decimal): -1208367 or 13733869. OLE color: 13733869.
HSL color Cylindrical-coordinate representation of color #ED8FD1: hue angle of 317.87º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FD1 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 209 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.07 |
| HSL | 317.87º | 0.72% | 0.75% | - |
| HSV(B) | 317.87º | 0.4% | 0.93% | - |
| XYZ | 56.26 | 42.25 | 65.51 | - |
| YUV | 178.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 209 | 0 | 0.40 | 0.12 | 0.07 | 317.87 | 0.72 | 0.75 |
| Hex | ED | 8F | D1 | 0 | 28 | C | 7 | 13E | 48 | 4B |
| Octal | 355 | 217 | 321 | 0 | 50 | 14 | 7 | 476 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11010001 | 0 | 101000 | 1100 | 111 | 100111110 | 1001000 | 1001011 |
Color Harmonies of #ED8FD1
Complementary color
Monochromatic Colors of #ED8FD1
Black with #ED8FD1
Text Example
Text Example
White with #ED8FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FD1; }
p { color: rgb(237,143,209); }
H1.HeaderClassName
{
color: #ED8FD1;
}
.AnyTagClassName
{
color: #ED8FD1;
}
</style>
background-color css
<style>
a { background-color: #ED8FD1; }
a { background-color: rgb(237,143,209); }
div.DivClassName
{
background-color: #ED8FD1;
}
.BgClassName
{
background-color: #ED8FD1;
}
</style>
border-color css
<style>
span { border-color: #ED8FD1; }
span { border-color: rgb(237,143,209); }
td.TdClassName
{
border-color: #ED8FD1;
}
.TagClassName
{
border-color: #ED8FD1;
}
</style>