Shades of Tea Rose #ED88C5
Tints of Tea Rose #ED88C5
RGB
CMYK
RGB Variations
Color information
#ED88C5 (or 0xED88C5) is known color: Tea Rose. HEX triplet: ED, 88 and C5. RGB value is (237,136,197). Sum of RGB (Red+Green+Blue) = 237+136+197=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88C5 is #12773A. Grayscale: #ADADAD. Windows color (decimal): -1210171 or 12945645. OLE color: 12945645.
HSL color Cylindrical-coordinate representation of color #ED88C5: hue angle of 323.76º 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 #ED88C5 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 197 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.07 |
| HSL | 323.76º | 0.74% | 0.73% | - |
| HSV(B) | 323.76º | 0.43% | 0.93% | - |
| XYZ | 53.81 | 39.64 | 57.64 | - |
| YUV | 173.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 197 | 0 | 0.43 | 0.17 | 0.07 | 323.76 | 0.74 | 0.73 |
| Hex | ED | 88 | C5 | 0 | 2B | 11 | 7 | 144 | 4A | 49 |
| Octal | 355 | 210 | 305 | 0 | 53 | 21 | 7 | 504 | 112 | 111 |
| Binary | 11101101 | 10001000 | 11000101 | 0 | 101011 | 10001 | 111 | 101000100 | 1001010 | 1001001 |
Color Harmonies of #ED88C5
Complementary color
Monochromatic Colors of #ED88C5
Black with #ED88C5
Text Example
Text Example
White with #ED88C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED88C5; }
p { color: rgb(237,136,197); }
H1.HeaderClassName
{
color: #ED88C5;
}
.AnyTagClassName
{
color: #ED88C5;
}
</style>
background-color css
<style>
a { background-color: #ED88C5; }
a { background-color: rgb(237,136,197); }
div.DivClassName
{
background-color: #ED88C5;
}
.BgClassName
{
background-color: #ED88C5;
}
</style>
border-color css
<style>
span { border-color: #ED88C5; }
span { border-color: rgb(237,136,197); }
td.TdClassName
{
border-color: #ED88C5;
}
.TagClassName
{
border-color: #ED88C5;
}
</style>