Shades of Tea Rose #ED8AD0
Tints of Tea Rose #ED8AD0
RGB
CMYK
RGB Variations
Color information
#ED8AD0 (or 0xED8AD0) is known color: Tea Rose. HEX triplet: ED, 8A and D0. RGB value is (237,138,208). Sum of RGB (Red+Green+Blue) = 237+138+208=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8AD0 is #12752F. Grayscale: #AFAFAF. Windows color (decimal): -1209648 or 13667053. OLE color: 13667053.
HSL color Cylindrical-coordinate representation of color #ED8AD0: hue angle of 317.58º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8AD0 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 208 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.07 |
| HSL | 317.58º | 0.73% | 0.74% | - |
| HSV(B) | 317.58º | 0.42% | 0.93% | - |
| XYZ | 55.4 | 40.74 | 64.62 | - |
| YUV | 175.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 208 | 0 | 0.42 | 0.12 | 0.07 | 317.58 | 0.73 | 0.74 |
| Hex | ED | 8A | D0 | 0 | 2A | C | 7 | 13E | 49 | 4A |
| Octal | 355 | 212 | 320 | 0 | 52 | 14 | 7 | 476 | 111 | 112 |
| Binary | 11101101 | 10001010 | 11010000 | 0 | 101010 | 1100 | 111 | 100111110 | 1001001 | 1001010 |
Color Harmonies of #ED8AD0
Complementary color
Monochromatic Colors of #ED8AD0
Black with #ED8AD0
Text Example
Text Example
White with #ED8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8AD0; }
p { color: rgb(237,138,208); }
H1.HeaderClassName
{
color: #ED8AD0;
}
.AnyTagClassName
{
color: #ED8AD0;
}
</style>
background-color css
<style>
a { background-color: #ED8AD0; }
a { background-color: rgb(237,138,208); }
div.DivClassName
{
background-color: #ED8AD0;
}
.BgClassName
{
background-color: #ED8AD0;
}
</style>
border-color css
<style>
span { border-color: #ED8AD0; }
span { border-color: rgb(237,138,208); }
td.TdClassName
{
border-color: #ED8AD0;
}
.TagClassName
{
border-color: #ED8AD0;
}
</style>