Shades of Tea Rose #ED8ACD
Tints of Tea Rose #ED8ACD
RGB
CMYK
RGB Variations
Color information
#ED8ACD (or 0xED8ACD) is known color: Tea Rose. HEX triplet: ED, 8A and CD. RGB value is (237,138,205). Sum of RGB (Red+Green+Blue) = 237+138+205=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ACD is #127532. Grayscale: #AFAFAF. Windows color (decimal): -1209651 or 13470445. OLE color: 13470445.
HSL color Cylindrical-coordinate representation of color #ED8ACD: hue angle of 319.39º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8ACD is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 205 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.07 |
| HSL | 319.39º | 0.73% | 0.74% | - |
| HSV(B) | 319.39º | 0.42% | 0.93% | - |
| XYZ | 55.03 | 40.59 | 62.69 | - |
| YUV | 175.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 205 | 0 | 0.42 | 0.14 | 0.07 | 319.39 | 0.73 | 0.74 |
| Hex | ED | 8A | CD | 0 | 2A | E | 7 | 13F | 49 | 4A |
| Octal | 355 | 212 | 315 | 0 | 52 | 16 | 7 | 477 | 111 | 112 |
| Binary | 11101101 | 10001010 | 11001101 | 0 | 101010 | 1110 | 111 | 100111111 | 1001001 | 1001010 |
Color Harmonies of #ED8ACD
Complementary color
Monochromatic Colors of #ED8ACD
Black with #ED8ACD
Text Example
Text Example
White with #ED8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8ACD; }
p { color: rgb(237,138,205); }
H1.HeaderClassName
{
color: #ED8ACD;
}
.AnyTagClassName
{
color: #ED8ACD;
}
</style>
background-color css
<style>
a { background-color: #ED8ACD; }
a { background-color: rgb(237,138,205); }
div.DivClassName
{
background-color: #ED8ACD;
}
.BgClassName
{
background-color: #ED8ACD;
}
</style>
border-color css
<style>
span { border-color: #ED8ACD; }
span { border-color: rgb(237,138,205); }
td.TdClassName
{
border-color: #ED8ACD;
}
.TagClassName
{
border-color: #ED8ACD;
}
</style>