Shades of Tea Rose #ED8ABB
Tints of Tea Rose #ED8ABB
RGB
CMYK
RGB Variations
Color information
#ED8ABB (or 0xED8ABB) is known color: Tea Rose. HEX triplet: ED, 8A and BB. RGB value is (237,138,187). Sum of RGB (Red+Green+Blue) = 237+138+187=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ABB is #127544. Grayscale: #ADADAD. Windows color (decimal): -1209669 or 12290797. OLE color: 12290797.
HSL color Cylindrical-coordinate representation of color #ED8ABB: hue angle of 330.3º 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 #ED8ABB is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 187 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.07 |
| HSL | 330.3º | 0.73% | 0.74% | - |
| HSV(B) | 330.3º | 0.42% | 0.93% | - |
| XYZ | 52.98 | 39.77 | 51.9 | - |
| YUV | 173.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 187 | 0 | 0.42 | 0.21 | 0.07 | 330.3 | 0.73 | 0.74 |
| Hex | ED | 8A | BB | 0 | 2A | 15 | 7 | 14A | 49 | 4A |
| Octal | 355 | 212 | 273 | 0 | 52 | 25 | 7 | 512 | 111 | 112 |
| Binary | 11101101 | 10001010 | 10111011 | 0 | 101010 | 10101 | 111 | 101001010 | 1001001 | 1001010 |
Color Harmonies of #ED8ABB
Complementary color
Monochromatic Colors of #ED8ABB
Black with #ED8ABB
Text Example
Text Example
White with #ED8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8ABB; }
p { color: rgb(237,138,187); }
H1.HeaderClassName
{
color: #ED8ABB;
}
.AnyTagClassName
{
color: #ED8ABB;
}
</style>
background-color css
<style>
a { background-color: #ED8ABB; }
a { background-color: rgb(237,138,187); }
div.DivClassName
{
background-color: #ED8ABB;
}
.BgClassName
{
background-color: #ED8ABB;
}
</style>
border-color css
<style>
span { border-color: #ED8ABB; }
span { border-color: rgb(237,138,187); }
td.TdClassName
{
border-color: #ED8ABB;
}
.TagClassName
{
border-color: #ED8ABB;
}
</style>