Shades of Tea Rose #ED8BCE
Tints of Tea Rose #ED8BCE
RGB
CMYK
RGB Variations
Color information
#ED8BCE (or 0xED8BCE) is known color: Tea Rose. HEX triplet: ED, 8B and CE. RGB value is (237,139,206). Sum of RGB (Red+Green+Blue) = 237+139+206=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8BCE is #127431. Grayscale: #AFAFAF. Windows color (decimal): -1209394 or 13536237. OLE color: 13536237.
HSL color Cylindrical-coordinate representation of color #ED8BCE: hue angle of 318.98º 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 #ED8BCE is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 206 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.07 |
| HSL | 318.98º | 0.73% | 0.74% | - |
| HSV(B) | 318.98º | 0.41% | 0.93% | - |
| XYZ | 55.3 | 40.93 | 63.38 | - |
| YUV | 175.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 206 | 0 | 0.41 | 0.13 | 0.07 | 318.98 | 0.73 | 0.74 |
| Hex | ED | 8B | CE | 0 | 29 | D | 7 | 13F | 49 | 4A |
| Octal | 355 | 213 | 316 | 0 | 51 | 15 | 7 | 477 | 111 | 112 |
| Binary | 11101101 | 10001011 | 11001110 | 0 | 101001 | 1101 | 111 | 100111111 | 1001001 | 1001010 |
Color Harmonies of #ED8BCE
Complementary color
Monochromatic Colors of #ED8BCE
Black with #ED8BCE
Text Example
Text Example
White with #ED8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BCE; }
p { color: rgb(237,139,206); }
H1.HeaderClassName
{
color: #ED8BCE;
}
.AnyTagClassName
{
color: #ED8BCE;
}
</style>
background-color css
<style>
a { background-color: #ED8BCE; }
a { background-color: rgb(237,139,206); }
div.DivClassName
{
background-color: #ED8BCE;
}
.BgClassName
{
background-color: #ED8BCE;
}
</style>
border-color css
<style>
span { border-color: #ED8BCE; }
span { border-color: rgb(237,139,206); }
td.TdClassName
{
border-color: #ED8BCE;
}
.TagClassName
{
border-color: #ED8BCE;
}
</style>