Shades of Tea Rose #ED81C5
Tints of Tea Rose #ED81C5
RGB
CMYK
RGB Variations
Color information
#ED81C5 (or 0xED81C5) is known color: Tea Rose. HEX triplet: ED, 81 and C5. RGB value is (237,129,197). Sum of RGB (Red+Green+Blue) = 237+129+197=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81C5 is #127E3A. Grayscale: #A8A8A8. Windows color (decimal): -1211963 or 12943853. OLE color: 12943853.
HSL color Cylindrical-coordinate representation of color #ED81C5: hue angle of 322.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED81C5 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 197 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.07 |
| HSL | 322.22º | 0.75% | 0.72% | - |
| HSV(B) | 322.22º | 0.46% | 0.93% | - |
| XYZ | 52.85 | 37.74 | 57.32 | - |
| YUV | 169.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 197 | 0 | 0.46 | 0.17 | 0.07 | 322.22 | 0.75 | 0.72 |
| Hex | ED | 81 | C5 | 0 | 2E | 11 | 7 | 142 | 4B | 48 |
| Octal | 355 | 201 | 305 | 0 | 56 | 21 | 7 | 502 | 113 | 110 |
| Binary | 11101101 | 10000001 | 11000101 | 0 | 101110 | 10001 | 111 | 101000010 | 1001011 | 1001000 |
Color Harmonies of #ED81C5
Complementary color
Monochromatic Colors of #ED81C5
Black with #ED81C5
Text Example
Text Example
White with #ED81C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81C5; }
p { color: rgb(237,129,197); }
H1.HeaderClassName
{
color: #ED81C5;
}
.AnyTagClassName
{
color: #ED81C5;
}
</style>
background-color css
<style>
a { background-color: #ED81C5; }
a { background-color: rgb(237,129,197); }
div.DivClassName
{
background-color: #ED81C5;
}
.BgClassName
{
background-color: #ED81C5;
}
</style>
border-color css
<style>
span { border-color: #ED81C5; }
span { border-color: rgb(237,129,197); }
td.TdClassName
{
border-color: #ED81C5;
}
.TagClassName
{
border-color: #ED81C5;
}
</style>