Shades of Tea Rose #ED8CCD
Tints of Tea Rose #ED8CCD
RGB
CMYK
RGB Variations
Color information
#ED8CCD (or 0xED8CCD) is known color: Tea Rose. HEX triplet: ED, 8C and CD. RGB value is (237,140,205). Sum of RGB (Red+Green+Blue) = 237+140+205=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CCD is #127332. Grayscale: #B0B0B0. Windows color (decimal): -1209139 or 13470957. OLE color: 13470957.
HSL color Cylindrical-coordinate representation of color #ED8CCD: hue angle of 319.79º 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 #ED8CCD is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 205 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.07 |
| HSL | 319.79º | 0.73% | 0.74% | - |
| HSV(B) | 319.79º | 0.41% | 0.93% | - |
| XYZ | 55.32 | 41.17 | 62.79 | - |
| YUV | 176.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 205 | 0 | 0.41 | 0.14 | 0.07 | 319.79 | 0.73 | 0.74 |
| Hex | ED | 8C | CD | 0 | 29 | E | 7 | 140 | 49 | 4A |
| Octal | 355 | 214 | 315 | 0 | 51 | 16 | 7 | 500 | 111 | 112 |
| Binary | 11101101 | 10001100 | 11001101 | 0 | 101001 | 1110 | 111 | 101000000 | 1001001 | 1001010 |
Color Harmonies of #ED8CCD
Complementary color
Monochromatic Colors of #ED8CCD
Black with #ED8CCD
Text Example
Text Example
White with #ED8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CCD; }
p { color: rgb(237,140,205); }
H1.HeaderClassName
{
color: #ED8CCD;
}
.AnyTagClassName
{
color: #ED8CCD;
}
</style>
background-color css
<style>
a { background-color: #ED8CCD; }
a { background-color: rgb(237,140,205); }
div.DivClassName
{
background-color: #ED8CCD;
}
.BgClassName
{
background-color: #ED8CCD;
}
</style>
border-color css
<style>
span { border-color: #ED8CCD; }
span { border-color: rgb(237,140,205); }
td.TdClassName
{
border-color: #ED8CCD;
}
.TagClassName
{
border-color: #ED8CCD;
}
</style>