Shades of Tea Rose #ED88C1
Tints of Tea Rose #ED88C1
RGB
CMYK
RGB Variations
Color information
#ED88C1 (or 0xED88C1) is known color: Tea Rose. HEX triplet: ED, 88 and C1. RGB value is (237,136,193). Sum of RGB (Red+Green+Blue) = 237+136+193=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88C1 is #12773E. Grayscale: #ACACAC. Windows color (decimal): -1210175 or 12683501. OLE color: 12683501.
HSL color Cylindrical-coordinate representation of color #ED88C1: hue angle of 326.14º 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 #ED88C1 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 193 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.07 |
| HSL | 326.14º | 0.74% | 0.73% | - |
| HSV(B) | 326.14º | 0.43% | 0.93% | - |
| XYZ | 53.35 | 39.46 | 55.26 | - |
| YUV | 172.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 193 | 0 | 0.43 | 0.19 | 0.07 | 326.14 | 0.74 | 0.73 |
| Hex | ED | 88 | C1 | 0 | 2B | 13 | 7 | 146 | 4A | 49 |
| Octal | 355 | 210 | 301 | 0 | 53 | 23 | 7 | 506 | 112 | 111 |
| Binary | 11101101 | 10001000 | 11000001 | 0 | 101011 | 10011 | 111 | 101000110 | 1001010 | 1001001 |
Color Harmonies of #ED88C1
Complementary color
Monochromatic Colors of #ED88C1
Black with #ED88C1
Text Example
Text Example
White with #ED88C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED88C1; }
p { color: rgb(237,136,193); }
H1.HeaderClassName
{
color: #ED88C1;
}
.AnyTagClassName
{
color: #ED88C1;
}
</style>
background-color css
<style>
a { background-color: #ED88C1; }
a { background-color: rgb(237,136,193); }
div.DivClassName
{
background-color: #ED88C1;
}
.BgClassName
{
background-color: #ED88C1;
}
</style>
border-color css
<style>
span { border-color: #ED88C1; }
span { border-color: rgb(237,136,193); }
td.TdClassName
{
border-color: #ED88C1;
}
.TagClassName
{
border-color: #ED88C1;
}
</style>