Shades of Tea Rose #ED8CCC
Tints of Tea Rose #ED8CCC
RGB
CMYK
RGB Variations
Color information
#ED8CCC (or 0xED8CCC) is known color: Tea Rose. HEX triplet: ED, 8C and CC. RGB value is (237,140,204). Sum of RGB (Red+Green+Blue) = 237+140+204=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CCC is #127333. Grayscale: #B0B0B0. Windows color (decimal): -1209140 or 13405421. OLE color: 13405421.
HSL color Cylindrical-coordinate representation of color #ED8CCC: hue angle of 320.41º 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 #ED8CCC is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 204 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.07 |
| HSL | 320.41º | 0.73% | 0.74% | - |
| HSV(B) | 320.41º | 0.41% | 0.93% | - |
| XYZ | 55.2 | 41.12 | 62.15 | - |
| YUV | 176.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 204 | 0 | 0.41 | 0.14 | 0.07 | 320.41 | 0.73 | 0.74 |
| Hex | ED | 8C | CC | 0 | 29 | E | 7 | 140 | 49 | 4A |
| Octal | 355 | 214 | 314 | 0 | 51 | 16 | 7 | 500 | 111 | 112 |
| Binary | 11101101 | 10001100 | 11001100 | 0 | 101001 | 1110 | 111 | 101000000 | 1001001 | 1001010 |
Color Harmonies of #ED8CCC
Complementary color
Monochromatic Colors of #ED8CCC
Black with #ED8CCC
Text Example
Text Example
White with #ED8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CCC; }
p { color: rgb(237,140,204); }
H1.HeaderClassName
{
color: #ED8CCC;
}
.AnyTagClassName
{
color: #ED8CCC;
}
</style>
background-color css
<style>
a { background-color: #ED8CCC; }
a { background-color: rgb(237,140,204); }
div.DivClassName
{
background-color: #ED8CCC;
}
.BgClassName
{
background-color: #ED8CCC;
}
</style>
border-color css
<style>
span { border-color: #ED8CCC; }
span { border-color: rgb(237,140,204); }
td.TdClassName
{
border-color: #ED8CCC;
}
.TagClassName
{
border-color: #ED8CCC;
}
</style>