Shades of Tea Rose #ED8AC0
Tints of Tea Rose #ED8AC0
RGB
CMYK
RGB Variations
Color information
#ED8AC0 (or 0xED8AC0) is known color: Tea Rose. HEX triplet: ED, 8A and C0. RGB value is (237,138,192). Sum of RGB (Red+Green+Blue) = 237+138+192=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8AC0 is #12753F. Grayscale: #ADADAD. Windows color (decimal): -1209664 or 12618477. OLE color: 12618477.
HSL color Cylindrical-coordinate representation of color #ED8AC0: hue angle of 327.27º 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 #ED8AC0 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 192 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.07 |
| HSL | 327.27º | 0.73% | 0.74% | - |
| HSV(B) | 327.27º | 0.42% | 0.93% | - |
| XYZ | 53.53 | 39.99 | 54.77 | - |
| YUV | 173.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 192 | 0 | 0.42 | 0.19 | 0.07 | 327.27 | 0.73 | 0.74 |
| Hex | ED | 8A | C0 | 0 | 2A | 13 | 7 | 147 | 49 | 4A |
| Octal | 355 | 212 | 300 | 0 | 52 | 23 | 7 | 507 | 111 | 112 |
| Binary | 11101101 | 10001010 | 11000000 | 0 | 101010 | 10011 | 111 | 101000111 | 1001001 | 1001010 |
Color Harmonies of #ED8AC0
Complementary color
Monochromatic Colors of #ED8AC0
Black with #ED8AC0
Text Example
Text Example
White with #ED8AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8AC0; }
p { color: rgb(237,138,192); }
H1.HeaderClassName
{
color: #ED8AC0;
}
.AnyTagClassName
{
color: #ED8AC0;
}
</style>
background-color css
<style>
a { background-color: #ED8AC0; }
a { background-color: rgb(237,138,192); }
div.DivClassName
{
background-color: #ED8AC0;
}
.BgClassName
{
background-color: #ED8AC0;
}
</style>
border-color css
<style>
span { border-color: #ED8AC0; }
span { border-color: rgb(237,138,192); }
td.TdClassName
{
border-color: #ED8AC0;
}
.TagClassName
{
border-color: #ED8AC0;
}
</style>