Shades of Tea Rose #ED81C2
Tints of Tea Rose #ED81C2
RGB
CMYK
RGB Variations
Color information
#ED81C2 (or 0xED81C2) is known color: Tea Rose. HEX triplet: ED, 81 and C2. RGB value is (237,129,194). Sum of RGB (Red+Green+Blue) = 237+129+194=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81C2 is #127E3D. Grayscale: #A8A8A8. Windows color (decimal): -1211966 or 12747245. OLE color: 12747245.
HSL color Cylindrical-coordinate representation of color #ED81C2: hue angle of 323.89º 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 #ED81C2 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 194 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.07 |
| HSL | 323.89º | 0.75% | 0.72% | - |
| HSV(B) | 323.89º | 0.46% | 0.93% | - |
| XYZ | 52.51 | 37.6 | 55.53 | - |
| YUV | 168.7 | 142.28 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 194 | 0 | 0.46 | 0.18 | 0.07 | 323.89 | 0.75 | 0.72 |
| Hex | ED | 81 | C2 | 0 | 2E | 12 | 7 | 144 | 4B | 48 |
| Octal | 355 | 201 | 302 | 0 | 56 | 22 | 7 | 504 | 113 | 110 |
| Binary | 11101101 | 10000001 | 11000010 | 0 | 101110 | 10010 | 111 | 101000100 | 1001011 | 1001000 |
Color Harmonies of #ED81C2
Complementary color
Monochromatic Colors of #ED81C2
Black with #ED81C2
Text Example
Text Example
White with #ED81C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81C2; }
p { color: rgb(237,129,194); }
H1.HeaderClassName
{
color: #ED81C2;
}
.AnyTagClassName
{
color: #ED81C2;
}
</style>
background-color css
<style>
a { background-color: #ED81C2; }
a { background-color: rgb(237,129,194); }
div.DivClassName
{
background-color: #ED81C2;
}
.BgClassName
{
background-color: #ED81C2;
}
</style>
border-color css
<style>
span { border-color: #ED81C2; }
span { border-color: rgb(237,129,194); }
td.TdClassName
{
border-color: #ED81C2;
}
.TagClassName
{
border-color: #ED81C2;
}
</style>