Shades of Tea Rose #ED8FCC
Tints of Tea Rose #ED8FCC
RGB
CMYK
RGB Variations
Color information
#ED8FCC (or 0xED8FCC) is known color: Tea Rose. HEX triplet: ED, 8F and CC. RGB value is (237,143,204). Sum of RGB (Red+Green+Blue) = 237+143+204=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FCC is #127033. Grayscale: #B1B1B1. Windows color (decimal): -1208372 or 13406189. OLE color: 13406189.
HSL color Cylindrical-coordinate representation of color #ED8FCC: hue angle of 321.06º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FCC is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 204 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.07 |
| HSL | 321.06º | 0.72% | 0.75% | - |
| HSV(B) | 321.06º | 0.4% | 0.93% | - |
| XYZ | 55.65 | 42.01 | 62.3 | - |
| YUV | 178.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 204 | 0 | 0.40 | 0.14 | 0.07 | 321.06 | 0.72 | 0.75 |
| Hex | ED | 8F | CC | 0 | 28 | E | 7 | 141 | 48 | 4B |
| Octal | 355 | 217 | 314 | 0 | 50 | 16 | 7 | 501 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11001100 | 0 | 101000 | 1110 | 111 | 101000001 | 1001000 | 1001011 |
Color Harmonies of #ED8FCC
Complementary color
Monochromatic Colors of #ED8FCC
Black with #ED8FCC
Text Example
Text Example
White with #ED8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FCC; }
p { color: rgb(237,143,204); }
H1.HeaderClassName
{
color: #ED8FCC;
}
.AnyTagClassName
{
color: #ED8FCC;
}
</style>
background-color css
<style>
a { background-color: #ED8FCC; }
a { background-color: rgb(237,143,204); }
div.DivClassName
{
background-color: #ED8FCC;
}
.BgClassName
{
background-color: #ED8FCC;
}
</style>
border-color css
<style>
span { border-color: #ED8FCC; }
span { border-color: rgb(237,143,204); }
td.TdClassName
{
border-color: #ED8FCC;
}
.TagClassName
{
border-color: #ED8FCC;
}
</style>