Shades of Tea Rose #ED88BD
Tints of Tea Rose #ED88BD
RGB
CMYK
RGB Variations
Color information
#ED88BD (or 0xED88BD) is known color: Tea Rose. HEX triplet: ED, 88 and BD. RGB value is (237,136,189). Sum of RGB (Red+Green+Blue) = 237+136+189=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88BD is #127742. Grayscale: #ACACAC. Windows color (decimal): -1210179 or 12421357. OLE color: 12421357.
HSL color Cylindrical-coordinate representation of color #ED88BD: hue angle of 328.51º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED88BD is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 189 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.07 |
| HSL | 328.51º | 0.74% | 0.73% | - |
| HSV(B) | 328.51º | 0.43% | 0.93% | - |
| XYZ | 52.91 | 39.29 | 52.94 | - |
| YUV | 172.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 189 | 0 | 0.43 | 0.20 | 0.07 | 328.51 | 0.74 | 0.73 |
| Hex | ED | 88 | BD | 0 | 2B | 14 | 7 | 149 | 4A | 49 |
| Octal | 355 | 210 | 275 | 0 | 53 | 24 | 7 | 511 | 112 | 111 |
| Binary | 11101101 | 10001000 | 10111101 | 0 | 101011 | 10100 | 111 | 101001001 | 1001010 | 1001001 |
Color Harmonies of #ED88BD
Complementary color
Monochromatic Colors of #ED88BD
Black with #ED88BD
Text Example
Text Example
White with #ED88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED88BD; }
p { color: rgb(237,136,189); }
H1.HeaderClassName
{
color: #ED88BD;
}
.AnyTagClassName
{
color: #ED88BD;
}
</style>
background-color css
<style>
a { background-color: #ED88BD; }
a { background-color: rgb(237,136,189); }
div.DivClassName
{
background-color: #ED88BD;
}
.BgClassName
{
background-color: #ED88BD;
}
</style>
border-color css
<style>
span { border-color: #ED88BD; }
span { border-color: rgb(237,136,189); }
td.TdClassName
{
border-color: #ED88BD;
}
.TagClassName
{
border-color: #ED88BD;
}
</style>