Shades of Tea Rose #ED8BC5
Tints of Tea Rose #ED8BC5
RGB
CMYK
RGB Variations
Color information
#ED8BC5 (or 0xED8BC5) is known color: Tea Rose. HEX triplet: ED, 8B and C5. RGB value is (237,139,197). Sum of RGB (Red+Green+Blue) = 237+139+197=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8BC5 is #12743A. Grayscale: #AEAEAE. Windows color (decimal): -1209403 or 12946413. OLE color: 12946413.
HSL color Cylindrical-coordinate representation of color #ED8BC5: hue angle of 324.49º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8BC5 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 197 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.07 |
| HSL | 324.49º | 0.73% | 0.74% | - |
| HSV(B) | 324.49º | 0.41% | 0.93% | - |
| XYZ | 54.24 | 40.5 | 57.78 | - |
| YUV | 174.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 197 | 0 | 0.41 | 0.17 | 0.07 | 324.49 | 0.73 | 0.74 |
| Hex | ED | 8B | C5 | 0 | 29 | 11 | 7 | 144 | 49 | 4A |
| Octal | 355 | 213 | 305 | 0 | 51 | 21 | 7 | 504 | 111 | 112 |
| Binary | 11101101 | 10001011 | 11000101 | 0 | 101001 | 10001 | 111 | 101000100 | 1001001 | 1001010 |
Color Harmonies of #ED8BC5
Complementary color
Monochromatic Colors of #ED8BC5
Black with #ED8BC5
Text Example
Text Example
White with #ED8BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BC5; }
p { color: rgb(237,139,197); }
H1.HeaderClassName
{
color: #ED8BC5;
}
.AnyTagClassName
{
color: #ED8BC5;
}
</style>
background-color css
<style>
a { background-color: #ED8BC5; }
a { background-color: rgb(237,139,197); }
div.DivClassName
{
background-color: #ED8BC5;
}
.BgClassName
{
background-color: #ED8BC5;
}
</style>
border-color css
<style>
span { border-color: #ED8BC5; }
span { border-color: rgb(237,139,197); }
td.TdClassName
{
border-color: #ED8BC5;
}
.TagClassName
{
border-color: #ED8BC5;
}
</style>